Re: [OmniOS-discuss] nfsv4 acls wtf moment

2013-05-10 Thread Natxo Asenjo
hi Siggi, On Fri, May 10, 2013 at 3:47 PM, Sigbjorn Lie sigbj...@nixtra.com wrote: Hi, Did you set aclmode to passthrough too? no but I just tried it and the linux nfsv4 client still ignores the inheritance: # zfs get all tank/testshare | grep acl tank/testshare aclmode

Re: [OmniOS-discuss] cannot remove temp dir

2013-05-10 Thread Matthieu Paindavoine
Hello, Following Paul's suggestion, I did the following: # cd /tmp # unlink cabal-install ... # ls (- nothing) # cd .. # umount /tmp # zfs create rpool/export/tmp # zfs set mountpoint=/tmp rpool/export/tmp # cd /tmp; touch foo (- ok, foo is there) # cd ~; cabal install --global cabal-install