Re: [zfs-discuss] Changed ACL behavior in snv_151 ?

2011-01-26 Thread Ryan John
> -Original Message- > From: Frank Lahm [mailto:frankl...@googlemail.com] > Sent: 25 January 2011 14:50 > To: Ryan John > Cc: zfs-discuss@opensolaris.org > Subject: Re: [zfs-discuss] Changed ACL behavior in snv_151 ? > John, > welcome onboard! > 2011/1/25

Re: [zfs-discuss] Changed ACL behavior in snv_151 ?

2011-01-25 Thread Ryan John
I’m using /usr/bin/chmod From: phil.har...@gmail.com [mailto:phil.har...@gmail.com] Sent: 25 January 2011 14:50 To: Ryan John; zfs-discuss@opensolaris.org Subject: Re: [zfs-discuss] Changed ACL behavior in snv_151 ? Which chmod are you using? (check your PATH) - Reply message - From

[zfs-discuss] Changed ACL behavior in snv_151 ?

2011-01-25 Thread Ryan John
Hi, I'm sharing file systems using a smb and nfs, and since I've upgraded to snv_151, when I do a chmod from an NFS client, I lose all the NFSv4 ACLs. Here's what I see on a Solaris nfs client: $ ls -lVd ACLtest/ drwxrwx---+ 4 root bsse-it5 Nov 19 14:03 ACLtest/ user:ry

Re: [zfs-discuss] Double slash in mountpoint

2010-04-20 Thread Ryan John
Thanks. That was it -Original Message- From: Brandon High [mailto:bh...@freaks.com] Sent: Wednesday, 21 April 2010 6:57 AM To: Ryan John Cc: zfs-discuss Subject: Re: [zfs-discuss] Double slash in mountpoint On Tue, Apr 20, 2010 at 7:38 PM, Ryan John wrote: > Anyone know how to fix

Re: [zfs-discuss] Double slash in mountpoint

2010-04-20 Thread Ryan John
Hi Timothy, That didn't work either. # zfs inherit mountpoint dataPool/SoftwareRepo cannot unmount '/sw-repo1/dir2': Device busy Regards John -Original Message- From: Timothy Haley [mailto:tim.ha...@oracle.com] Sent: Wednesday, 21 April 2010 5:52 AM To: Ryan John

[zfs-discuss] Double slash in mountpoint

2010-04-20 Thread Ryan John
Hi, I've accidentally put a double slash in a mountpoint, and now can't change it. # zfs list ... dataPool/SoftwareRepo 529G 31.3T 73.1K /sw-repo1/ dataPool/SoftwareRepo/dir1 6.10G 31.3T 6.10G /sw-repo1//dir1 dataPool/SoftwareRepo/dir2 26.0G 31.3T 25.7G /sw-repo1//dir2 ... #

[zfs-discuss] chmod behavior with symbolic links

2010-02-22 Thread Ryan John
Hi, I know it's documented in the manual, but I find it a bit strange behaviour that chmod -R changes the permissions of the target of a symbolic link. This just really messed up my system, where I have a data directory, with a backup of some Linux systems. Within these Linux systems, th