It seems to happen at exactly every other reboot.
The workaround script from above does not work for me because rc.local
is run too late in the boot process. The computer hangs and waits for
the nfs mounts because it is execued.
If anyone is willing to investigate this, I'm ready to make tests a
I run into this problem with Lubuntu 13.10. The problem occurs non-
deterministically, so I cannot really tell whether the workaround works
for me. Also for me, nfsvers=3 did not help.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
Hi dbrossard,
I guess you meant this suggestion for other people with this problem as
my fstab shows I already have vers=3 on 2 of my 3 nfs mounts, but just
for completeness, I have already tried that but it did not help.
--
You received this bug notification because you are a member of Ubuntu
B
I had the same problem using a solaris ZFS server as the NFS file
server. I was able to fix this by adding vers=3 to the options. I you
do not need version 4 of NFS try using this in your fstab.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
The workaround didnĀ“t work for me :-(
The only way for me is reboot in recovery mode select network en
continue normal boot
My /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid' to print the universally unique identifier for a
# device; this may be used with UUID= as a mo
The same thing om Ubuntu server 12.10 and 13.04
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095917
Title:
nfs mounts failing during reboot 12.04
To manage notifications about this bug go to:
htt
also affected on a fresh LTS 12.04.2 (server) installation:
while booting, i've got
fsck from util-linux 2.20.1
/dev/sda1: clean, 103901/14745600 files, 7194418/58958592 blocks
rpcbind: Cannot open '/run/rpcbind/rpcbind.xdr' file for reading, errno 2 (No
such file or directory)
rpcbind: Cannot o
I too just ran into this issue on my 12.04.2 server. It's been working
for a while and then a couple updates and a reboot stopped all that. I
can run a "sudo mount -a" after I log into my server to fix it but it
will fail to mount the NFS share at boot.
FSTAB:
h1p-nas1:/volume1/backups /mnt/back
Status changed to 'Confirmed' because the bug affects multiple users.
** Changed in: nfs-utils (Ubuntu)
Status: New => Confirmed
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1095917
Title:
Confirmed under 12.04.2 LTS here.
If DHCP lease is acquired with delay, NFS partitions are unable to be
mounted at boot time. Need sleep & remount.
** Changed in: nfs-utils (Ubuntu)
Status: Expired => New
--
You received this bug notification because you are a member of Ubuntu
Bugs, whic
[Expired for nfs-utils (Ubuntu) because there has been no activity for
60 days.]
** Changed in: nfs-utils (Ubuntu)
Status: Incomplete => Expired
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/10
boot.log
** Attachment added: "boot.log"
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1095917/+attachment/3475687/+files/ausyvutims1_boot_log.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.n
Output of initctl list
** Attachment added: "Output of initctl list"
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/1095917/+attachment/3475686/+files/ausyvutims1_initctl_list.txt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
Hi Steve,
1) The share was not mounted after I did 'killall -USR1 mountall'
2) After I killed mount.ntfs pid, the nfs file system was still not mounted,
although /media/Passport2 (ntfs) was no longer mounted.
I have attached output of 'initctl list' & boot.log.
--
You received this bug notifi
This could be a race condition where the network interface reports
itself to be up, but traffic is not actually being routed and the mount
request fails, and mountall never gets told to try again. If you run
'killall -USR1 mountall' after boot (basically, the same thing /etc/init
/mountall-net.con
I have worked around the problem by running a script during reboot which
sleeps for 30 seconds, then mounts any unmounted nsf file systems.
Add to /etc/rc.local :
nohup /usr/local/bin/nfs_fix >/tmp/nfs_fix.out 2>&1 &
/usr/local/bin/nfs_fix :
#!/bin/ksh
# /usr/local/bin/nfs_fix
# Do to timing
16 matches
Mail list logo