[OpenAFS-devel] symlink command broken in 1.5.24 and 1.5.2503 test build

Jason Edgecombe jason@rampaginggeek.com
Sat, 13 Oct 2007 22:30:54 -0400


Hi,

I'm having some weird behavior using the symlink command on Windows.
This problem happened both with the 1.5.24 build and the 1.5.2503 candidate.

See the output below. I have an admin token on the windows machine. I'm
running a single kdc/AFS server setup on a Centos 5 box with openafs
1.4.4-23 from atrpms.

 Volume in drive N is AFS
 Volume Serial Number is 0000-04D2

 Directory of N:\rampaginggeek.com\home\jwedgeco

10/13/2007  10:20 PM    <DIR>          .
10/13/2007  10:20 PM    <DIR>          ..
10/07/2007  05:43 PM    <DIR>          openafs
10/07/2007  05:35 PM             7,011 fs_mount.t
10/13/2007  08:14 PM                 4 foo.txt
10/07/2007  05:31 PM             7,013 fs_mount.t~
10/07/2007  05:43 PM    <DIR>          o
10/13/2007  08:14 PM                 4 f
               4 File(s)         22,224 bytes
               4 Dir(s)  1,099,511,626,752 bytes free

N:\rampaginggeek.com\home\jwedgeco>symlink list f
'f' is not a symlink.

N:\rampaginggeek.com\home\jwedgeco>symlink remove f
symlink: 'f' is not a symlink.

N:\rampaginggeek.com\home\jwedgeco>symlink make foo.txt foolink
symlink:'foo.txt': code 0x11

N:\rampaginggeek.com\home\jwedgeco>

on linux:
jason:/afs/rampaginggeek.com/home/jwedgeco jwedgeco$ ls -l
total 47
lrwxrwxrwx   1 daemon  wheel        7 Oct 13 22:19 f -> foo.txt
-rwxrwxrwx   1 daemon  wheel        4 Oct 13 20:14 foo.txt
-rwxrwxrwx   1 daemon  jwedgeco  7011 Oct  7 17:35 fs_mount.t
-rwxrwxrwx   1 daemon  jwedgeco  7013 Oct  7 17:31 fs_mount.t~
lrwxrwxrwx   1 daemon  wheel        8 Oct 13 22:19 o -> openafs/
drwxrwxrwx   5 daemon  jwedgeco  2048 Oct  7 17:43 openafs
jason:/afs/rampaginggeek.com/home/jwedgeco jwedgeco$

Has anyone else seen this?

Thanks,
Jason