NFS ACL strangeness

Sven Geggus <[email protected]> Wed, 17 Nov 2004 21:58:49 +0100
Newsgroups gmane.linux.file-systems.acl.devel
Message-ID <[email protected]>
Hi there,

I'm running two Machines:

A Server running 2.4.28 with NFS-ACL patches and a Client running 2.6.9 with
current NFS-ACL patches from acl.bestbits.at.

setfacl and getfacl are working fine, but default ACLS are not honored via
NFS (they are, if I login directly on the Server).

sven@diesel:~> getfacl .  
# file: .
# owner: sven
# group: sven
user::rwx
group::--x
other::--x

sven@diesel:~> getfacl ./mp3
# file: mp3
# owner: sven
# group: sven
user::rwx
group::r-x
other::r-x
default:user::rwx
default:group::r-x
default:other::r-x

Correct behavior on the Server:

sven@benzin:~> touch foo mp3/foo
sven@benzin:~> ll foo mp3/foo
-rw-------  1 sven sven 0 2004-11-17 21:55 foo
-rw-r--r--  1 sven sven 0 2004-11-17 21:55 mp3/foo
sven@benzin:~> rm foo mp3/foo

Incorrect behavior on the Client (NFS mounted directory):
sven@diesel:~> touch foo mp3/foo
sven@diesel:~> ll foo mp3/foo   
-rw-------  1 sven sven 0 2004-11-17 21:56 foo
-rw-------  1 sven sven 0 2004-11-17 21:56 mp3/foo

Any hints?

Sven

-- 
"If you continue running Windows, your system may become unstable."
(Windows 95 BSOD)

/me is giggls@ircnet, http://sven.gegg.us/ on the Web
_______________________________________________
acl-devel mailing list
[email protected]
http://acl.bestbits.at/mailman/listinfo/acl-devel