[Bug 656889] Re: nfs mounts no longer negotiate protocol with older servers
Bug Watch Updater
656889 at bugs.launchpad.net
Fri Oct 27 01:09:53 UTC 2017
Launchpad has imported 21 comments from the remote bug at
https://bugzilla.redhat.com/show_bug.cgi?id=505018.
If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.
------------------------------------------------------------------------
On 2009-06-10T11:54:08+00:00 Tom wrote:
Description of problem:
I've been using lines much like this for years and years to mount remote
filesystems from various older systems with older NFS servers:
dino:/tt/carbon /tt/carbon nfs rw,bg,soft,intr,rsize=8192,wsize=8192 0 0
This has always worked up to and including fedora 10, but with fedora 11,
I get a mount error saying an illegal option was specified. That error
is apparently a wild goose chase, but after much poking around, I found
that if I add an additional option "proto=udp" to the options list, the
mount seems to work fine. So it seems like the ability to negotiate with
the server for what protocol to support has disappeared in the fedora 11
nfs mount process.
The specific error looks like:
mount.nfs: an incorrect mount option was specified
Version-Release number of selected component (if applicable):
nfs-utils-1.1.5-6.fc11.i586
system-config-nfs-docs-1.0.6-1.fc11.noarch
system-config-nfs-1.3.44-1.fc11.noarch
nfs-utils-lib-1.1.4-6.fc11.i586
How reproducible:
every time
Steps to Reproduce:
1.see above
2.
3.
Actual results:
mount.nfs: an incorrect mount option was specified
Expected results:
figure out the server only talks udp and mount that way.
Additional info:
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/0
------------------------------------------------------------------------
On 2009-06-10T12:12:52+00:00 Steve wrote:
Just curious as to why your server only take UDP mounts, since
TCP is a much better protocol to use.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/1
------------------------------------------------------------------------
On 2009-06-10T12:28:48+00:00 Tom wrote:
Because it is a really really old system running an NFS from before NFS
ever heard of TCP. (Personally I can't imagine what was running through
the brains of the original NFS developers when they picked UDP as the
original protocol to use, but that's a different question :-). We need
to run these old systems to support software on them.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/2
------------------------------------------------------------------------
On 2009-06-10T13:34:04+00:00 Fedora wrote:
nfs-utils-1.2.0-2.fc11 has been submitted as an update for Fedora 11.
http://admin.fedoraproject.org/updates/nfs-utils-1.2.0-2.fc11
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/3
------------------------------------------------------------------------
On 2009-06-10T13:38:19+00:00 Steve wrote:
In my testing nfs-utils-1.2.0-2.fc11 seem to fix the problem.
Could you please install this updated nfs-utils package to
see if it resolve the problem.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/4
------------------------------------------------------------------------
On 2009-06-10T14:34:55+00:00 Tom wrote:
Actually, I'm now confused. I just installed fedora 11 on my desktop and
also installed all updates, and even though the nfs-utils version
still says it is 1.1.5-6, something else that came in with the updates
seems to have made it work. I don't have proto=udp, but I can mount
the older systems and the output from just typing "mount" shows that
it is indeed using udp protocol. (With 365MB of updates, I'm not sure
which bit might have had an effect :-).
I'll give 1.2.0-2 a whirl on one of the other systems I haven't updated
when I get a chance.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/5
------------------------------------------------------------------------
On 2009-06-10T15:19:59+00:00 Tom wrote:
More confused than ever: I tried nfs-utils-1.2.0-2.fc11.i586 on a system
where I haven't installed any updates, and I still get the incorrect
mount option message.
I noticed that the mount command itself was in an updated package, so
I also updated util-linux-ng to util-linux-ng-2.14.2-9.fc11.i586, but that
still doesn't work.
In case some server was involved that needed restarting, I rebooted the
system, and it still can't mount the filesystem.
Yet over on my desktop, will all available updates loaded, mounting
the same filesystem works fine without the proto=udp option. So some
existing update apparently fixes the problem, I just can't figure out
which one it is :-).
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/6
------------------------------------------------------------------------
On 2009-06-10T15:42:11+00:00 Steve wrote:
Yes this is a bit bizarre....
So in the end, neither nfs-utils-1.2.0-2 or nfs-utils-1.1.5-6
exhibit the problem after updating some unknown package, which
means the problem is solved??
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/7
------------------------------------------------------------------------
On 2009-06-10T15:54:19+00:00 Tom wrote:
I guess so, I just don't have the patience to install the updates one at
a time to figure out which one did it :-).
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/8
------------------------------------------------------------------------
On 2009-06-10T16:31:49+00:00 Steve wrote:
Now that totally understandable!!! :-)
I'm going to close this as not a NOTBUG but please
feel free to reopen it if the problem comes back..
thanks for using Fedora 11!
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/9
------------------------------------------------------------------------
On 2009-06-13T18:35:58+00:00 Daniel wrote:
*** Bug 505773 has been marked as a duplicate of this bug. ***
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/10
------------------------------------------------------------------------
On 2009-06-13T18:38:06+00:00 Daniel wrote:
Same problem here, against RH9 NFS server. Pending update nfs-
utils-1.2.0-3.fc11.i586.rpm does NOT fix the problem, the suggested
workaround -o proto=udp works though, even with the current official
version 1.1.5-6
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/11
------------------------------------------------------------------------
On 2009-06-13T20:25:18+00:00 Tom wrote:
Just curious, did you do a "yum update" to get all the day zero updates
loaded on the fedora 11 system? That fixed it for me, though none of the
individual packages involved looked as though they were related, so I
have no idea which one triggered the fix. Maybe it is something silly
like some library routine doing the parsing of options that was broken
and a library update fixed it?
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/12
------------------------------------------------------------------------
On 2009-06-13T21:13:48+00:00 Daniel wrote:
Yes, system has all the official released updates applied.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/13
------------------------------------------------------------------------
On 2009-06-16T01:22:34+00:00 Fedora wrote:
nfs-utils-1.2.0-3.fc11 has been pushed to the Fedora 11 testing repository. If problems still persist, please make note of it in this bug report.
If you want to test the update, you can install it with
su -c 'yum --enablerepo=updates-testing update nfs-utils'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F11/FEDORA-2009-5985
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/14
------------------------------------------------------------------------
On 2009-07-02T19:37:59+00:00 Hugh wrote:
nfs-utils-1.2.0-3.fc11 doesn't fix this for me. I still have to specify
proto=udp to mount from an older NFS server.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/15
------------------------------------------------------------------------
On 2009-09-06T03:21:27+00:00 Bryan wrote:
I have this same error mounting an older NFS server as well--I needed to
specify proto=udp
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/16
------------------------------------------------------------------------
On 2009-10-07T15:48:31+00:00 Tom wrote:
I just updated my desktop fedora 11 system at work where I first saw this
bug many moons ago, and it is back again, but this time the error I get
is:
mount.nfs: requested NFS version or transport protocol is not supported
The same work-around fixes it, explicitly giving the proto=udp option
on the mount command. Seems like if it can go to the trouble of printing
an error, it could also go to the trouble of trying udp :-).
Possibly relevant packages I just picked up when I updated today:
nfs-utils-1.2.0-5.fc11.x86_64
kernel-2.6.30.8-64.fc11.x86_64
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/17
------------------------------------------------------------------------
On 2009-10-07T17:03:29+00:00 Frank wrote:
I just discovered that I have the same problem here. This computer is supposed
to mount two fileservers. One of the fileservers runs Centos 5 and the other
is an Intel SS-4000E (a dedicated fileserver that runs its own embedded Linux).
The Centos 5 fileserver server mounted fine, just like it did before,
but the Intel fileserver failed.
My fstab is set up as follows:
fileserver:/nas/NASDisk-00002/files/ /mnt/fileserver nfs
defaults 0 0
After rebooting my computer last night when it finished updating to
nfs-utils-1.2.0-5.fc11.x86_64 the fileserver failed to mount. I found out
about it this morning when my overnight backup to the fileserver failed to work.
Running the mount command from the commandline tells me this:
QUOTE:
[root at mutt frankcox]# mount fileserver:/nas/NASDisk-00002/files/ /mnt/fileserver
mount.nfs: requested NFS version or transport protocol is not supported
END OF QUOTE:
Using the suggested option "-o proto=udp", it mounted fine.
QUOTE:
[root at mutt frankcox]# mount -o proto=udp fileserver:/nas/NASDisk-00002/files/ /mnt/fileserver
END OF QUOTE
That worked and my Intel fileserver is now present on this computer
again.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/18
------------------------------------------------------------------------
On 2010-04-27T14:43:46+00:00 Bug wrote:
This message is a reminder that Fedora 11 is nearing its end of life.
Approximately 30 (thirty) days from now Fedora will stop maintaining
and issuing updates for Fedora 11. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as WONTFIX if it remains open with a Fedora
'version' of '11'.
Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version prior to Fedora 11's end of life.
Bug Reporter: Thank you for reporting this issue and we are sorry that
we may not be able to fix it before Fedora 11 is end of life. If you
would still like to see this bug fixed and are able to reproduce it
against a later version of Fedora please change the 'version' of this
bug to the applicable version. If you are unable to change the version,
please add a comment here and someone will do it for you.
Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.
The process we are following is described here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/19
------------------------------------------------------------------------
On 2010-06-28T12:51:46+00:00 Bug wrote:
Fedora 11 changed to end-of-life (EOL) status on 2010-06-25. Fedora 11 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.
If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version.
Thank you for reporting this bug and we are sorry it could not be fixed.
Reply at: https://bugs.launchpad.net/ubuntu/+source/nfs-
utils/+bug/656889/comments/20
** Changed in: nfs-utils (Fedora)
Status: Unknown => Won't Fix
** Changed in: nfs-utils (Fedora)
Importance: Unknown => Low
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to nfs-utils in Ubuntu.
https://bugs.launchpad.net/bugs/656889
Title:
nfs mounts no longer negotiate protocol with older servers
Status in nfs-utils package in Ubuntu:
New
Status in nfs-utils package in Fedora:
Won't Fix
Bug description:
When mounting an NFS share on an Western Digital WorldBook NAS I get the following error:
"mount.nfs: requested NFS version or transport protocol is not supported"
This appears to be similar to a bug from Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=505018
http://www.pubbs.net/200910/fedora/11693-what-happened-to-nfs-on-fedora-11.html
This works fine on Ubuntu 10.04 and below. Only errors on 10.10 Beta &
RC1
Description: Ubuntu maverick (development branch)
Release: 10.10
nfs-common:
Installed: 1:1.2.2-1ubuntu1
Candidate: 1:1.2.2-1ubuntu1
Version table:
*** 1:1.2.2-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
100 /var/lib/dpkg/status
nfs4-acl-tools:
Installed: (none)
Candidate: 0.3.3-1
Version table:
0.3.3-1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe amd64 Packages
nfswatch:
Installed: (none)
Candidate: 4.99.11-1
Version table:
4.99.11-1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/universe amd64 Packages
nfs-kernel-server:
Installed: (none)
Candidate: 1:1.2.2-1ubuntu1
Version table:
1:1.2.2-1ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ maverick/main amd64 Packages
Syslog:
Oct 8 09:09:59 kwhatcher-desktop kernel: [ 1440.866933] RPC: Registered udp transport module.
Oct 8 09:09:59 kwhatcher-desktop kernel: [ 1440.866936] RPC: Registered tcp transport module.
Oct 8 09:09:59 kwhatcher-desktop kernel: [ 1440.866937] RPC: Registered tcp NFSv4.1 backchannel transport module.
Oct 8 09:09:59 kwhatcher-desktop kernel: [ 1440.907239] Slow work thread pool: Starting up
Oct 8 09:09:59 kwhatcher-desktop kernel: [ 1440.907304] Slow work thread pool: Ready
Oct 8 09:09:59 kwhatcher-desktop kernel: [ 1440.907380] FS-Cache: Loaded
Oct 8 09:09:59 kwhatcher-desktop kernel: [ 1440.957126] FS-Cache: Netfs 'nfs' registered for caching
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/656889/+subscriptions
More information about the foundations-bugs
mailing list