View previous topic :: View next topic |
Author |
Message |
Dr.Willy Guru
Joined: 15 Jul 2007 Posts: 547 Location: NRW, Germany
|
Posted: Wed Feb 18, 2009 9:40 am Post subject: SOLVD Network interface not recognised by runscript need net |
|
|
On my laptop i've got two network interfaces net.eth0 and net.wlan0.
I recently noticed that I've got a problem with my net.eth0 interface. It's working just fine, however daemons depending on a network connection dont seem to recognise it is up and running. When I try to start, say, sshd it says
Code: | * WARNING: sshd is scheduled to start when net.wlan0 has started |
I don't recall having these problems before, so I suspect my recent migraton to OpenRC to be part of the problem.
I used ifplugd on the wired interface, replaced it with netplug, but that didnt have any effect really.
Last edited by Dr.Willy on Wed Feb 18, 2009 11:25 am; edited 2 times in total |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
Dr.Willy Guru
Joined: 15 Jul 2007 Posts: 547 Location: NRW, Germany
|
Posted: Wed Feb 18, 2009 10:45 am Post subject: |
|
|
Ok, removed both from the runlevel and added Code: | rc_hotplug="net.eth* net.wlan0" | in /etc/rc.conf
Problem solved.
Do I even need ifplugd/netplug now? |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
|