View previous topic :: View next topic |
Author |
Message |
danomac l33t
Joined: 06 Nov 2004 Posts: 881 Location: Vancouver, BC
|
Posted: Mon Oct 13, 2008 4:28 am Post subject: netmount not waiting for network to start [solved] |
|
|
I have a NFS share that is supposed to automount during startup.
It is refusing to mount the share at startup, and spits out the "Cannot mount network shares..." error. From what I can tell, for some reason netmount isn't waiting until the network is ready. netplug is installed, so there is no delay while bringing up the network.
Does anyone know of any solution (other than removing netplug) that can solve this?
Last edited by danomac on Wed Oct 15, 2008 4:18 am; edited 1 time in total |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Wed Oct 15, 2008 2:17 am Post subject: |
|
|
Hi, can you post this file :
Code: |
# cat /etc/conf.d/rc
|
Maybe you need to play with this kind of variable :
Code: |
# Some people want a finer grain over hotplug/coldplug. RC_PLUG_SERVICES is a
# list of services that are matched in order, either allowing or not. By
# default we allow services through as RC_COLDPLUG/RC_HOTPLUG has to be yes
# anyway.
# Example - RC_PLUG_SERVICES="net.wlan !net.*"
# This allows net.wlan and any service not matching net.* to be plugged.
RC_PLUG_SERVICES="!net.*"
|
|
|
Back to top |
|
|
danomac l33t
Joined: 06 Nov 2004 Posts: 881 Location: Vancouver, BC
|
Posted: Wed Oct 15, 2008 4:17 am Post subject: |
|
|
I disabled the net.* scripts from starting and moved net.eth0 from the default runlevel to the boot runlevel. Seems to be fixed for now... |
|
Back to top |
|
|
d2_racing Bodhisattva
Joined: 25 Apr 2005 Posts: 13047 Location: Ste-Foy,Canada
|
Posted: Wed Oct 15, 2008 11:22 am Post subject: |
|
|
Nice |
|
Back to top |
|
|
|