I've been trying for 18 hours straight to get this to work and I'm stumped :(
I have the shares created and they show up in my Mac client. Problems: 1) Cannot list contents 2) Cannot add files I've tried all manner of things from chmod -R 777 /myshare chown -R myuser /myshare /usr/bin/chmod A=owner@:w:d:allow,owner@:w:f:allow,everyone@:rxpdDaARWcCos:d:allow,everyone@:rpdDaARWcCos:f:allow /myshare Nothing seems to work. Can anyone show me the bare minimum I need to be able to get a share working? This is for home use and I don't need any permissions initially. After initial create: -rw-r--r-- 1 root root 5 Jan 11 20:00 test.txt 0:owner@:execute:deny 1:owner@:read_data/write_data/append_data/write_xattr/write_attributes /write_acl/write_owner:allow 2:group@:write_data/append_data/execute:deny 3:group@:read_data:allow 4:everyone@:write_data/append_data/write_xattr/execute/write_attributes /write_acl/write_owner:deny 5:everyone@:read_data/read_xattr/read_attributes/read_acl/synchronize :allow Can see share, but cannot access After chmod -R 777 can access but cannot list contents or add files -rw-r--r-- 1 root root 5 Jan 11 20:00 test.txt 0:owner@:execute:deny 1:owner@:read_data/write_data/append_data/write_xattr/write_attributes /write_acl/write_owner:allow 2:group@:write_data/append_data/execute:deny 3:group@:read_data:allow 4:everyone@:write_data/append_data/write_xattr/execute/write_attributes /write_acl/write_owner:deny 5:everyone@:read_data/read_xattr/read_attributes/read_acl/synchronize :allow /usr/bin/chmod A+user:cjohnson/add_file/list_directory:allow /myshare doesn't seem to work either and doesn't even change the ACLs? What am I missing? Thanks in advance ET -- This message posted from opensolaris.org