Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
netmount not waiting for network to start [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
danomac
l33t
l33t


Joined: 06 Nov 2004
Posts: 881
Location: Vancouver, BC

PostPosted: Mon Oct 13, 2008 4:28 am    Post subject: netmount not waiting for network to start [solved] Reply with quote

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
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 15, 2008 2:17 am    Post subject: Reply with quote

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
View user's profile Send private message
danomac
l33t
l33t


Joined: 06 Nov 2004
Posts: 881
Location: Vancouver, BC

PostPosted: Wed Oct 15, 2008 4:17 am    Post subject: Reply with quote

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
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Oct 15, 2008 11:22 am    Post subject: Reply with quote

Nice :P
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum