Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Mar 2003 15:52:58 -0500
From:      Erez Zadok <ezk@cs.sunysb.edu>
To:        freebsd-fs@FreeBSD.ORG
Subject:   cannot append on 5.0-RELEASE w/ NFSv2
Message-ID:  <200303202052.h2KKqwTf019144@agora.fsl.cs.sunysb.edu>

next in thread | raw e-mail | index | archive | help
I'm not sure if this is already known, but I came across what I think is an
NFSv2 client-side bug in 5.0-RELEASE.  My NFS server is Linux red hat 8.0 w/
latest errata kernel, w/ export options "rw,async".

When my fbsd5 box mounts with -o nfsv2, the following /bin/sh (and
/bin/bash) append command fails with "Permission Denied":

      echo foo >> bar

when "bar" is NFS mounted from the linux server.

I remounted the server w/ nfsv3 (took out the -o nfsv2 option) and appending
works well.

I didn't try -current or other NFS servers.

Cheers,
Erez.

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-fs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303202052.h2KKqwTf019144>