Re: Network problems after installing runit and removing openrc
Reply #16 –
Yeah based on that, I would just assume that symlink messed everything up. I would suggest deleting everything in the /run/runit/service directory and then force reinstalling (i.e. using the --force flag) every single runit package you need (runit, runit-artix, dhcpcd-runit, dbus-runit, etc.). Then try the proper symlink again. So for getting internet:
# ln -s /etc/runit/sv/dhcpcd /run/runit/service
That should work just fine unless you had some really strange configuration that NetworkManger handled for you. I'm assuming you're just running a standard ethernet cable though. In that case, dhcpcd is all you need.