Re: [zfs-discuss] problem with zfs

2009-08-26 Thread serge goyette
Hum i know the recommended and the update patches bundles according to the readme Patch 139555-08 is the kernel patch associated with the Solaris 10 5/09 release (Solaris 10 Update 7). so i believe i'm up to date i understand i'm a bit vague but i cannot provide any Zpool or zfs output until i

Re: [zfs-discuss] problem with zfs

2009-08-26 Thread Scott Lawson
serge goyette wrote: actually i did apply the latest recommended patches Recommended patches and upgrade clusters are different by the way. 10_Recommended != Upgrade Cluster that. Upgrade cluster will upgrade the system to a effectively the Solaris Release that the upgrade cluster is minu

Re: [zfs-discuss] problem with zfs

2009-08-26 Thread serge goyette
actually i did apply the latest recommended patches SunOS VL-MO-ZMR01 5.10 Generic_139555-08 sun4v sparc SUNW,SPARC-Enterprise-T5120 but still perhaps you are not doing much import - export because when i do not do, i do not experience much problem but when doing it, outch ... a reboot will so

Re: [zfs-discuss] problem with zfs

2009-08-26 Thread Scott Lawson
The latest official Solaris 10 is actually 05/09. There are update patch bundles available on Sunsolve for free download that will take you to 05/09. It may well be worth applying these to see if they remedy the problem for you. They certainly allow you to bring ZFS up to version 10 from recolle

Re: [zfs-discuss] problem with zfs

2009-08-26 Thread serge goyette
for release sorry i meant Solaris 10 10/08 s10s_u6wos_07b SPARC Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms. Assembled 27 October 2008 -- This message posted from opensolaris.org __

[zfs-discuss] problem with zfs

2009-08-26 Thread serge goyette
HI i'm using latest official solaris version 10/06 = patches and i'm getting problem after import of zpool sometime when i do mount -F zfs zpool/fs /mountpoint the command freeze and after this these is no way i can umount, destroy or anything all commands will hung even rebooting appe

Re: [zfs-discuss] Problem with zfs mounting in b114?

2009-05-28 Thread Thomas Nau
Miles, Miles Nordin wrote: >> "tn" == Thomas Nau writes: > > tn> After updating the machine to b114 we ran into a strange > tn> problem. The pool get's imported (listed by 'zpool list') but > tn> none of it's ZFS filesystems get mounted. Exporting and > tn> reimporting manua

Re: [zfs-discuss] Problem with zfs mounting in b114?

2009-05-28 Thread Miles Nordin
> "tn" == Thomas Nau writes: tn> After updating the machine to b114 we ran into a strange tn> problem. The pool get's imported (listed by 'zpool list') but tn> none of it's ZFS filesystems get mounted. Exporting and tn> reimporting manually fixes the problem as does "zfs mount

[zfs-discuss] Problem with zfs mounting in b114?

2009-05-28 Thread Thomas Nau
Dear all We use iSCSI quite a lot e.g. as backend for our OpenSolaris based fileservers. After updating the machine to b114 we ran into a strange problem. The pool get's imported (listed by 'zpool list') but none of it's ZFS filesystems get mounted. Exporting and reimporting manually fixes the pro

[zfs-discuss] Problem with zfs mount lu and solaris 8/9 containers

