Re: RE: Strange rpc.statd and mount_nfs

2000-06-11 Thread Jonathan Hanna
o a "bad file descriptor" failure, so I think the non -1 socket fd is being reused. Perhaps the initialization of "so" should be moved into the retry loop. Jonathan Hanna <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

RE: Strange rpc.statd and mount_nfs

2000-06-10 Thread Jonathan Hanna
th_destroy(clp->cl_auth); + clnt_destroy(clp); + so = RPC_ANYSOCK; } } if (--retrycnt > 0) { On 08-Jun-00 Jonathan Hanna wrote: > > I am running a fairly recent current and noticed

Strange rpc.statd and mount_nfs

2000-06-07 Thread Jonathan Hanna
I am running a fairly recent current and noticed my swap seemed a little overused. bash-2.02$ uname -a FreeBSD roller.pangolin-systems.com 5.0-CURRENT FreeBSD 5.0-CURRENT #41: Sun May 14 11:50:20 PDT 2000 [EMAIL PROTECTED] stems.com:/home/src/sys/compile/ROLLER i386 bash-2.02$ uptime 11:27

Re: Anyone else seeing jumpy mice?

2000-05-21 Thread Jonathan Hanna
s, you may > be able to resolve the problem by adding the following kernel options. > > options PSM_HOOKRESUME > options PSM_RESETAFTERSUSPEND Is it possible to do a reset after seeing the "psmintr: out of sync (00c0 != )"? Jonathan Hanna <[EMAIL PROTECTED]>

RE: Anyone else seeing jumpy mice?

2000-05-21 Thread Jonathan Hanna
not recover. This I thought sounded like a PR on the mouse being dead after a wakeup from sleep mode. Jonathan Hanna <[EMAIL PROTECTED]> To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

lockmgr panic with mmap()

1999-02-27 Thread Jonathan Hanna
subyte syscall ... A command on a running image such as this usually does it, though I do not know what conditions are neccessary: fincore /usr/local/netscape-4.5/communicator-4.5.bin Jonathan Hanna fincore.c Description: fincore.c