[SOLVED] Update: openrc / sysv-rc

frantek

Renowned Member
May 30, 2009
172
7
83
Hi,

lately I've done (as usual) updates on my nodes and got:

Code:
**********************************************************************
*** WARNING: if you are replacing sysv-rc by OpenRC, then you must ***
*** reboot immediately using the following command:                ***
for file in /etc/rc0.d/K*; do s=`basename $(readlink "$file")` ; /etc/init.d/$s stop; done
**********************************************************************

while APT tried to replace "sysv-rc" by "openrc". I did so but the update didn't work and it remains in the update queue. I've also found that the follwing packages are kept back:

Code:
zfs-initramfs zfs-zed zfsutils-linux

But this is not too important for me as I don't use ZFS on these nodes.

How to fix this?

TIA