[14212] in Athena Bugs
Regarding your afs cache bug
daemon@ATHENA.MIT.EDU (John Hawkinson)
Wed Feb 28 00:57:56 1996
Date: Wed, 28 Feb 96 00:57:51 -0500
To: lopes@MIT.EDU
Reply-To: bugs@MIT.EDU
Cc: yandros@MIT.EDU, bugs@MIT.EDU
From: John Hawkinson <jhawk@MIT.EDU>
> here's the output from ``truss xrdb .Xresources''
Do you mean .Xressources?:
[...]
open(".Xressources", O_RDONLY, 0666) = 0
pipe() = 4 [5]
fork() = 12840
close(5) = 0
fstat(4, 0xEFFFEA38) = 0
ioctl(4, TCGETA, 0xEFFFE9C4) Err#22 EINVAL
read(4, " # 1 " " \n ! P L".., 5120) = 2700
Received signal #18, SIGCLD, in read() [default]
siginfo: SIGCLD CLD_EXITED pid=12840 status=0x0000
read(4, 0x000489E4, 5120) = 0
lseek(4, 0, 1) Err#29 ESPIPE
close(4) = 0
waitid(P_PID, 12840, 0xEFFFEEA8, WEXITED|WTRAPPED) = 0
writev(3, 0xEFFFEE70, 3) = 2072
unlink(".Xressources") = 0
[...]
It would be interesting to see what afsd reports
when run with -debug and -verbose.
Is this problem reproducible on other workstations, or
after starkiller reboots?
--jhawk