Even if net.etho is started on my laptop, rc-status did not show this: nhh221 ~ # rc-status Runlevel: default netmount [ started ] sysklogd [ started ] hotplug [ started ] hdparm [ started ] vixie-cron [ started ] hostname [ started ] acpid [ started ] speedfreq [ started ] kmyfirewall [ started ] dnetc [ started ] sendmail [ started ] zetagrid [ started ] cupsd [ started ] local [ started ] alsasound [ started ] xdm [ started ] gimps [ started ] ntpd [ started ] ntp-client [ off ] But it is started: nhh221 ~ # /etc/init.d/net.eth0 status * status: started nnhh221 ~ # /etc/init.d/net.lo status * status: started hh221 ~ # Reproducible: Always Steps to Reproduce: 1. 2. 3.
maybe you've got it in runlevel 'boot'? try: `rc-status boot` or for example `rc-status -s |grep started` to see all started services
nhh221_uml ~ # rc-status --all | grep started | egrep 'net\.' net.lo [ started ] net.eth0 [ started ] Right, net.lo is started in runlevel boot, but net.eth0 is in no runlevel. It is started via /etc/hotplug/net.agent I think.
i dont see the bug neither of the net interfaces were started as part of the default runlevel thus none of them would show up