All of lore.kernel.org
 help / color / mirror / Atom feed
* "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
@ 2004-03-19 18:11 Guolin Cheng
  2004-03-19 18:49 ` Chip Salzenberg
  0 siblings, 1 reply; 9+ messages in thread
From: Guolin Cheng @ 2004-03-19 18:11 UTC (permalink / raw)
  To: NFSUserList (E-mail)

Hi, all,

  Nfs complains when I compile and use kernel 2.6.4 on Fedora Core 1.0. =
the warning message is:

host1> dmesg=20
.....
 Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
nfs warning: mount version older than kernel
nfs warning: mount version older than kernel
nfs warning: mount version older than kernel
.....

host1> rpcinfo -p localhost
hello06.alexa.com guolin 138% rpcinfo -p localhost
   program vers proto   port
...
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  32768  status
    100024    1   tcp  32768  status
...
    100011    1   udp    906  rquotad
    100011    2   udp    906  rquotad
    100011    1   tcp    909  rquotad
    100011    2   tcp    909  rquotad
    100003    2   udp   2049  nfs
    100003    3   udp   2049  nfs
    100021    1   udp  32770  nlockmgr
    100021    3   udp  32770  nlockmgr
    100021    4   udp  32770  nlockmgr
    100005    1   udp    947  mountd
    100005    1   tcp    971  mountd
    100005    2   udp    947  mountd
    100005    2   tcp    971  mountd
    100005    3   udp    947  mountd
    100005    3   tcp    971  mountd
    300019    1   tcp    937  amd
    300019    1   udp    938  amd
....
hello06.alexa.com guolin 139%=20


 Anyone know why? and how to solve it? Thanks a lot.


 --Guolin Cheng



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
  2004-03-19 18:11 "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0 Guolin Cheng
@ 2004-03-19 18:49 ` Chip Salzenberg
  2004-03-19 19:39   ` Trond Myklebust
  0 siblings, 1 reply; 9+ messages in thread
From: Chip Salzenberg @ 2004-03-19 18:49 UTC (permalink / raw)
  To: Guolin Cheng; +Cc: NFSUserList (E-mail)

According to Guolin Cheng:
> Nfs complains when I compile and use kernel 2.6.4 on Fedora Core 1.0.

I've been seeing this too, on a Debian system.  I should have realized
it was up to me to report this and/or fix it.  :-,

So, what's the deal, guys?
-- 
Chip Salzenberg               - a.k.a. -               <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
  2004-03-19 18:49 ` Chip Salzenberg
@ 2004-03-19 19:39   ` Trond Myklebust
  2004-03-19 19:47     ` RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils (was Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0) Bruce Allan
                       ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Trond Myklebust @ 2004-03-19 19:39 UTC (permalink / raw)
  To: Chip Salzenberg; +Cc: Guolin Cheng, NFSUserList (E-mail)

P=E5 fr , 19/03/2004 klokka 13:49, skreiv Chip Salzenberg:
> According to Guolin Cheng:
> > Nfs complains when I compile and use kernel 2.6.4 on Fedora Core 1.0.
>=20
> I've been seeing this too, on a Debian system.  I should have realized
> it was up to me to report this and/or fix it.  :-,
>=20
> So, what's the deal, guys?

The deal is that several people have made changes to the NFS mount
structures.

One such change is to allow NFSv2/v3 to use RPCSEC_GSS (BTW: we're
*still* waiting to hear from this list about including the RPCSEC_GSS +
NFSv4 support daemons into the official nfs-utils) the other is a change
requested by the SELinux peoples to allow them to pass security context
information into the kernel as part of the mount process.

Cheers,
  Trond


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils (was Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0)
  2004-03-19 19:39   ` Trond Myklebust
@ 2004-03-19 19:47     ` Bruce Allan
  2004-03-19 20:03     ` "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0 Chip Salzenberg
  2004-04-03 23:08     ` Paul Jakma
  2 siblings, 0 replies; 9+ messages in thread
From: Bruce Allan @ 2004-03-19 19:47 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: nfs

