[465] in NetBSD-Development
Two netbsd/afs buglets
daemon@ATHENA.MIT.EDU (John Hawkinson)
Wed Jan 25 02:49:31 1995
Date: Wed, 25 Jan 1995 02:49:15 -0500
To: netbsd-afs@MIT.EDU
Cc: ghudson@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
Two things.
1) afsd on granola apparently dumped core 5 days ago and left a core
in /. I've moved it to /usr/tmp and symlinked /afsd.core there.
2) Setting mod time of a file doesn't seem to work right. This was
noticed with cp -p failing, and is easilty demonstratable with
touch:
[lola-granola!jhawk] ~> touch -t 01010000 xxyy
[lola-granola!jhawk] ~> ls -ld xxyy
-rw-r--r-- 1 jhawk wheel 0 Jan 25 02:38 xxyy
Whereas under UFS it works fine:
[lola-granola!jhawk] /usr/tmp> touch -t 01010000 xxyy
[lola-granola!jhawk] /usr/tmp> ls -l xxyy
-rw-r--r-- 1 jhawk wheel 0 Jan 1 00:00 xxyy
As Charles was chanting early yesterday:
"A-F-S is broke a-gain... <THUMP> <THUMP>"
"A-F-S is broke a-gain... <THUMP> <THUMP>"
. . .
: : :
--jhawk