[EMAIL PROTECTED] said:
| I have been testing coda (5.2.2, debian client, redhat server) and I
| have observed a strange behaviour with hard links. Eg:
| % touch one
| % ls -l
| total 0
| -rw-rw-r-- 1 joaquin nogroup 0 May 28 18:08 one
| % ln one two
| % ls
| one two
| % ls -l
| ls: two: No such file or directory
| total 0
| -rw-rw-r-- 2 joaquin nogroup 0 May 28 18:08 one
| It seems a bug....
And it is fixed (at least for 2.2.x kernels) in the latest version of
the coda kernel module:
ftp.coda.cs.cmu.edu/pub/coda/src/linux-coda-5.2.3-linux2.2.x.tgz
And no, the changes are not in any of the official kernels yet.
Jan