Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
nfs mounting problems.
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
JohnGalt00
n00b
n00b


Joined: 13 Jan 2004
Posts: 38

PostPosted: Mon Jun 07, 2004 2:43 am    Post subject: Reply with quote

Yeah, I was having the same problems as the poster. Started portmap on the client and everything just worked. Thanks :)
Back to top
View user's profile Send private message
jobsagoodun
n00b
n00b


Joined: 11 Jun 2004
Posts: 8

PostPosted: Fri Jun 11, 2004 1:13 pm    Post subject: hang with 2.6 and nfs Reply with quote

I've been having this problem too.

Kill -9'ing rpciod solved this for me too, then I noticed I wasn't starting nfs or nfsmount (although I'm not exporting from the client machine). I've started these & it seems OK now. Fingers crossed.
Back to top
View user's profile Send private message
jobsagoodun
n00b
n00b


Joined: 11 Jun 2004
Posts: 8

PostPosted: Mon Jun 14, 2004 8:33 am    Post subject: Reply with quote

Reply to my own post.

Starting nfs/nfsmount on the client makes no odds it still hangs intermittanly. Its wierd though, killall -9 rpciod sorts it when it hangs. even wierder, rpciod doesn't die.

My setup FWIW is NFS client running on gentoo using autofs. NFS server is a RH9 box thats been chugging along nicley for over a year. Other NFS clients have no probs.
Back to top
View user's profile Send private message
Trekkie
n00b
n00b


Joined: 11 Oct 2003
Posts: 7
Location: Germany, Flensburg

PostPosted: Thu Jun 17, 2004 12:23 am    Post subject: Reply with quote

jeppeee !!

it looks like I've fixed the problem today...

after an upgrade of all Kernels from gentoo-dev-sources to mm-dev-sources today, I dont have crashes of my clients any more...


so.. my problem seens to be fixed...
_________________
Linux User Group Flensburg e.V.
http://www.lugfl.de
Back to top
View user's profile Send private message
Fr0d083
n00b
n00b


Joined: 08 Feb 2004
Posts: 34

PostPosted: Fri Jun 18, 2004 5:01 pm    Post subject: Reply with quote

did you upgrade the kernel on the server and clients or just the clients?
Back to top
View user's profile Send private message
Trekkie
n00b
n00b


Joined: 11 Oct 2003
Posts: 7
Location: Germany, Flensburg

PostPosted: Fri Jun 18, 2004 5:10 pm    Post subject: Reply with quote

I've updated the Kernel on both systems (server and client).....

and until now it work great.......
_________________
Linux User Group Flensburg e.V.
http://www.lugfl.de
Back to top
View user's profile Send private message
R. Bosch
Apprentice
Apprentice


Joined: 07 Jun 2004
Posts: 184
Location: NL

PostPosted: Sat Jun 26, 2004 11:43 pm    Post subject: Reply with quote

Trekkie wrote:
I've updated the Kernel on both systems (server and client).....

and until now it work great.......


Any chance you know the difference between the kernels as far NFS is conserned?
I have portmap and the whole shabang running, but still have to killall -KILL rpciod to get NFS working decently... :evil:

I run 2.6.7 gentoo kernel.


Thanks!
_________________
Greetings / Met vriendelijke groet,

R. Bosch
Back to top
View user's profile Send private message
R. Bosch
Apprentice
Apprentice


Joined: 07 Jun 2004
Posts: 184
Location: NL

PostPosted: Sun Jun 27, 2004 12:13 am    Post subject: Reply with quote

R. Bosch wrote:
Trekkie wrote:
I've updated the Kernel on both systems (server and client).....

and until now it work great.......


Any chance you know the difference between the kernels as far NFS is conserned?
I have portmap and the whole shabang running, but still have to killall -KILL rpciod to get NFS working decently... :evil:


I was just reading an other thread where they advised to use "nolock" in the mount option. too bad that I cant put them in exports on the serverside, besides changing kernel-type to mm-somthing... :wink:

https://forums.gentoo.org/viewtopic.php?t=46135
_________________
Greetings / Met vriendelijke groet,

R. Bosch
Back to top
View user's profile Send private message
irony
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 129
Location: CT

PostPosted: Mon Jun 28, 2004 7:43 pm    Post subject: Reply with quote

My NFS was working fine, but is now experiencing these problems. This is what I have dmesg:

Code:

nfs warning: mount version older than kernel
NFS: readdir reply truncated!
nfs warning: mount version older than kernel
NFS: readdir reply truncated!
nfs: server 192.168.126.137 not responding, still trying
nfs: server 192.168.126.137 OK
nfs: server 137.99.126.137 not responding, still trying
nfs: server 137.99.126.137 OK
nfs: server 137.99.126.137 not responding, still trying
nfs: server 137.99.126.137 OK


I haven't changed any kernel settings, I just restarted both server and client. Now it does the strange app hanging behavior. I'm going to try a few other things, like manually starting portmap and nfs. This is really frustrating, since everything was working before I had to reboot.
_________________
"and if rain brings winds of change, let it rain on us forever..."
Back to top
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Mon Dec 13, 2004 1:29 pm    Post subject: Reply with quote

Dealing with the mount version older than kernel error messages, I believe that the issue at hand is that mount.nfs is older than the kernel module or the NFS version required to mount the share, ie the target NFS server version. At least that's what I always get when I mount my Gentoo based share from my Fedora Core 1 boot on another machine and the stock kernel build was the 2.4 tree (even though I updated it to 2.6.7). About the portmap issue, try to make both references to your hosts the same maybe, ie IP address and IP address or hostname and hostname, not IP address and hostname or vice versa. This may have something to do with the issues you guys are experiencing, but I'm not sure. I think my issues just lie with the fact that I redid my system and for some odd reason I can't get my Windows Services for Unix setup to work properly.
Back to top
View user's profile Send private message
irony
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jul 2002
Posts: 129
Location: CT

PostPosted: Mon Dec 13, 2004 2:19 pm    Post subject: Reply with quote

I agree with your assessment, as the problem cleared up when I updated the kernel on both machines.
_________________
"and if rain brings winds of change, let it rain on us forever..."
Back to top
View user's profile Send private message
yaneurabeya
Veteran
Veteran


Joined: 13 May 2004
Posts: 1754
Location: Seattle

PostPosted: Tue Dec 14, 2004 5:08 am    Post subject: Reply with quote

Well, I fixed my NFS. The problem was the host list in exports, as usual.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Goto page Previous  1, 2
Page 2 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum