Comment 2 for bug 1157171

Revision history for this message
Joe Warren-Meeks (joe-warren-meeks) wrote :

Sorry for the delay in response, and for misassigning it.

joe@w1:~$ dpkg -l |grep nfs-common
ii nfs-common 1:1.2.5-3ubuntu3.1 NFS support files common to client and server

I'm running Ubuntu precise (12.04.2 LTS)

root@w1:/var/log/upstart# cat statd.log
UPSTART_EVENTS = local-filesystems started
portmap-wait stop/waiting

Seems normal

And no mounting logs.

It looks to be a race condition at startup. I think it's trying to mount the filesystems before the network and statd have started up and then hangs at the "Press blah to continue" dialogue. That would explain the statd not running and the mount.nfs: Network is unreachable entries.

If I remove the entries from fstab and add them into /etc/rc.local then everything works fine, which would lend some creedence to the theory.

Note that I have put _netdev in the fstab line, which should make mount wait until the network is available.

Let me know if there is anything I can do to help?

 -- joe.