nfs warning: mount version older than kernel
When trying to mount nfs shares that are located on different BSD's from Debian Sarge, I get the mentioned error and the following: portmap: server localhost not responding, timed out RPC: failed to contact portmap (errno -5). I've since had to set 'noauto' as an option for the nfs share in fstab, as the error may take close to a minute, and slowing down the boot process. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
getting "nfs warning: mount version older than kernel"
Hello, I have Debian Sarge installed on 4 servers. All installations are up-to-date (i.e. "apt-get update && apt-get upgrade"is run frequently). 3 installation works perfectly. One give me repeated warning with : Nov 25 19:49:26 localhost kernel: nfs warning: mount version older than kernel Nov 25 19:54:44 localhost kernel: nfs warning: mount version older than kernel Nov 25 20:37:23 localhost kernel: nfs warning: mount version older than kernel Nov 25 20:53:42 localhost kernel: nfs warning: mount version older than kernel Nov 25 20:54:34 localhost kernel: nfs warning: mount version older than kernel Nov 25 21:27:24 localhost kernel: nfs warning: mount version older than kernel Nov 26 08:21:33 localhost kernel: nfs warning: mount version older than kernel I don't understand why. All 4 installations have exactly the same packages and kernel versions and the same configuration. Versions used are : diuflx07:~# dpkg -l | grep mount ii autofs 4.1.3-4A kernel-based automounter for Linux ii mount 2.12-10Tools for mounting and manipulating filesyst diuflx07:~# dpkg -l | grep nfs ii nfs-common 1.0.6-3NFS support files common to client and serve diuflx07:~# uname -a Linux diuflx07 2.6.8-1-686-smp #1 SMP Thu Nov 11 11:49:00 EST 2004 i686 GNU/Linux can anyone help here ? Thanks, Philippe. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
nfs warning: mount version older than kernel
I've got two computers on a small home LAN. One is my Debian "workstation" and the other is an OpenBSD firewall/NAT "server." I have some NFS shares on the OpenBSD box which I would like to have mounted (on the Debian system) at boot time. So I have some entries in /etc/fstab like the following: septictank:/wrk/mp3 /nfs/mp3 nfs 0 0 Where "septictank" is the name of the OpenBSD system. When my system boots, these shares are not mounted. Doing a "dmesg" I noticed the following line: nfs warning: mount version older than kernel However, I can mount these NFS shares manually by doing something such as the following: mount -t nfs septictank:/wrk/mp3 /nfs/mp3 I.e. doing it manually works fine. Any thoughts here? Matt -- Matt Garman, [EMAIL PROTECTED] "Do you think that it would be too much to say that two hours of the working time of every efficient member of a community goes to feed the red fiend of war?" --Upton Sinclair, _The_Jungle_
Re: Help! "nfs warning: mount version older than kernel"
From: Sean 'Shaleh' Perry <[EMAIL PROTECTED]> [snip] > > the version in 2.2.r2 is the wrong version. They updated the kernel in r2 > without putting in a new mount package. Trust me, I maintained the mount > package at the time. > Ye-haw! I'll drink to that :-) Thanks for the quick response Sean! jc
Re: Help! "nfs warning: mount version older than kernel"
On 26-Feb-2001 Jonathan Matthews wrote: > From: Sean 'Shaleh' Perry <[EMAIL PROTECTED]> >> > >> > Is there some file I can touch and make this go away? >> > >> >> no it is hardcoded in the code. If you simply can not survive with > the >> message, grab the util-linux source from woody and compile it on your > box. >> > > So why hasn't it been complaining until now? > > I find it hard to believe that the version of mount shipped with 2.2r2 > is the "wrong" version for the stock kernel also shipped with r2 . . > the version in 2.2.r2 is the wrong version. They updated the kernel in r2 without putting in a new mount package. Trust me, I maintained the mount package at the time.
Re: Help! "nfs warning: mount version older than kernel"
From: Sean 'Shaleh' Perry <[EMAIL PROTECTED]> > > > > Is there some file I can touch and make this go away? > > > > no it is hardcoded in the code. If you simply can not survive with the > message, grab the util-linux source from woody and compile it on your box. > So why hasn't it been complaining until now? I find it hard to believe that the version of mount shipped with 2.2r2 is the "wrong" version for the stock kernel also shipped with r2 . . I'm convinced that this has a "simple" solution - be it touch, dpkg, or something seemingly unrelated! jc
RE: Help! "nfs warning: mount version older than kernel"
> > Is there some file I can touch and make this go away? > no it is hardcoded in the code. If you simply can not survive with the message, grab the util-linux source from woody and compile it on your box.
Help! "nfs warning: mount version older than kernel"
Hi - I'm getting this pesky warning each time I use autofs now . . "nfs warning: mount version older than kernel" . . and it's really starting to annoy me, as I know that it's not true (well, it wasn't complaining yesterday!) Here's /proc/version: Linux version 2.2.18pre21 ([EMAIL PROTECTED]) (gcc version 2.7.2.3) #1 Sat Nov 18 18:47:15 EST 2000 And here's "mount --version" mount: mount-2.10f I did try to install some kernel-binary packages in the interim, but I cancelled this when dpkg warned me about nasty things that might happen. Is there some file I can touch and make this go away? cheers! jc
Re: mount version older than kernel?
Hello, Am Mittwoch, den 13. Dezember 2000 05:11:51 schrieb Ethan Benson: > On Wed, Dec 13, 2000 at 01:40:03PM +0100, M G Berberich wrote: > > Every time a nfs-mounts occurs (automount) I get a error message > > saying: > > > > nfs warning: mount version older than kernel > > > > It does work nevertheless. Compiling a new mount did not help, > > updating 'mount' with the woody-version neither. > > are you sure you really compiled the woody version? No, I compiled the potato-version und installed it -- did not help then I _installed_ the woddy version -- did not help either. > > What is the reason for this message and how can I solve it? > > i compiled the mount package from woody and this solved the problem > for me. i think the error is harmless, but i think it is impossible > to mount NFSv3 filesystems with the old mount. I just compiled the woddy-version and now it seems to work -- Thanks. MfG bmg -- "Des is völlig wurscht, was heut beschlos- | M G Berberich sen wird: I bin sowieso dagegn!" | [EMAIL PROTECTED] (SPD-Stadtrat Kurt Schindler; Regensburg) | www.fmi.uni-passau.de/~berberic pgpK44hii8eEY.pgp Description: PGP signature
Re: mount version older than kernel?
On Wed, Dec 13, 2000 at 01:40:03PM +0100, M G Berberich wrote: > Hello, > > Every time a nfs-mounts occurs (automount) I get a error message > saying: > > nfs warning: mount version older than kernel > > It does work nevertheless. Compiling a new mount did not help, > updating 'mount' with the woody-version neither. are you sure you really compiled the woody version? > What is the reason for this message and how can I solve it? i compiled the mount package from woody and this solved the problem for me. i think the error is harmless, but i think it is impossible to mount NFSv3 filesystems with the old mount. -- Ethan Benson http://www.alaska.net/~erbenson/ pgpLLYWmRsZGc.pgp Description: PGP signature
mount version older than kernel?
Hello, Every time a nfs-mounts occurs (automount) I get a error message saying: nfs warning: mount version older than kernel It does work nevertheless. Compiling a new mount did not help, updating 'mount' with the woody-version neither. What is the reason for this message and how can I solve it? MfG bmg -- "Des is völlig wurscht, was heut beschlos- | M G Berberich sen wird: I bin sowieso dagegn!" | [EMAIL PROTECTED] (SPD-Stadtrat Kurt Schindler; Regensburg) | www.fmi.uni-passau.de/~berberic pgpHdWvBBaJfV.pgp Description: PGP signature