Re: Some new hardware with 9.1 does not reboot easily

2013-01-12 Thread Julian Stecklina
Hello, Willem Jan Withagen wrote: > >A reboot work around that works for me: > reboot -n > shutdown -n now >Of which the manual pages say: option should not be used. >But I have not yet found bad effects. Perhaps becuase I only have ZFS >fs-systems Thanks for the workaround! But as

Re: Determining which process needs to be restarted after update

2013-01-12 Thread Ben Morrow
Quoth Mateusz Guzik : > On Sat, Jan 12, 2013 at 11:29:14PM +, Ben Morrow wrote: > > Quoth Derek Kulinski : > > > > > > I personally really like OpenSuSE command which is: zypper ps > > > What it does is it lists all processes that have files opened that > > > currently don't exist (i.e. link c

Re: Determining which process needs to be restarted after update

2013-01-12 Thread Mateusz Guzik
On Sat, Jan 12, 2013 at 11:29:14PM +, Ben Morrow wrote: > Quoth Derek Kulinski : > > > > I personally really like OpenSuSE command which is: zypper ps > > What it does is it lists all processes that have files opened that > > currently don't exist (i.e. link count is 0). This helps tremendousl

Re: Determining which process needs to be restarted after update

2013-01-12 Thread Ben Morrow
Quoth Derek Kulinski : > > I personally really like OpenSuSE command which is: zypper ps > What it does is it lists all processes that have files opened that > currently don't exist (i.e. link count is 0). This helps tremendously > in determining which processes need to be restarted after an updat

Re: Deleting the top-level ZFS file system (without affecting its children)

2013-01-12 Thread Derek Kulinski
Hello xenophon+freebsd, Saturday, January 12, 2013, 12:47:25 PM, you wrote: >> Why would rm -rf /oldroot/* not return all the allocated space? >> I can only think of snapshots keeping the space allocated, but >> you can remove those too. Can you elaborate on that? > This will free space in the f

RE: Deleting the top-level ZFS file system (without affecting its children)

2013-01-12 Thread xenophon\+freebsd
> Why would rm -rf /oldroot/* not return all the allocated space? > I can only think of snapshots keeping the space allocated, but > you can remove those too. Can you elaborate on that? Ronald, This will free space in the file system (as shown by df), but it won't return the space to the pool. I

Determining which process needs to be restarted after update

2013-01-12 Thread Derek Kulinski
Hello everyone, I personally really like OpenSuSE command which is: zypper ps What it does is it lists all processes that have files opened that currently don't exist (i.e. link count is 0). This helps tremendously in determining which processes need to be restarted after an update. Is there some