2009-02-06 Thread Peter Pickford
Hi, If this is not a zfs question please direct me to the correct place for this question. I have a server with Solaris 10 u6 zfs root file system and Solaris 9 zones along with Solaris 10 zones. What is the best way to configure the root file system of a Solaris 9 container WRT zfs file system

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-12 Thread Joerg Schilling
Mark Shellenbaum wrote: > > Nope, but you should be able to just use access(2) to determine if you > > need to add the ACL entry. > > > > But that probably won't work since you won't be running as that user yet > and access(2) would be checking off of a privileged cred. For this purpose, POSI

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-11 Thread Nicolas Williams
On Thu, Dec 11, 2008 at 04:46:33PM -0700, Mark Shellenbaum wrote: > Mark Shellenbaum wrote: > >>> You should probably make sure that you just don't keep continually > >>> adding the same entry over and over again to the ACL. With NFSv4 ACLs > >>> you can insert the same entry multiple times and

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-11 Thread Mark Shellenbaum
Mark Shellenbaum wrote: >>> You should probably make sure that you just don't keep continually >>> adding the same entry over and over again to the ACL. With NFSv4 ACLs >>> you can insert the same entry multiple times and if you keep doing it >>> long enough you will eventually get an error bac

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-11 Thread Mark Shellenbaum
>> You should probably make sure that you just don't keep continually >> adding the same entry over and over again to the ACL. With NFSv4 ACLs >> you can insert the same entry multiple times and if you keep doing it >> long enough you will eventually get an error back when you reach the >> ACE

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-11 Thread Brian Cameron
Mark: > You could call acl(2) directly, but you would have to construct a > complete ACL to set. It would be easier to use acl_get() and acl_set() > which understand the various ACL flavors and will call the syscall with > correct ACL flavor arguments. > > Unfortunately, what you are wanting

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-11 Thread Mark Shellenbaum
Brian Cameron wrote: > Mark & Others: > >> I think you may have misunderstood what people were suggesting. They >> weren't suggesting changing the mode of the file, but using chmod(1M) to >> add/modify ZFS ACLs on the device file. >> >> chmod A+user:gdm:rwx:allow >> >> See chmod(1M) or the zfs

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-11 Thread Brian Cameron
Mark & Others: > I think you may have misunderstood what people were suggesting. They > weren't suggesting changing the mode of the file, but using chmod(1M) to > add/modify ZFS ACLs on the device file. > > chmod A+user:gdm:rwx:allow > > See chmod(1M) or the zfs admin guide for ZFS ACL exam

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-09 Thread Nicolas Williams
On Tue, Dec 09, 2008 at 09:09:15AM +0100, [EMAIL PROTECTED] wrote: > >When I switch away from a session where programs are producing sound > >what should happen is this: a) those programs continue to operate, b) > >but they don't produce actual sound until I switch back to that VT (and > >unlock th

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-09 Thread Casper . Dik
>On Mon, Dec 08, 2008 at 04:46:37PM -0600, Brian Cameron wrote: >> >Is there a shortcomming in VT here? >> >> I guess it depends on how you think VT should work. My understanding >> is that VT works on a first-come-first-serve basis, so the first user >> who calls logindevperm interfaces gets pe

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-08 Thread Nicolas Williams
On Mon, Dec 08, 2008 at 04:46:37PM -0600, Brian Cameron wrote: > >Is there a shortcomming in VT here? > > I guess it depends on how you think VT should work. My understanding > is that VT works on a first-come-first-serve basis, so the first user > who calls logindevperm interfaces gets permissio

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-08 Thread Brian Cameron
Nicolas: > On Mon, Dec 08, 2008 at 03:27:49PM -0600, Brian Cameron wrote: >> login, they get the audio device. Then you can use VT switching in GDM >> to start up a second graphical login. If this user needs text-to-speech, >> they are out of luck since they can't access the audio device from t

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-08 Thread Nicolas Williams
On Mon, Dec 08, 2008 at 03:27:49PM -0600, Brian Cameron wrote: > Once VT is enabled in the Xserver and GDM, users can start multiple > graphical logins with GDM. So, if a user logs into the first graphical Ah, right, I'd forgotten this. > login, they get the audio device. Then you can use VT sw

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-08 Thread Brian Cameron
Nicolas: >> I agree that the solution of GDM messing with ACL's is not an ideal >> solution. No matter how we resolve this problem, I think a scenario >> could be imagined where the audio would not be managed as expected. >> This is because if multiple users are competing for the same audio >> d

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-08 Thread Nicolas Williams
On Mon, Dec 08, 2008 at 02:22:01PM -0600, Brian Cameron wrote: > >That said, I don't see why di_devperm_login() couldn't stomp all over > >the ACL too. So you'll need to make sure that di_devperm_login() > >doesn't stomp over the ACL, which will probably mean running an ARC case > >and updating th

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-08 Thread Brian Cameron
Nicholas: > On Sun, Dec 07, 2008 at 03:20:01PM -0600, Brian Cameron wrote: >> Thanks for the information. Unfortunately, using chmod/chown does not >> seem a workable solution to me, unless I am missing something. Normally >> logindevperm(4) is used for managing the ownership and permissions of

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-08 Thread Nicolas Williams
On Sun, Dec 07, 2008 at 03:20:01PM -0600, Brian Cameron wrote: > Thanks for the information. Unfortunately, using chmod/chown does not > seem a workable solution to me, unless I am missing something. Normally > logindevperm(4) is used for managing the ownership and permissions of > device files (

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-07 Thread Mark Shellenbaum
> > ACL's seemed a good solution since it leaves the overall ownership > and permissions of the device the same, but just adds the gdm user as > having permission to access the device as needed. Is there any way to > get this same sort of behavior when using ZFS. > I think you may have misunde

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-07 Thread Brian Cameron
Mark/Tomas/Miles: Thanks for the information. Unfortunately, using chmod/chown does not seem a workable solution to me, unless I am missing something. Normally logindevperm(4) is used for managing the ownership and permissions of device files (like the audio device), and if the GDM daemon just

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-06 Thread Mark Shellenbaum
> However, I notice that when using ZFS on Indiana the above commands fail > with the following error: > >File system doesn't support aclent_t style ACL's. >See acl(5) for more information on ACL styles support by Solaris. > > What is the appropriate command to use with ZFS? You can us

Re: [zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-06 Thread Tomas Ă–gren
On 05 December, 2008 - Brian Cameron sent me these 1,5K bytes: > > I am the maintainer of GDM, and I am noticing that GDM has a problem when > running on a ZFS filesystem, as with Indiana. > > When GDM (the GNOME Display Manager) starts the login GUI, it runs the > following commands on Solaris:

[zfs-discuss] Problem with ZFS and ACL with GDM

2008-12-05 Thread Brian Cameron
I am the maintainer of GDM, and I am noticing that GDM has a problem when running on a ZFS filesystem, as with Indiana. When GDM (the GNOME Display Manager) starts the login GUI, it runs the following commands on Solaris: /usr/bin/setfacl -m user:gdm:rwx,mask:rwx /dev/audio /usr/bin/setfac

Re: [zfs-discuss] problem with zfs receive -i

2006-08-19 Thread Matthew Ahrens
On Sat, Aug 19, 2006 at 07:21:52PM -0700, Frank Cusack wrote: > On August 19, 2006 7:06:06 PM -0700 Matthew Ahrens <[EMAIL PROTECTED]> > wrote: > >My guess is that the filesystem is not mounted. It should be remounted > >after the 'zfs recv', but perhaps that is not happening correctly. You > >c

Re: [zfs-discuss] problem with zfs receive -i

2006-08-19 Thread Frank Cusack
On August 19, 2006 7:06:06 PM -0700 Matthew Ahrens <[EMAIL PROTECTED]> wrote: On Sat, Aug 19, 2006 at 06:31:47PM -0700, Frank Cusack wrote: But when I login to zone smb and cd to /share/tmp/.zfs I get 'no such file or directory'. This does exist for other filesystems like /zone/eng/.zfs. My g

[zfs-discuss] problem with zfs receive -i

2006-08-19 Thread Frank Cusack
I followed the formula in zfs(1M) to replicate a zfs filesytem remotely. The initial transfer works as I expected (and as documented). The filesystems were created on the remote side and the data transferred. The man page is really difficult to interpret as to whether the data will be in the file