[-- Attachment #1: Type: text/plain, Size: 651 bytes --]





I, for one, would like to see these daemons put in nfs-utils (sorry for not
voicing an opinion earlier).

Regards,
---
Bruce Allan  <bruce.allan@us.ibm.com>
Software Engineer, Linux Technology Center
IBM Corporation, Beaverton OR
503-578-4187   IBM Tie-line 775-4187

[...]
> One such change is to allow NFSv2/v3 to use RPCSEC_GSS (BTW: we're
> *still* waiting to hear from this list about including the RPCSEC_GSS +
> NFSv4 support daemons into the official nfs-utils) the other is a change
> requested by the SELinux peoples to allow them to pass security context
> information into the kernel as part of the mount process.
>
> Cheers,
>   Trond

[-- Attachment #2: Type: text/html, Size: 795 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
  2004-03-19 19:39   ` Trond Myklebust
  2004-03-19 19:47     ` RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils (was Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0) Bruce Allan
@ 2004-03-19 20:03     ` Chip Salzenberg
  2004-03-19 20:32       ` J. Bruce Fields
  2004-03-19 22:30       ` Steve Dickson
  2004-04-03 23:08     ` Paul Jakma
  2 siblings, 2 replies; 9+ messages in thread
From: Chip Salzenberg @ 2004-03-19 20:03 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: Guolin Cheng, NFSUserList (E-mail)

According to Trond Myklebust:
> (BTW: we're *still* waiting to hear from this list about including
> the RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils)

Well, I'd be glad to look at patches for inclusion in Debian's
nfs-utils.  I'd probably put them in CVS but on a branch.
-- 
Chip Salzenberg               - a.k.a. -               <chip@pobox.com>
"I wanted to play hopscotch with the impenetrable mystery of existence,
    but he stepped in a wormhole and had to go in early."  // MST3K


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
  2004-03-19 20:03     ` "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0 Chip Salzenberg
@ 2004-03-19 20:32       ` J. Bruce Fields
  2004-03-19 22:30       ` Steve Dickson
  1 sibling, 0 replies; 9+ messages in thread
From: J. Bruce Fields @ 2004-03-19 20:32 UTC (permalink / raw)
  To: Chip Salzenberg; +Cc: Trond Myklebust, Guolin Cheng, NFSUserList (E-mail)

On Fri, Mar 19, 2004 at 03:03:14PM -0500, Chip Salzenberg wrote:
> According to Trond Myklebust:
> > (BTW: we're *still* waiting to hear from this list about including
> > the RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils)
> 
> Well, I'd be glad to look at patches for inclusion in Debian's
> nfs-utils.  I'd probably put them in CVS but on a branch.

The first four patches here:

  http://www.citi.umich.edu/projects/nfsv4/linux/nfs-utils-patches/1.0.6-8/

are the ones we'd like to get into nfs-utils.  (Actually, Neil applied
the first already, so it's just 2, 3, and 4.)

The original complaint of course is about mount, for which util-linux
needs patches:

  http://www.citi.umich.edu/projects/nfsv4/linux/util-linux-patches/2.11z-3/

--Bruce Fields


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
  2004-03-19 20:03     ` "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0 Chip Salzenberg
  2004-03-19 20:32       ` J. Bruce Fields
@ 2004-03-19 22:30       ` Steve Dickson
  1 sibling, 0 replies; 9+ messages in thread
From: Steve Dickson @ 2004-03-19 22:30 UTC (permalink / raw)
  To: Chip Salzenberg; +Cc: Trond Myklebust, Guolin Cheng, NFSUserList (E-mail)

Chip Salzenberg wrote:

>According to Trond Myklebust:
>  
>
>>(BTW: we're *still* waiting to hear from this list about including
>>the RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils)
>>    
>>
>
>Well, I'd be glad to look at patches for inclusion in Debian's
>nfs-utils.  I'd probably put them in CVS but on a branch.
>  
>
You might want to take a look at the  nfs-utils on my people page
(people.redhat.com/steved/nfs/nfsv4). Its got both the rpc.idmapd
and rpc.gssed integrated. The util-linux on the same page also
had the v4 mount hooks needed as well....

SteveD.



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
  2004-03-19 19:39   ` Trond Myklebust
  2004-03-19 19:47     ` RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils (was Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0) Bruce Allan
  2004-03-19 20:03     ` "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0 Chip Salzenberg
@ 2004-04-03 23:08     ` Paul Jakma
  2004-04-05  9:19       ` Olaf Kirch
  2 siblings, 1 reply; 9+ messages in thread
From: Paul Jakma @ 2004-04-03 23:08 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: Chip Salzenberg, Guolin Cheng, NFSUserList (E-mail)

On Fri, 19 Mar 2004, Trond Myklebust wrote:

> One such change is to allow NFSv2/v3 to use RPCSEC_GSS (BTW: we're
> *still* waiting to hear from this list about including the
> RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils) 

I dont know what the pitfalls would be, but if there arent too many, 
my vote is "in". As soon as fedora has v4 enabled nfs-utils, i intend 
to try it with rpcsec_gss.

regards,
-- 
Paul Jakma	paul@clubi.ie	paul@jakma.org	Key ID: 64A2FF6A
	warning: do not ever send email to spam@dishone.st
Fortune:
There appears to be irrefutable evidence that the mere fact of overcrowding
induces violence.
		-- Harvey Wheeler


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0
  2004-04-03 23:08     ` Paul Jakma
@ 2004-04-05  9:19       ` Olaf Kirch
  0 siblings, 0 replies; 9+ messages in thread
From: Olaf Kirch @ 2004-04-05  9:19 UTC (permalink / raw)
  To: Paul Jakma
  Cc: Trond Myklebust, Chip Salzenberg, Guolin Cheng,
	NFSUserList (E-mail)

BTW I just found that the above mentioned kernel message will not go
away entirely unless you patch it out of your kernel.  mount will try
to mount with the highest available kernel mount version by default
(usually 4 for all but very old kernels), but when that fails for some
reason, it will fall back to kernel mount version 3.

Olaf

On Sun, Apr 04, 2004 at 12:08:41AM +0100, Paul Jakma wrote:
> On Fri, 19 Mar 2004, Trond Myklebust wrote:
> 
> > One such change is to allow NFSv2/v3 to use RPCSEC_GSS (BTW: we're
> > *still* waiting to hear from this list about including the
> > RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils) 
> 
> I dont know what the pitfalls would be, but if there arent too many, 
> my vote is "in". As soon as fedora has v4 enabled nfs-utils, i intend 
> to try it with rpcsec_gss.
> 
> regards,
> -- 
> Paul Jakma	paul@clubi.ie	paul@jakma.org	Key ID: 64A2FF6A
> 	warning: do not ever send email to spam@dishone.st
> Fortune:
> There appears to be irrefutable evidence that the mere fact of overcrowding
> induces violence.
> 		-- Harvey Wheeler
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: IBM Linux Tutorials
> Free Linux tutorial presented by Daniel Robbins, President and CEO of
> GenToo technologies. Learn everything from fundamentals to system
> administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
> _______________________________________________
> NFS maillist  -  NFS@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/nfs

-- 
Olaf Kirch     |  The Hardware Gods hate me.
okir@suse.de   |
---------------+ 


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
NFS maillist  -  NFS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2004-04-05  9:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-19 18:11 "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0 Guolin Cheng
2004-03-19 18:49 ` Chip Salzenberg
2004-03-19 19:39   ` Trond Myklebust
2004-03-19 19:47     ` RPCSEC_GSS + NFSv4 support daemons into the official nfs-utils (was Re: Re: "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0) Bruce Allan
2004-03-19 20:03     ` "nfs warning: mount version older than kernel" reported for 2.6.4 kernel on Fedora Core 1.0 Chip Salzenberg
2004-03-19 20:32       ` J. Bruce Fields
2004-03-19 22:30       ` Steve Dickson
2004-04-03 23:08     ` Paul Jakma
2004-04-05  9:19       ` Olaf Kirch

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.