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.
> >>
> >
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 /
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
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
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
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
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