Re: [gentoo-user] power button to shutdown for openrc? [SOLVED]

2019-11-16 Thread n952162
okay, I've got ... acpid is, by default, not in the default openrc run list [:blush:] Solution:     sudo rc-update add acpid On 11/13/19 07:48, n952162 wrote: I've reinstalled gentoo from the gentoo repository and now my power button doesn't do a shutdown anymore.  What do I have to do to

[gentoo-user] Re: problem with named restarting

2019-11-16 Thread Ian Zimmerman
On 2019-09-19 14:23, John Covici wrote: > Sep 18 22:25:45 ccs.covici.com named[4207]: resolver.c:4917: > INSIST(dns_name_issubdomain(>name, >domain)) failed, back trace > Sep 18 22:25:45 ccs.covici.com named[4207]: #0 0x5645afbc0610 in ?? > Sep 18 22:25:45 ccs.covici.com named[4207]: #1

[gentoo-user] daemon fox?

2019-11-16 Thread Ian Zimmerman
Is it possible to start firefox as a daemon, ie. without opening any windows, and later connect to it as needed to display URLs? I have in mind something similar to "emacs --daemon". I had some hopes for "firefox --headless" but that doesn't do what I want: later "firefox $URL" will not connect

[gentoo-user] Re: power button to shutdown for openrc?

2019-11-16 Thread Ian Zimmerman
On 2019-11-16 12:50, Mick wrote: > > Question: when does the init program run under the name openrc-init? > > It is not simply a matter of different names, but of different > binaries. As far as I understand it, the /sbin/init of > sys-apps/sysvinit is used by openrc unless you have modified

Re: [gentoo-user] power button to shutdown for openrc?

2019-11-16 Thread n952162
On 11/16/19 13:50, Mick wrote: It is not simply a matter of different names, but of different binaries. As far as I understand it, the /sbin/init of sys-apps/sysvinit is used by openrc unless you have modified your system to use openrc-init (a different binary to /sbin/init) as explained here:

Re: [gentoo-user] power button to shutdown for openrc?

2019-11-16 Thread n952162
And, incidentally, I don't know if anybody's interested, but on my system, I changed this: if pidof x $PMS > /dev/null ||     ( test "$XUSER" != "" && pidof dcopserver > /dev/null && test -x /usr/bin/dcop && /usr/bin/dcop --user $XUSER kded kded loadedModules | grep -q

Re: [gentoo-user] power button to shutdown for openrc?

2019-11-16 Thread Mick
On Saturday, 16 November 2019 09:34:02 GMT n952162 wrote: > On 11/13/19 09:55, Mick wrote: > > On Wednesday, 13 November 2019 06:48:11 GMT n952162 wrote: > >> I've reinstalled gentoo from the gentoo repository and now my power > >> button doesn't do a shutdown anymore. What do I have to do to

Re: [gentoo-user] power button to shutdown for openrc?

2019-11-16 Thread n952162
On 11/13/19 09:55, Mick wrote: On Wednesday, 13 November 2019 06:48:11 GMT n952162 wrote: I've reinstalled gentoo from the gentoo repository and now my power button doesn't do a shutdown anymore. What do I have to do to have it issue a shutdown? This is an openrc system. I have this, but it