* (k)ubuntu NFS buy
@ 2011-04-29 13:34 Jim Anderson
[not found] ` <4DBABE48.1050901-EkmVulN54Sk@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Jim Anderson @ 2011-04-29 13:34 UTC (permalink / raw)
To: linux-nfs
Hi,
I'm having a problem with NFS using Linux Kubuntu 10.10. I have logged
my problem at the Kubuntu 10.10 forum and thus far I have had no
response. Since Kubuntu/Debian package NFS with their release, it does
not surprise me that I have had no response as yet.
I was thinking and realised that I probably need help from the
developers. My problem seems like it is due to a bug in NFS, although it
could easily be something wrong with my environment or the packaging. I
did see some similar problems on the net with Red Hat.
Anyway, below is my write up from the Kubuntu forum.
Can you tell my problem is a known bug with NFS?
Jim Anderson
___________________________________________________________
From Kubutu Form - April 29, 2010.
_________________________________________________________
I'm running a home network and I used NFS to share files between the
Linux PCs. Everything was working fine
until 2 days ago, when I started getting error messages that I could not
store files on remote servers. I tried
rebooting and mounting a file system from the server and I got the
following message:
mount.nfs: requested NFS version or transport protocol is not supported
The client is running Kubuntu 10.10 with NFS 1:1.2.2-1Ubuntue1.1. The
server is running NFS 1:1.2.0-2. The older
version is not that old and I was surprised at the apparent
incompatibility that suddenly appeared. Rather that
try to figure out what was in compatible, I decided to upgrade the
server to Kubuntu 10.10 so that the NFS
versions are identical. After installing NFS on the server, I am still
getting the same error message.
I did a search on the error message and I found the following Ubuntu
bug: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/656889
According to this bug report, This is a bug and it is not fixed in 10.10
final release.
Do I move onto Kubuntu 11.04 or back to Kubuntu 10.04?
___________________________________________________________
--
Jim Anderson
ezjab-EkmVulN54Sk@public.gmane.org
(908)329-0586
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (k)ubuntu NFS buy
[not found] ` <4DBABE48.1050901-EkmVulN54Sk@public.gmane.org>
@ 2011-04-29 15:02 ` Jim Rees
[not found] ` <20110429150214.GA10040-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Jim Rees @ 2011-04-29 15:02 UTC (permalink / raw)
To: Jim Anderson; +Cc: linux-nfs
Jim Anderson wrote:
I did a search on the error message and I found the following Ubuntu
bug: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/656889
According to this bug report, This is a bug and it is not fixed in
10.10 final release.
That's unlikely to be your problem since your server does support tcp. But
maybe you have a firewall problem. Try proto=udp and nfsvers=3 mount
options (separately). If proto=udp works, fix your firewall.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (k)ubuntu NFS bug
[not found] ` <20110429150214.GA10040-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
@ 2011-04-30 18:53 ` Jim Anderson
[not found] ` <4DBC5AA0.5090407-EkmVulN54Sk@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Jim Anderson @ 2011-04-30 18:53 UTC (permalink / raw)
To: Jim Rees; +Cc: linux-nfs
Jim,
Thank you for the suggestions. If I understood right, I should try:
>>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O proto=udp
and
>>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O nfsvers=3
I tried both of these to mount the NFS files and got the same error message.
Jim Anderson
ezjab-EkmVulN54Sk@public.gmane.org
On 04/29/2011 11:02 AM, Jim Rees wrote:
> Jim Anderson wrote:
>
> I did a search on the error message and I found the following Ubuntu
> bug: https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/656889
> According to this bug report, This is a bug and it is not fixed in
> 10.10 final release.
>
> That's unlikely to be your problem since your server does support tcp. But
> maybe you have a firewall problem. Try proto=udp and nfsvers=3 mount
> options (separately). If proto=udp works, fix your firewall.
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (k)ubuntu NFS bug
[not found] ` <4DBC5AA0.5090407-EkmVulN54Sk@public.gmane.org>
@ 2011-04-30 19:20 ` Jim Rees
[not found] ` <20110430192038.GA2081-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
0 siblings, 1 reply; 5+ messages in thread
From: Jim Rees @ 2011-04-30 19:20 UTC (permalink / raw)
To: Jim Anderson; +Cc: linux-nfs
Jim Anderson wrote:
Thank you for the suggestions. If I understood right, I should try:
>>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O proto=udp
and
>>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O nfsvers=3
I'm not sure what that will do but I don't think it's what you want. Try
these:
mount -o proto=udp duke:/mnt/myFiles /mnt/myFiles
mount -o nfsvers=3 duke:/mnt/myFiles /mnt/myFiles
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: (k)ubuntu NFS bug
[not found] ` <20110430192038.GA2081-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
@ 2011-04-30 20:19 ` Jim Anderson
0 siblings, 0 replies; 5+ messages in thread
From: Jim Anderson @ 2011-04-30 20:19 UTC (permalink / raw)
To: Jim Rees; +Cc: linux-nfs
Thanks again for the suggestions. I'm not sure what solution would work,
if anything, but my problem is fixed.
I upgraded all of my systems to Kubuntu 10.10 and NFS is working again.
I assume there is some type of compatibility bug, but it is not work
tracing the root problem now. This took a bit of time, but it is
probably for the better that the other systems are all upgraded now.
Jim Anderson
ezjab-EkmVulN54Sk@public.gmane.org
(908)329-0586
On 04/30/2011 03:20 PM, Jim Rees wrote:
> Jim Anderson wrote:
>
> Thank you for the suggestions. If I understood right, I should try:
>
> >>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O proto=udp
> and
> >>> mount -t nfs duke:/mnt/myFiles /mnt/myFiles -O nfsvers=3
>
> I'm not sure what that will do but I don't think it's what you want. Try
> these:
>
> mount -o proto=udp duke:/mnt/myFiles /mnt/myFiles
> mount -o nfsvers=3 duke:/mnt/myFiles /mnt/myFiles
>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-04-30 20:19 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29 13:34 (k)ubuntu NFS buy Jim Anderson
[not found] ` <4DBABE48.1050901-EkmVulN54Sk@public.gmane.org>
2011-04-29 15:02 ` Jim Rees
[not found] ` <20110429150214.GA10040-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
2011-04-30 18:53 ` (k)ubuntu NFS bug Jim Anderson
[not found] ` <4DBC5AA0.5090407-EkmVulN54Sk@public.gmane.org>
2011-04-30 19:20 ` Jim Rees
[not found] ` <20110430192038.GA2081-8f4Pc2RrbJmHXe+LvDLADg@public.gmane.org>
2011-04-30 20:19 ` Jim Anderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).