achimwo7 at googlemail.com
2011-Apr-26 09:19 UTC
[zfs-discuss] aclmode -> no zfs in heterogeneous networks anymore?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi! We are setting up a new file server on an OpenIndiana box (oi_148). The spool is run-in version 28, so the "aclmode" option is gone. The server has to serve files to Linux, OSX and windows. Because of the missing aclmode option, we are getting nuts with the file permissions. I read a whole lot about the problem and the pros and cons of the decision of dropping that option in zfs, but I absolutely read nothing about a solution or work around. The problem is, that gnome''s nautilus as well as OSX'' finder perform a chmod after writing a file over ifs, causing all ACLs to vanish. If there is no solution, zfs seems to be dead. How do you solve this problem? Achim -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.17 (Darwin) Comment: GPGTools - http://gpgtools.org Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iF4EAREIAAYFAk22jgcACgkQFklBLmozeA5TmgD/claiSnpMkTkcfqVDME/nxBkb xqLLy4bdFaWOOiybPBQA/3j7sxYOYzvSOMwBJ4+no+vtpOWvZ/C92RPJ4CA7COn4 =dSa3 -----END PGP SIGNATURE-----
Nikola M.
2011-Apr-26 09:49 UTC
[zfs-discuss] aclmode -> no zfs in heterogeneous networks anymore?
I am forwarding this to openindiana-discuss at openindiana.org list, with hope of wider audience regarding question. -------- Original Message -------- Message-ID: <4DB68E08.9040601 at googlemail.com> Date: Tue, 26 Apr 2011 11:19:04 +0200 From: achimwo7 at googlemail.com <achimwo7 at googlemail.com> List-Id: <zfs-discuss.opensolaris.org> Hi! We are setting up a new file server on an OpenIndiana box (oi_148). The spool is run-in version 28, so the "aclmode" option is gone. The server has to serve files to Linux, OSX and windows. Because of the missing aclmode option, we are getting nuts with the file permissions. I read a whole lot about the problem and the pros and cons of the decision of dropping that option in zfs, but I absolutely read nothing about a solution or work around. The problem is, that gnome''s nautilus as well as OSX'' finder perform a chmod after writing a file over ifs, causing all ACLs to vanish. If there is no solution, zfs seems to be dead. How do you solve this problem? Achim _______________________________________________ zfs-discuss mailing list zfs-discuss at opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss
Frank Lahm
2011-Apr-26 10:04 UTC
[zfs-discuss] aclmode -> no zfs in heterogeneous networks anymore?
2011/4/26 achimwo7 at googlemail.com <achimwo7 at googlemail.com>:> -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA256 > > Hi! > > We are setting up a new file server on an OpenIndiana box (oi_148). The > spool is run-in version 28, so the "aclmode" option is gone. The server > has to serve files to Linux, OSX and windows. Because of the missing > aclmode option, we are getting nuts with the file permissions. > > I read a whole lot about the problem and the pros and cons of the > decision of dropping that option in zfs, but I absolutely read nothing > about a solution or work around. > > The problem is, that gnome''s nautilus as well as OSX'' finder perform a > chmod after writing a file over ifs, causing all ACLs to vanish. > > If there is no solution, zfs seems to be dead. How do you solve this > problem?Using Netatalk for giving Macs native AFP support. Latest Netatalk has a workaround (basically a chmod(3) wrapper) builtin. Best! -f