[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2015-07-24 Thread Raff
I am using 14.04 and looks like the problem is still there. Only one nfs share listed in df, however on mount (what is valid) 8 shares listed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2014-04-23 Thread Ian Campbell
Note sure if it's the same bug, but running 14.04. # cat /etc/os-release NAME=Ubuntu VERSION=14.04, Trusty Tahr ID=ubuntu ID_LIKE=debian PRETTY_NAME=Ubuntu 14.04 LTS VERSION_ID=14.04 HOME_URL=http://www.ubuntu.com/; SUPPORT_URL=http://help.ubuntu.com/;

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2013-11-23 Thread Sam Bromley
Hi All, It would seem that this bug is still popping up. I noticed this today, running 13.04. /proc/mounts is fine. /etc/mtab is missing nfs mounts. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report.

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2012-10-20 Thread Marcus Bointon
History repeating - 3 years later and I'm seeing exactly this problem in a new 12.04 install! I've got a glusterFS volume that mounts via NFS - it shows in /proc/mounts but not df or mount output. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2009-09-05 Thread Eric Bursley
I still have this problem in hardy. I'm running the latest patches. mount -a will mount all missing NFS mounts after I'm logged in. I have a Precision Workstation 690, so the race condition spoken about before may still be happening with faster systems. -- NFS mounts on clients don't appear in

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-02-26 Thread Launchpad Bug Tracker
This bug was fixed in the package sysvinit - 2.86.ds1-14.1ubuntu37 --- sysvinit (2.86.ds1-14.1ubuntu37) hardy; urgency=low * debian/initscripts/etc/init.d/mtab.sh: Explicitly add mtab entries for networked file systems; race condition exists where mtab can get overwritten

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-02-22 Thread Dustin Kirkland
I have updated this debdiff with one that solves this problem, as well as Bug #45842. In this version, however, I create a lock file, /var/run/waitnfs.sh.pid, and check for that, rather than using the ps aux | grep ... construct. See:

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-02-22 Thread Dustin Kirkland
Per request from Kees Cook, explicit steps to reproduce this problem * Fresh install of Hardy (VM is fine) * apt-get install nfs-common * Have a remote NFS server elsewhere running, and exporting a mount * Add that mount to your fresh install's /etc/fstab, perhaps something like:

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-02-21 Thread Dustin Kirkland
Typo in debdiff s/Launnchpad/Launchpad/ ** Attachment added: patch to mountnfs script http://launchpadlibrarian.net/12134777/44836.diff -- NFS mounts on clients don't appear in `mount` or `df` output https://bugs.launchpad.net/bugs/44836 You received this bug notification because you

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-02-20 Thread Dustin Kirkland
I could not reproduce this problem in Hardy as of 2008-02-20. I did reproduce the problem on Gutsy on 2008-02-02, and solved it by the code suggested in Comment 14. I'm attaching a unified diff patch. ** Attachment added: 1.patch http://launchpadlibrarian.net/12122542/1.patch -- NFS mounts

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-02-20 Thread Dustin Kirkland
Better yet, a debdiff against gutsy's initscripts, with changelog entry and version incrementing. ** Attachment added: 44836.diff http://launchpadlibrarian.net/12126861/44836.diff -- NFS mounts on clients don't appear in `mount` or `df` output https://bugs.launchpad.net/bugs/44836 You

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-02-02 Thread Jorge Allyson Azevedo
I think I found another problem related to this bug. If the missing nfs mount uses quota, the quota command will not know it at all. If I want to know my quota limits on that nfs mount I have no way unless I manually remount it. I was wondering if there are other programs that would be affected

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2008-01-24 Thread Matthew L. Dailey
This bug is still present in hardy as of 20080124. I've got a kerberized nfs3 mount in fstab: thayerfs.thayer.dartmouth.edu:/vol/apps /thayerfs/apps nfs vers=3,sec=krb5,nosuid It is accessible after boot, but only shows up in /proc/mounts - not in /etc/mtab or via the mount command.

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-11-14 Thread Jeffery Bond
The patch to mountnfs worked for me on ubuntu 7.10, but this bug has another nasty effect: When updatedb/slocate is running, it will scan NFS mounts, even if the PRUNEFS string contains nfs in the /etc/updatedb.conf file. The PRUNEPATHS option does seem to work however. This is pretty bad since

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-11-14 Thread Moritz Bunkus
7.10: I noticed the same issue Jeffery Bond noticed. This also happened with 6.06, probably because the NFS mounts did not show in /etc/mtab (even though they did in /proc/mounts). However, with the patch Georg Wulff supplied the NFS mounts show up in /etc/mtab again, and slocate's updatedb skips

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-11-07 Thread ski
This patch works for me on feisty. Haven't tested on gutsy yet. -- NFS mounts on clients don't appear in `mount` or `df` output https://bugs.launchpad.net/bugs/44836 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-10-31 Thread David Vincent
I have the same problem on Gutsy Gibbon and the patch worked for me as well. -- NFS mounts on clients don't appear in `mount` or `df` output https://bugs.launchpad.net/bugs/44836 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. --

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-10-21 Thread AlexLG
I have the same problem with The Gutsy Gibbon and the patch works wery well for me, thanks. -- NFS mounts on clients don't appear in `mount` or `df` output https://bugs.launchpad.net/bugs/44836 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-09-17 Thread Georg C.F. Wolff
An alternate solution - instead of waiting a fixed time - is to modify /etc/network/if-up.d/mountnfs to include a runlevel-check: RUNLEVEL=`runlevel` while [ ${RUNLEVEL} = unknown ]; do if ps aux | grep -q sh /etc/rcS.d/S45waitnfs.sh start$;

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-04-26 Thread Andreas Heinz
@Scott: since this bug is now attached to sysvinit and sysvinit has been replaced since edgy: will this bug be fixed anytime or shouldn't this happen, when upstart ist used instead of sysvinit? thanks Andreas -- NFS mounts on clients don't appear in `mount` or `df` output

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2007-04-21 Thread RParr
I am seeing this problem in recently installed Feisty (final) amd64. NFS mounts made during boot do not appear in mount or df commands but the mounts have occurred and show up in /proc/mounts. NFS mounts made from command-line after boot do appear in mount and df command. -- NFS mounts on

[Bug 44836] Re: NFS mounts on clients don't appear in `mount` or `df` output

2006-12-20 Thread Andreas Heinz
since this bug is open a long time now: is there a chance that this will be fixed? i just tried kde with kde free disk applet which lets you only choose partitions mounted into the system. with this bug present, network shares can't be checked. so after sysvinit will be replaced, will this bug