Re: [osol-discuss] Commets on build 41

2006-06-20 Thread Alan DuBoff
On Tuesday 20 June 2006 02:35 am, Dick Davies wrote: > erk! > > zfs list -t filesystem -o mountpoint|egrep -v '^(legacy|MOUNTPOINT)$' > > :) This is why I like UNIX. Now we can get 15 different regular expressions to accomplish the same thing...Rube Goldberg has to be damn proud looking down at

Re: [osol-discuss] Commets on build 41

2006-06-20 Thread Alan DuBoff
On Tuesday 20 June 2006 02:12 am, Darren J Moffat wrote: > > # mount -p | fgrep " zfs " | cut -f3 -d' ' > /tmp/excludeList > > eek. > > $ zfs list -t filesystem -o mountpoint > /tmp/excludelist Hey, that's the new improved approachability influenced syntax! -- Alan DuBoff - Sun Microsystems Sol

Re: [osol-discuss] Commets on build 41

2006-06-20 Thread Dick Davies
On 20/06/06, Darren J Moffat <[EMAIL PROTECTED]> wrote: Dick Davies wrote: > erk! > > zfs list -t filesystem -o mountpoint|egrep -v '^(legacy|MOUNTPOINT)$' You don't need to use egrep to get rid of the MOUNTPOINT you use the -H flag to zfs list and it won't print the header. Why would you

Re: [osol-discuss] Commets on build 41

2006-06-20 Thread Darren J Moffat
Dick Davies wrote: On 20/06/06, Darren J Moffat <[EMAIL PROTECTED]> wrote: Alan DuBoff wrote: > On Friday 16 June 2006 11:09 pm, Ian Collins wrote: >> I guess I should follow the install list to see where we are with live >> upgrade and ZFS and Zones. > > Ian, > > I see quite a few folks provide

Re: [osol-discuss] Commets on build 41

2006-06-20 Thread Dick Davies
On 20/06/06, Darren J Moffat <[EMAIL PROTECTED]> wrote: Alan DuBoff wrote: > On Friday 16 June 2006 11:09 pm, Ian Collins wrote: >> I guess I should follow the install list to see where we are with live >> upgrade and ZFS and Zones. > > Ian, > > I see quite a few folks provided you the info that

Re: [osol-discuss] Commets on build 41

2006-06-20 Thread Darren J Moffat
Alan DuBoff wrote: On Friday 16 June 2006 11:09 pm, Ian Collins wrote: I guess I should follow the install list to see where we are with live upgrade and ZFS and Zones. Ian, I see quite a few folks provided you the info that this is a bug. Nobody mentioned the workaround. before you lucreat

Re: [osol-discuss] Commets on build 41

2006-06-19 Thread Alan DuBoff
On Friday 16 June 2006 11:09 pm, Ian Collins wrote: > I guess I should follow the install list to see where we are with live > upgrade and ZFS and Zones. Ian, I see quite a few folks provided you the info that this is a bug. Nobody mentioned the workaround. before you lucreate, issue this: # m

Re: [osol-discuss] Commets on build 41

2006-06-16 Thread Casper . Dik
>I've just (live) upgraded from build 36 to build 41 and I have a couple >of observations: > >The nVidia driver in the source BE still gets mucked up. > >The machine is now a brick. Must be a ZFS change, I see > >cannot mount '/export/home1': directory is not empty No, this is a liveupgrade bug;

Re: [osol-discuss] Commets on build 41

2006-06-16 Thread Ian Collins
Richard Lowe wrote: > Ian Collins wrote: > >> I've just (live) upgraded from build 36 to build 41 and I have a couple >> of observations: >> >> The nVidia driver in the source BE still gets mucked up. >> >> The machine is now a brick. Must be a ZFS change, I see >> >> cannot mount '/export/home1'

Re: [osol-discuss] Commets on build 41

2006-06-16 Thread James Carlson
Richard Lowe writes: > Live upgrade will create directories for all mount points, even those > under other mount points. ZFS will not mount over a non-empty directory. > > Removing the spurious directories should take care of that. Yep. This is CR 6376420. -- James Carlson, KISS Network

Re: [osol-discuss] Commets on build 41

2006-06-16 Thread Richard Lowe
Ian Collins wrote: I've just (live) upgraded from build 36 to build 41 and I have a couple of observations: The nVidia driver in the source BE still gets mucked up. The machine is now a brick. Must be a ZFS change, I see cannot mount '/export/home1': directory is not empty followed by an exp

[osol-discuss] Commets on build 41

2006-06-16 Thread Ian Collins
I've just (live) upgraded from build 36 to build 41 and I have a couple of observations: The nVidia driver in the source BE still gets mucked up. The machine is now a brick. Must be a ZFS change, I see cannot mount '/export/home1': directory is not empty followed by an explanation of the fix