Re: [gentoo-user] Re: Restart agetty after update @world?

2017-08-12 Thread Neil Bothwick
On Sat, 12 Aug 2017 16:30:34 +0300, Nikos Chantziaras wrote: > > lsof | grep -w DEL | grep portage > > You should probably use app-admin/lib_users for this. Or app-admin/needrestart, which also has an option to restart affected services. -- Neil Bothwick Don't put all your hypes in one

Re: [gentoo-user] Re: Restart agetty after update @world?

2017-08-12 Thread Matthias Hanft
Nikos Chantziaras wrote: >> >> lsof | grep -w DEL | grep portage > > You should probably use app-admin/lib_users for this. Thank you, I didn't know this. Looks good (and found mysql in addition to my "lsof" command). -Matt

[gentoo-user] Re: Restart agetty after update @world?

2017-08-12 Thread Nikos Chantziaras
On 12/08/17 10:35, Matthias Hanft wrote: Hi, for weekly updates, I'm using the usual update commands, such as emerge -NDuv @world emerge -c revdep-rebuild -i In order to find out which services are still using old versions of updated programs/libraries, I add lsof | grep -w DEL | grep