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

2017-08-12 Thread Matthias Hanft
Dale wrote: > > Correct. I should have mentioned that in my post but assumed it would > be known. Anytime agetty is killed, it just pops back up. I suspect it > doesn't stay dead for even a second. Sort of like those zombie movies. Looks good. I used "pkill agetty", and now it looks like

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

2017-08-12 Thread John Covici
On Sat, 12 Aug 2017 07:51:46 -0400, Rich Freeman wrote: > > On Sat, Aug 12, 2017 at 4:22 AM, Matthias Hanft wrote: > > Dale wrote: > >> > >> I do it this way. > >> pkill agetty > >> Simple, quick and easy to remember. One could script it I guess??? > > > > I'm pretty sure this

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

2017-08-12 Thread Dale
Rich Freeman wrote: > On Sat, Aug 12, 2017 at 4:22 AM, Matthias Hanft wrote: >> Dale wrote: >>> I do it this way. >>> pkill agetty >>> Simple, quick and easy to remember. One could script it I guess??? >> I'm pretty sure this would work, but is there something which would >> start

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

2017-08-12 Thread Rich Freeman
On Sat, Aug 12, 2017 at 4:22 AM, Matthias Hanft wrote: > Dale wrote: >> >> I do it this way. >> pkill agetty >> Simple, quick and easy to remember. One could script it I guess??? > > I'm pretty sure this would work, but is there something which would > start them again? As far as

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

2017-08-12 Thread Matthias Hanft
Dale wrote: > > I do it this way. > pkill agetty > Simple, quick and easy to remember. One could script it I guess??? I'm pretty sure this would work, but is there something which would start them again? As far as I understand, these are the processes that provide console login - correct?

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

2017-08-12 Thread Rich Freeman
On Sat, Aug 12, 2017 at 3:35 AM, Matthias Hanft wrote: > > But now, there's agetty left, and I don't know how to restart this > service (without reboot): > This is because these are run directly by init and not by openrc, unlike all the other daemons on the system. As others

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

2017-08-12 Thread Dale
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 portage

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

2017-08-12 Thread Adam Carter
Logout and login again?

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

2017-08-12 Thread Ian Bloss
Running kill on the current pids? On Sat, Aug 12, 2017, 12:36 AM 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

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

2017-08-12 Thread Matthias Hanft
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 portage and /etc/init.d/XXX restart for those