Re: [zfs-discuss] Problems with '..' on ZFS pool

2009-01-29 Thread Anton B. Rang
That bug has been in Solaris forever. :-( -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Re: [zfs-discuss] Problems with '..' on ZFS pool

2009-01-29 Thread Dustin Marquess
Bingo, they were 0750. Thanks so much, that was the one thing I didn't think of. I thought I was going crazy :). Thanks again! -Dustin -- This message posted from opensolaris.org ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.op

Re: [zfs-discuss] Problems with '..' on ZFS pool

2009-01-29 Thread Mark Shellenbaum
Dustin Marquess wrote: > Forgot to add that a truss shows: > > 14960: lstat64("/a1000/..", 0xFFBFF7E8)Err#13 EACCES > [file_dac_search] > > ppriv shows the error in UFS: > > $ ppriv -e -D -s -file_dac_search ls -ld /a1000/.. > ls[15022]: missing privilege "file_dac_search" (eui

Re: [zfs-discuss] Problems with '..' on ZFS pool

2009-01-29 Thread Dustin Marquess
Forgot to add that a truss shows: 14960: lstat64("/a1000/..", 0xFFBFF7E8)Err#13 EACCES [file_dac_search] ppriv shows the error in UFS: $ ppriv -e -D -s -file_dac_search ls -ld /a1000/.. ls[15022]: missing privilege "file_dac_search" (euid = 100, syscall = 216) needed at ufs_ia