Re: knfsd and append-only attribute: "operation not permitted"

2005-01-21 Thread Trond Myklebust
fr den 21.01.2005 Klokka 11:23 (-0500) skreiv Aaron D. Ball: > OK, but that certainly shouldn't preclude read access. The way it is > now, you can't even list append-only directories. It seems like this > check should treat append-only files as read-only, only failing to open > them if write

Re: knfsd and append-only attribute: "operation not permitted"

2005-01-21 Thread Aaron D. Ball
Trond Myklebust wrote: fr den 21.01.2005 Klokka 17:44 (+0300) skreiv Vladimir Saveliev: fs/nfsd/vfs.c:nfsd_open() refuses to open append only files. Append-only is an unsupported concept in the all existing revisions of the NFS protocol. In fact, NFS has no support for append writes at all: the

Re: knfsd and append-only attribute: "operation not permitted"

2005-01-21 Thread Trond Myklebust
fr den 21.01.2005 Klokka 17:44 (+0300) skreiv Vladimir Saveliev: > Hello > > On Thu, 2005-01-20 at 21:45, Aaron D.Ball wrote: > > When I use the kernel-based NFS server to export directories on > > ReiserFS that have the append-only attribute set, I can't access the > > files from the client mac

Re: knfsd and append-only attribute: "operation not permitted"

2005-01-21 Thread Vladimir Saveliev
Hello On Thu, 2005-01-20 at 21:45, Aaron D.Ball wrote: > When I use the kernel-based NFS server to export directories on > ReiserFS that have the append-only attribute set, I can't access the > files from the client machines at all: for example, "ls" returns > "operation not permitted". Is th