Re: NFS hang on rmdir(2) with 5.0-current client, server

2002-10-03 Thread Robert Watson
On Thu, 3 Oct 2002, Ian Dowse wrote: > In message <[EMAIL PROTECTED]>, Robe > rt Watson writes: > >> > It looks like the client is basically hung waiting for an RPC response. > >> > I'd be glad to provide more debugging information if someone can point me > >> > in the right direction. > >> > >

Re: NFS hang on rmdir(2) with 5.0-current client, server

2002-10-03 Thread TOMITA Yoshinori
I have seen something strange behavior related to NFS version 2. NFS server is Solaris 2.6. NFS client is 5-CURRENT, cvsuped today. Using NFS version 2, I can create file but cannot append(?) to file. [version2] # mount_nfs -2 SERVER:/export/home/SOMEWHERE /mnt ... $ echo > /mnt/aho $ ls -l /

Re: NFS hang on rmdir(2) with 5.0-current client, server

2002-10-03 Thread Ian Dowse
In message <[EMAIL PROTECTED]>, Robe rt Watson writes: >> > It looks like the client is basically hung waiting for an RPC response. >> > I'd be glad to provide more debugging information if someone can point me >> > in the right direction. >> >> I haven't seen this seen this problem with a 5.0-CU

Re: NFS hang on rmdir(2) with 5.0-current client, server

2002-10-02 Thread Robert Watson
On Wed, 2 Oct 2002, Don Lewis wrote: > On 2 Oct, Robert Watson wrote: > > > > Running into an odd (and apparently recent) problem involving rmdir(2) and > > NFS. I have a diskless box started using pxeboot: NFS /, MFS /var, MFS > > /tmp, recent 5.0-CURRENT. Attempt to rmdir /usr/local (on NF

Re: NFS hang on rmdir(2) with 5.0-current client, server

2002-10-02 Thread Robert Watson
On Wed, 2 Oct 2002, Don Lewis wrote: > On 2 Oct, Robert Watson wrote: > > > > Running into an odd (and apparently recent) problem involving rmdir(2) and > > NFS. I have a diskless box started using pxeboot: NFS /, MFS /var, MFS > > /tmp, recent 5.0-CURRENT. Attempt to rmdir /usr/local (on NF

Re: NFS hang on rmdir(2) with 5.0-current client, server

2002-10-02 Thread Don Lewis
On 2 Oct, Robert Watson wrote: > > Running into an odd (and apparently recent) problem involving rmdir(2) and > NFS. I have a diskless box started using pxeboot: NFS /, MFS /var, MFS > /tmp, recent 5.0-CURRENT. Attempt to rmdir /usr/local (on NFS) results in > NFS hanging. It appears to send

NFS hang on rmdir(2) with 5.0-current client, server

2002-10-02 Thread Robert Watson
Running into an odd (and apparently recent) problem involving rmdir(2) and NFS. I have a diskless box started using pxeboot: NFS /, MFS /var, MFS /tmp, recent 5.0-CURRENT. Attempt to rmdir /usr/local (on NFS) results in NFS hanging. It appears to send out the RPC, but no response comes back fr