after updating to openrc-0.9.8.2 and updating /etc/init.d/net.lo, lo interface doesn't show in ifconfig. /etc/init.d/net.lo restart has no effect, no errors during boot or in dmesg, messages, rc.log. Only ifconfig lo 127.0.0.1 bring interface up. Restoring old net.lo file solve the problem. Reproducible: Always Steps to Reproduce: 1. update openrc 2. update /etc/init.d/net.lo config file Actual Results: no lo interface
net.lo starts fine here. Could you please do the following: 1) restore the new net.lo 2) attach the output from the following: /etc/init.d/net.lo --debug start
It works now! o_O Only one possibly explanation, which came to mind -- I haven't resquash my system a while after updating openrc, so maybe old rc was using during the boot, and it conflicted with new net.lo. Sorry for disturbance, but the only idea after net.lo replacement was a bug( P.S. /etc/init.d/net.lo --debug start > log.log don't put debug info into the log, just usual output.