Re: [gentoo-user] Re: /home doesn't umount on shutdown

2013-01-16 Thread Alan McKinnon
On Wed, 16 Jan 2013 10:46:42 +0530 Yohan Pereira wrote: > On 16/01/13 at 02:34am, Alan McKinnon wrote: > > I just checked now and I don't even have kde-base/nepomuk > > *installed* anymore. I wonder how that came about, I thought > > nepomuk was mandatory for KDE4? > > you probably have USE="-se

Re: [gentoo-user] Re: /home doesn't umount on shutdown

2013-01-15 Thread Yohan Pereira
On 16/01/13 at 02:34am, Alan McKinnon wrote: > I just checked now and I don't even have kde-base/nepomuk *installed* > anymore. I wonder how that came about, I thought nepomuk was mandatory > for KDE4? you probably have USE="-semantic-desktop" :D -- - Yohan Pereira The difference between a Mir

Re: [gentoo-user] Re: /home doesn't umount on shutdown

2013-01-15 Thread Alan McKinnon
On Tue, 15 Jan 2013 23:37:28 +0100 Remy Blank wrote: > Alan McKinnon wrote: > > But I was not able to make the problem re-appear in short reboot > > cycles. So whatever is hanging the box is something that starts up > > in the course of work, it doesn't appear to be there directly after > > a KDE

Re: [gentoo-user] Re: /home doesn't umount on shutdown

2013-01-15 Thread Dale
Remy Blank wrote: > Dale wrote: >> Care to share that script? ;-) May try that myself. > > Sure, here it is: > > $ cat .kde4/shutdown/cleanup-kde-processes > #!/bin/bash > > log() { > logger -t "$(basename $0)" "$1" > } > > is_running() { > killall -0 -u $USER "$1" > } > > kill_if_running() { > sle

[gentoo-user] Re: /home doesn't umount on shutdown

2013-01-15 Thread Remy Blank
Dale wrote: > Care to share that script? ;-) May try that myself. Sure, here it is: $ cat .kde4/shutdown/cleanup-kde-processes #!/bin/bash log() { logger -t "$(basename $0)" "$1" } is_running() { killall -0 -u $USER "$1" } kill_if_running() { sleep 15 is_running startkde && r

Re: [gentoo-user] Re: /home doesn't umount on shutdown

2013-01-15 Thread Dale
Remy Blank wrote: > Alan McKinnon wrote: >> But I was not able to make the problem re-appear in short reboot >> cycles. So whatever is hanging the box is something that starts up in >> the course of work, it doesn't appear to be there directly after a KDE >> login. > > I have observed that kded4 an

[gentoo-user] Re: /home doesn't umount on shutdown

2013-01-15 Thread Remy Blank
Alan McKinnon wrote: > But I was not able to make the problem re-appear in short reboot > cycles. So whatever is hanging the box is something that starts up in > the course of work, it doesn't appear to be there directly after a KDE > login. I have observed that kded4 and nepomukserver sometimes d