[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2016-03-15 Thread Staten O.
After a recent upgrade on 14.04 LTS Desktop, I am having this issue. It just started happening, whereas it wasn't happening before. The following from Bug #1227585 comment #7 is a valid workaround for me... sudo su crontab -e put to crontab line: @reboot /bin/sleep 60 ; /bin/mount -a save

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2016-03-04 Thread John Bradshaw
Looks like 14.04 LTS Server isn't getting the nfs-common 1:1.2.8-9ubuntu1.1 package. Latest package for LTS is 1:1.2.8-6ubuntu1.2 - we're running that and had this problem today. Could we have this fix pushed out to LTS packages please? -- You received this bug notification because you are a

Re: [Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2015-11-11 Thread Steve Langasek
On Wed, Nov 11, 2015 at 09:24:01PM -, lnxusr wrote: > This needs to be reopened. Please file a separate bug report for your issue. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title:

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2015-11-11 Thread lnxusr
This needs to be reopened. I just installed 15.10 yesterday, and my nfs shares no longer mount on boot. I believe this was happening even before updating to 4.2.0.18, but I updated immediately before checking the system out, so can't be sure. -- You received this bug notification because you

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2015-04-23 Thread Dagur
Actually I think has been already fixed. Ignore last comment -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB no longer mount at boot To manage notifications about

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2015-04-23 Thread Dagur
This bug seems to have returned in 15.04. At least for me -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB no longer mount at boot To manage notifications about

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-05 Thread Guillaume LAURENT
Seems fixed too after updates. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB no longer mount at boot To manage notifications about this bug go to:

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-04 Thread Forage
@guillaume: my apologies for the confusion. The correct version should be nfs-common 1:1.2.8-9ubuntu1.1 (and linux 3.16.0-25.33 for that matter). Make sure you enabled the Recommended updates (utopic-updates) repository in Software Updates on the Updates tab if you did not get this update. --

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-04 Thread guillaume ramelet
@forage : thanx, fixed with nfs-common 1:1.2.8-9ubuntu1.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB no longer mount at boot To manage notifications about

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-04 Thread Simplexion
** Package changed: linux (Ubuntu) = nfs-utils (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB no longer mount at boot To manage notifications about this

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-03 Thread Jens Jäschke
I can confirm that the issue seems to be fixed. Since I first noticed it being fixed today, I assume the nfs-common update is responsible which was installed yesterday. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-03 Thread Simplexion
** Changed in: linux (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB no longer mount at boot To manage

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-03 Thread guillaume ramelet
I have nfs-common 1:1.2.8-9ubuntu1, kernel 3.16.0-25-generic and the bug is not fixed for me. Here is my fstab entry for nfs: nas:/volume1/homes/guillaume/home/guillaume/Nas/Homenfs defaults,user,nolock,nfsvers=4 0 0 -- You received this bug notification because

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-12-02 Thread Forage
The issue appears to be fixed now. I didn't apply any work-arounds and the shares get auto-mounted again. Possibly because of the recent nfs-common 1:1.2.8-9ubuntu1 or the linux 3.16.0-24 update? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-11-24 Thread Dwaine Gonyier
As a temporary workaround for automounts/autofs for NFS mounts that seems to work, I added the following to /etc/auto.master: /nfs /etc/auto.net So now I can access NFS automounts under /nfs rather that under /net which was working in 14.04 and earlier. -- You received this bug

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-11-24 Thread Dwaine Gonyier
See Bug #1386869 for autofs issue and work around. I think there are two issues, one affecting autofs and one affecting NFS mounts via FSTAB at boot as described in original bug text here. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-11-22 Thread Dwaine Gonyier
I am also seeing this affecting autofs. Same host, automounts under /net worked fine under 14.04, but do not work after upgrading the same host to 14.10 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-29 Thread Francois Gouget
I have run into this issue too. In case it helps anyone else, the workaround I came up with is to: * Use the NFS server's IP address in /etc/fstab. * Add 'mount -a' in the first non-comment line of /etc/init.d/mountnfs.sh. Note that it is important to call 'mount -a' before the '.

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-27 Thread Joseph Salisbury
Would it be possible for you to test the latest upstream kernel? Refer to https://wiki.ubuntu.com/KernelMainlineBuilds . Please test the latest v3.18 kernel[0]. If this bug is fixed in the mainline kernel, please add the following tag 'kernel-fixed-upstream'. If the mainline kernel does not fix

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-27 Thread Peter Smith
Just to note to add that this also affects autofs. Manually mounting works O.K. Peter -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB no longer mount at boot To

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-27 Thread Toxicshadow
** Tags added: kernel-unable-to-test-upstream ** Changed in: linux (Ubuntu) Status: Incomplete = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title: NFS shares in FSTAB

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-27 Thread Toxicshadow
Attempted to test the upstream kernel but this resulted in what appeared to be a shell with a comment of Gave up waiting for root device The keyboard also stopped responding. I installed the following packages: linux-image-3.18.0-031800rc2-generic_3.18.0-031800rc2.201410262035_amd64.deb

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-26 Thread Toxicshadow
** Attachment added: lspci log https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1385846/+attachment/4245146/+files/lspci-vnvn.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1385846 Title:

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-26 Thread Toxicshadow
apport information ** Tags added: apport-collected utopic ** Description changed: Since moving to Ubuntu 14.10 my network shares in FSTAB no longer mount at startup. Once the machine has booted the following command mount -a fixes the issue and all mounts become available. This

[Bug 1385846] Re: NFS shares in FSTAB no longer mount at boot

2014-10-26 Thread Troy Dack
Looks like https://bugs.launchpad.net/ubuntu/+source/mountall/+bug/1384502 might be relevant to this bug as well. FWIW this has bitten me too. Looking at dmesg idmapd is called for each mount point in /etc/fstab and then killed (TERM), this all appears to happen _before_ the network interfaces