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
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
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
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
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
> 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
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