Results 1 to 2 of 2
Hello,
When I reboot gentoo I get the following message and I have to wait 50 seconds until it reboots/shuts down:
Code:
* Bringing down interface lo
* Removing addresses
...
- 10-04-2011 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 2
Reboot/shutdown problem: net.eth0 waiting for localmount (50 seconds)
Hello,
When I reboot gentoo I get the following message and I have to wait 50 seconds until it reboots/shuts down:
I tried to find some answers on google but there was nothing useful whatsoever.Code:* Bringing down interface lo * Removing addresses * net.eth0: waiting for localmount (50 seconds) * net.eth0: waiting for localmount (41 seconds) * net.eth0: waiting for localmount (32 seconds) * net.eth0: waiting for localmount (23 seconds) * net.eth0: waiting for localmount (14 seconds) * net.eth0: waiting for localmount (5 seconds) * Bringing down interface eth0
Not sure if this is related, but this is the first line of my rc.log:
EDIT: This fixes it: /etc/init.d/net.eth0 stopCode:* ERROR: cannot start net.eth0 as fsck would not start
However, having to do that every time before shutting down/rebooting is slightly annoying.
Is there any other way I could fix this?Last edited by linuxNewbie.; 10-05-2011 at 08:30 AM.
- 10-30-2011 #2Just Joined!
- Join Date
- Mar 2011
- Location
- pittsburgh
- Posts
- 44
Try removing netmount from your init scripts,
You will need root privileges, and this doesn't actually delete the script, it just tells rc not to run it on start up.Code:rc-update del netmount default


Reply With Quote
