Hello.
I am having problems with arla. 2 of 3 reboots the afsd will be running but
$ cd /afs
ksh: cd: /afs - Not a directory
I did not see this problem on 3.7. I did start to see it on my home pc but took
it as a fluke because of the amount of problems I have with that machine. Today
I installed
OpenBSD 3.8-current (GENERIC) #159: Tue Sep 27 22:21:33 MDT 2005
on my laptop (that have been rock solid with 3.7) and see the problem
imediatly.
kdump on the afsd process shows alot of
22447 afsd CALL gettimeofday(0x7f4e5eb0,0)
22447 afsd RET gettimeofday 0
22447 afsd CALL select(0x5,0x7f4e5f30,0,0,0x7f4e5f20)
22447 afsd RET select 0
22447 afsd CALL gettimeofday(0x7f4e5eb0,0)
but when trying cd /afs it goes like this
22447 afsd CALL read(0x9,0x8b7e1010,0x10000)
22447 afsd GIO fd 9 read 24 bytes
"\^X\0\0\0\^B\0\0\0
\0\0\0\^Dt/\M-P\r/\0\0\r/\0\0"
22447 afsd RET read 24/0x18
22447 afsd CALL gettimeofday(0x825f8dc8,0)
22447 afsd RET gettimeofday 0
22447 afsd CALL gettimeofday(0x825f8d90,0)
22447 afsd RET gettimeofday 0
22447 afsd CALL gettimeofday(0x825f8c08,0)
22447 afsd RET gettimeofday 0
22447 afsd CALL fhopen(0x825f8920,0x2)
22447 afsd RET fhopen -1 errno 1 Operation not permitted
22447 afsd CALL xfspioctl(0x14,0,0x800c563b,0x825f8910,0x2)
22447 afsd RET xfspioctl 17/0x11
22447 afsd CALL ftruncate(0x11,0,0x800,0)
22447 afsd RET ftruncate -1 errno 9 Bad file descriptor
22447 afsd CALL msync(0,0,0x1)
22447 afsd RET msync -1 errno 22 Invalid argument
22447 afsd CALL munmap(0,0)
22447 afsd RET munmap 0
22447 afsd CALL close(0x11)
22447 afsd RET close -1 errno 9 Bad file descriptor
22447 afsd CALL mmap(0,0x11000,0x3,0x1002,0xffffffff,0,0,0)
22447 afsd RET mmap 2112569344/0x7deb4000
22447 afsd CALL munmap(0x7deb4000,0x11000)
22447 afsd RET munmap 0
22447 afsd CALL write(0x9,0x825f8df0,0x18)
22447 afsd GIO fd 9 wrote 24 bytes
"\^X\0\0\0\^A\0\0\0
\0\0\0v\M-Y\0\^\
\0\0\0 \0\0\0"
22447 afsd RET write 24/0x18
22447 afsd CALL select(0xa,0x7c2f4f30,0,0,0x3c00e8e4)
Killing afsd and starting it again usually clears the problem.
Anyone else seeing this?
Jan J