I wish I could offer something helpful here, but the issue of network dependencies has been a thorn in my side for a long time (e.g. if I have PostgreSQL listening on localhost, why is it stopped with eth0?) Funtoo fixed the design by letting services depend on specific interfaces, but as far as I know Gentoo (and the other major distros) will leave it broken for the forseeable future.
On Tue, Nov 27, 2012 at 2:02 AM, Adam Carter <adamcart...@gmail.com> wrote: > I have added rc_net_wlan0_provide="net" to /etc/rc.conf, but scripts like > sshd still wont start, and when executed report "WARNING: sshd is scheduled > to start when net.eth0 has started". > > Why does sshd appear to be specifically requiring net.eth0? (or is the > message misleading?) > > How do i get net.wlan0 to also provide net? > > >