View previous topic :: View next topic |
Author |
Message |
toralf Developer


Joined: 01 Feb 2004 Posts: 3841 Location: Hamburg
|
Posted: Sat Feb 08, 2014 8:23 am Post subject: [solved/away]network depeneded services started too early |
|
|
My WLAN card needs few seconds longer to be really up and running. So the following services starts sometimes too early resulting in an start error (apache2) or other pain. And yes, I do have rc_depend_strict="NO" in /etc/rc.conf because during s2disk/resume I'd like to stop and start my WLAN w/o restarting all depended services.
Now /me wonders how to delay all other services which depends on the WLAN.
Update:/me wonders if this is enough ? : Code: | $ grep '!net"' /etc/rc.conf
rc_net_br0_provide="!net"
rc_net_tap0_provide="!net"
rc_net_tap1_provide="!net"
rc_net_tap2_provide="!net"
rc_net_tap3_provide="!net"
| or - could it be, then upgrading apache2 from 2.4.6 to 2.4.7 re-orders services so that new mysql is now started earlier and therefore gives more time for the wlan card ?/Update
Last edited by toralf on Tue Feb 18, 2014 5:40 pm; edited 1 time in total |
|
Back to top |
|
 |
spike88 n00b

Joined: 16 Oct 2012 Posts: 17
|
Posted: Mon Feb 17, 2014 10:57 pm Post subject: |
|
|
have you tried to rc-update add them into different runlevels _________________ Gentoo Rocks thanks! |
|
Back to top |
|
 |
toralf Developer


Joined: 01 Feb 2004 Posts: 3841 Location: Hamburg
|
Posted: Tue Feb 18, 2014 5:40 pm Post subject: |
|
|
I tried a lot - among others I changed the dnsmasq configuration - so finally the issue is now either away or solved. |
|
Back to top |
|
 |
|