Le 15/05/2018 à 13:23, Martin Steigerwald a écrit :
wirelessd...@gmail.com - 14.05.18, 02:52:
I’ve read that the ascii RC has optional support for OpenRC. How can I
switch to this on an existing system to try it out?

Is it simply a matter of running “apt-get install openrc”?
This basically did it for me. But this warning has been unhelpful for me:

%:/var/lib/dpkg/info# grep -A 2 "sysv" *openrc*
openrc.postinst:        echo "*** WARNING: if you are replacing sysv-rcby OpenRC, 
then you must ***"
openrc.postinst-        echo "*** reboot immediately using the following command:    
            ***"
openrc.postinst-        echo 'for file in /etc/rc0.d/K*; do s=`basename $(readlink 
"$file")` ; /etc/init.d/$s stop; done'
...
What this did on my system is: Stop all services and then sit there.

    That's what this long command exactly means: for every init script which is to be stopped at shutdown (those with a symlink with a K prefix), execute the stop command. There's just an error in the postinst message, because it says that would also perform the reboot.
  It
did not reboot. I asked a co-worker to reboot the machine via the
hypervisor and it worked.

    You could as well send the command 'reboot'

        Didier


_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to