In the last episode (Feb 12), Andrew Gallatin said:
> Test #1 - Test regions of an unlocked file.
> <HANG>
>
> >From strace:
> open("./lockfile3236", O_RDWR|O_CREAT|O_SYNC, 0666) = 7
> write(1, "\nTest #1 - Test regions of an u"..., 44
> Test #1 - Test regions of an unlocked file.) = 44
> write(1, "\n", 1
> ) = 1
> fcntl(7, F_GETLK <unfinished ...>
>
> The alpha seems to be stuck in a loop or something, it keeps trying to
> talk to lockd, even after I unmount the filesystem:
This is the behaviour the old lockd causes (OSF/1 asks for NLMv4,
FreeBSD says "no", OSF/4 repeats); might want to make sure you're not
still running the old lockd. "rpcinfo -p" should print a line for
nlockmgr version 4.
--
Dan Nelson
[EMAIL PROTECTED]
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message