linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* About NFS4 in kernel 2.6.9
@ 2004-12-27 19:18 Diego
  2004-12-27 19:25 ` Michelle Konzack
  0 siblings, 1 reply; 12+ messages in thread
From: Diego @ 2004-12-27 19:18 UTC (permalink / raw)
  To: linux-kernel

Hello,
 I have recompile fedora core 3 to kernel 2.6.9 and tried to user NFS,
I configure but when i have some problems:
 root@c-57-137-05 ~]# service nfs restart
Desligando o NFS mountd:                                   [FALHOU]
Desligando o servidor NFS:                                 [FALHOU]
Desligando o NFS quotas:                                   [FALHOU]
Desligando serviços NFS:                                   [  OK  ]
Iniciando os serviços NFS:                                 [  OK  ]
Iniciando as quatas do NFS:                                [  OK  ]
Iniciando servidor NFS:                                    [FALHOU]
Iniciando o NFS mountd:                                    [  OK  ]
Iniciando NFS4 idmapd: FATAL: Module sunrpc not found.
FATAL: Error running install command for sunrpc

I dont know what is the problem, whem i recompile the kernel, i
compile support to NFSv4. Somebody help me, please.
Thanks for your help.


Diego.

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

* Re: About NFS4 in kernel 2.6.9
  2004-12-27 19:18 About NFS4 in kernel 2.6.9 Diego
@ 2004-12-27 19:25 ` Michelle Konzack
  2004-12-27 19:35   ` Diego
  0 siblings, 1 reply; 12+ messages in thread
From: Michelle Konzack @ 2004-12-27 19:25 UTC (permalink / raw)
  To: linux-kernel

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

Hello Diego, 

Am 2004-12-27 16:18:00, schrieb Diego:

> Iniciando NFS4 idmapd: FATAL: Module sunrpc not found.
> FATAL: Error running install command for sunrpc
> 
> I dont know what is the problem, whem i recompile the kernel, i
> compile support to NFSv4. Somebody help me, please.
> Thanks for your help.

The output told you that it does not find "sunrpc" so you
need ot compile it for your kernel. What do you mean ?

> Diego.

Greetings
Michelle

-- 
Linux-User #280138 with the Linux Counter, http://counter.li.org/ 
Michelle Konzack   Apt. 917                  ICQ #328449886
                   50, rue de Soultz         MSM LinuxMichi
0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

* Re: About NFS4 in kernel 2.6.9
  2004-12-27 19:25 ` Michelle Konzack
@ 2004-12-27 19:35   ` Diego
  2004-12-27 19:46     ` Jan Engelhardt
       [not found]     ` <20041228002504.GD18869@freenet.de>
  0 siblings, 2 replies; 12+ messages in thread
From: Diego @ 2004-12-27 19:35 UTC (permalink / raw)
  To: Michelle Konzack; +Cc: linux-kernel

First sorry about my poor english. I read in internet that it´s best
if i recompile NFS4 as module, so i did it. But i have this error
message. I dont know wht to do. when i do make xconfig, in filesystem,
i have checked all that have NFS and RPC, but it insist in not work.


On Mon, 27 Dec 2004 20:25:08 +0100, Michelle Konzack
<linux4michelle@freenet.de> wrote:
> Hello Diego,
> 
> Am 2004-12-27 16:18:00, schrieb Diego:
> 
> > Iniciando NFS4 idmapd: FATAL: Module sunrpc not found.
> > FATAL: Error running install command for sunrpc
> >
> > I dont know what is the problem, whem i recompile the kernel, i
> > compile support to NFSv4. Somebody help me, please.
> > Thanks for your help.
> 
> The output told you that it does not find "sunrpc" so you
> need ot compile it for your kernel. What do you mean ?
> 
> > Diego.
> 
> Greetings
> Michelle
> 
> --
> Linux-User #280138 with the Linux Counter, http://counter.li.org/
> Michelle Konzack   Apt. 917                  ICQ #328449886
>                   50, rue de Soultz         MSM LinuxMichi
> 0033/3/88452356    67100 Strasbourg/France   IRC #Debian (irc.icq.com)
> 
> 
>

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

* Re: About NFS4 in kernel 2.6.9
  2004-12-27 19:35   ` Diego
@ 2004-12-27 19:46     ` Jan Engelhardt
  2004-12-27 20:14       ` Diego
       [not found]     ` <20041228002504.GD18869@freenet.de>
  1 sibling, 1 reply; 12+ messages in thread
From: Jan Engelhardt @ 2004-12-27 19:46 UTC (permalink / raw)
  Cc: linux-kernel

[-- Attachment #1: Type: TEXT/PLAIN, Size: 745 bytes --]

>First sorry about my poor english. I read in internet that it´s best
>if i recompile NFS4 as module, so i did it. But i have this error
>message. I dont know wht to do. when i do make xconfig, in filesystem,
>i have checked all that have NFS and RPC, but it insist in not work.

Really? I have this in fs/Kconfig (2.6.8+2.6.9-rc2):

menu "Network File Systems"
        depends on NET
          
config NFS_FS
        tristate "NFS file system support"
        depends on INET
        select LOCKD
        select SUNRPC
        select NFS_ACL_SUPPORT if NFS_ACL


So SUNRPC should always be selected whenever you say yes/module to "NFS file 
system support".
Check the .config if NFS_FS=y or =m, that'd be my guess.



Jan Engelhardt
-- 
ENOSPC

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

* Re: About NFS4 in kernel 2.6.9
  2004-12-27 19:46     ` Jan Engelhardt
@ 2004-12-27 20:14       ` Diego
  2004-12-30  2:33         ` Bill Davidsen
  0 siblings, 1 reply; 12+ messages in thread
From: Diego @ 2004-12-27 20:14 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: linux-kernel

Thanks for your help,
I´ve checked what Jan said, and in .config is NFS_FS=y. When i do
modprobe sunrpc shows me:

[root@laca01 ~]# modprobe sunrpc
FATAL: Module sunrpc not found.
FATAL: Error running install command for sunrpc

It´s really annoyng :)

On Mon, 27 Dec 2004 20:46:38 +0100 (MET), Jan Engelhardt
<jengelh@linux01.gwdg.de> wrote:
> >First sorry about my poor english. I read in internet that it´s best
> >if i recompile NFS4 as module, so i did it. But i have this error
> >message. I dont know wht to do. when i do make xconfig, in filesystem,
> >i have checked all that have NFS and RPC, but it insist in not work.
> 
> Really? I have this in fs/Kconfig (2.6.8+2.6.9-rc2):
> 
> menu "Network File Systems"
>        depends on NET
> 
> config NFS_FS
>        tristate "NFS file system support"
>        depends on INET
>        select LOCKD
>        select SUNRPC
>        select NFS_ACL_SUPPORT if NFS_ACL
> 
> So SUNRPC should always be selected whenever you say yes/module to "NFS file
> system support".
> Check the .config if NFS_FS=y or =m, that'd be my guess.
> 
> 
> Jan Engelhardt
> --
> ENOSPC
>

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

* Re: About NFS4 in kernel 2.6.9
       [not found]     ` <20041228002504.GD18869@freenet.de>
@ 2004-12-28 13:25       ` Diego
  0 siblings, 0 replies; 12+ messages in thread
From: Diego @ 2004-12-28 13:25 UTC (permalink / raw)
  To: Michelle Konzack; +Cc: linux-kernel

Hello Michelle,
you wrote:
> Are you sure, it is not there ?
> You will find the "sunrpc" module in
> 
> /lib/modules/2.6.9/kernel/net/sunrpc/sunrpc.ko
>              ^^^^^
>     Your Kernelversion here

That was really not there, no sunrpc directory nor sunrpc.ko, I copy
from another kernel and now i'll try. About using .config from /boot
my friend tryied but it doesn´t work. Shows kernel panic, but I' ll
try it myself now.

> | # Network File Systems
> | #
> | CONFIG_NFS_FS=y
> | CONFIG_NFS_V3=y
> | CONFIG_NFS_V4=y
> | CONFIG_NFS_DIRECTIO=y
> | # CONFIG_ROOT_NFS is not set
> | CONFIG_NFSD=y
> | CONFIG_NFSD_V3=y
> | CONFIG_NFSD_V4=y
> | CONFIG_NFSD_TCP=y
> | CONFIG_LOCKD=y
> | CONFIG_LOCKD_V4=y
> | CONFIG_SUNRPC=y

My .config is like yours, now it's the perfect time to pray to lord.
Thanks for all help.

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

* Re: About NFS4 in kernel 2.6.9
  2004-12-27 20:14       ` Diego
@ 2004-12-30  2:33         ` Bill Davidsen
  2004-12-30  4:10           ` POSIX ACL's with NFS (was: Re: About NFS4 in kernel 2.6.9) Rogério Brito
  2005-01-03 14:03           ` About NFS4 in kernel 2.6.9 Diego
  0 siblings, 2 replies; 12+ messages in thread
From: Bill Davidsen @ 2004-12-30  2:33 UTC (permalink / raw)
  To: Diego; +Cc: Jan Engelhardt, linux-kernel

Diego wrote:
> Thanks for your help,
> I´ve checked what Jan said, and in .config is NFS_FS=y. When i do
> modprobe sunrpc shows me:
> 
> [root@laca01 ~]# modprobe sunrpc
> FATAL: Module sunrpc not found.
> FATAL: Error running install command for sunrpc
> 
> It´s really annoyng :)
> 
> On Mon, 27 Dec 2004 20:46:38 +0100 (MET), Jan Engelhardt
> <jengelh@linux01.gwdg.de> wrote:
> 
>>>First sorry about my poor english. I read in internet that it´s best
>>>if i recompile NFS4 as module, so i did it. But i have this error
>>>message. I dont know wht to do. when i do make xconfig, in filesystem,
>>>i have checked all that have NFS and RPC, but it insist in not work.
>>
>>Really? I have this in fs/Kconfig (2.6.8+2.6.9-rc2):
>>
>>menu "Network File Systems"
>>       depends on NET
>>
>>config NFS_FS
>>       tristate "NFS file system support"
>>       depends on INET
>>       select LOCKD
>>       select SUNRPC
>>       select NFS_ACL_SUPPORT if NFS_ACL
>>
>>So SUNRPC should always be selected whenever you say yes/module to "NFS file
>>system support".
>>Check the .config if NFS_FS=y or =m, that'd be my guess.

By any chance was sunrpc compiled in instead of module? What is the 
setting in your .config file?

-- 
bill davidsen <davidsen@tmr.com>
   CTO TMR Associates, Inc
   Doing interesting things with small computers since 1979

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

* POSIX ACL's with NFS (was: Re: About NFS4 in kernel 2.6.9)
  2004-12-30  2:33         ` Bill Davidsen
@ 2004-12-30  4:10           ` Rogério Brito
  2004-12-30 10:42             ` POSIX ACL's with NFS Andre Tomt
  2005-01-03 14:03           ` About NFS4 in kernel 2.6.9 Diego
  1 sibling, 1 reply; 12+ messages in thread
From: Rogério Brito @ 2004-12-30  4:10 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Diego, Jan Engelhardt, linux-kernel

On Mon, 27 Dec 2004 20:46:38 +0100 (MET), Jan Engelhardt
<jengelh@linux01.gwdg.de> wrote:
>config NFS_FS
>      tristate "NFS file system support"
>      depends on INET
>      select LOCKD
>      select SUNRPC
>      select NFS_ACL_SUPPORT if NFS_ACL

Are you using any external patches for getting ACL support in NFS? I'd de
highly interested in those. I already tried googling but nothing
enligtening was found apart from the http://acl.bestbits.at/ site. :-/


Thanks for any pointers, Rogério Brito.

-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  Rogério Brito - rbrito@ime.usp.br - http://www.ime.usp.br/~rbrito
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

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

* Re: POSIX ACL's with NFS
  2004-12-30  4:10           ` POSIX ACL's with NFS (was: Re: About NFS4 in kernel 2.6.9) Rogério Brito
@ 2004-12-30 10:42             ` Andre Tomt
  2004-12-30 11:30               ` Trond Myklebust
  0 siblings, 1 reply; 12+ messages in thread
From: Andre Tomt @ 2004-12-30 10:42 UTC (permalink / raw)
  To: Rogério Brito; +Cc: Bill Davidsen, Diego, Jan Engelhardt, linux-kernel

Rogério Brito wrote:
> On Mon, 27 Dec 2004 20:46:38 +0100 (MET), Jan Engelhardt
> <jengelh@linux01.gwdg.de> wrote:
> 
>>config NFS_FS
>>     tristate "NFS file system support"
>>     depends on INET
>>     select LOCKD
>>     select SUNRPC
>>     select NFS_ACL_SUPPORT if NFS_ACL
> 
> 
> Are you using any external patches for getting ACL support in NFS? I'd de
> highly interested in those. I already tried googling but nothing
> enligtening was found apart from the http://acl.bestbits.at/ site. :-/
> 
> 
> Thanks for any pointers, Rogério Brito.
> 

<http://acl.bestbits.at/nfsacl/> contains the most recent available 
patches. I have a few build-fixes pending to submit to Andreas though, 
but those are just gcc-2.95 stuff. And you have to fix up one or two 
patch rejects on anything recent from kernel.org..

It got submitted for inclusion on LKML some time ago, and got a few 
kinks ironed out in that process. Not sure why it hasn't been included yet..

I'm using this set of patches on 2.6.10 and have not noticed any 
problems using it to date. SuSE seems to ship with them too, so it 
probably have had a lot of usage/testing out in the field.

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

* Re: POSIX ACL's with NFS
  2004-12-30 10:42             ` POSIX ACL's with NFS Andre Tomt
@ 2004-12-30 11:30               ` Trond Myklebust
  0 siblings, 0 replies; 12+ messages in thread
From: Trond Myklebust @ 2004-12-30 11:30 UTC (permalink / raw)
  To: Andre Tomt
  Cc: Rogério Brito, Bill Davidsen, Diego, Jan Engelhardt, linux-kernel

to den 30.12.2004 Klokka 11:42 (+0100) skreiv Andre Tomt:

> It got submitted for inclusion on LKML some time ago, and got a few 
> kinks ironed out in that process. Not sure why it hasn't been included yet..

Those patches will remain unmergeable as long as they contain no support
whatsoever for client side caching of ACLs.

Cheers,
  Trond

-- 
Trond Myklebust <trond.myklebust@fys.uio.no>


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

* Re: About NFS4 in kernel 2.6.9
  2004-12-30  2:33         ` Bill Davidsen
  2004-12-30  4:10           ` POSIX ACL's with NFS (was: Re: About NFS4 in kernel 2.6.9) Rogério Brito
@ 2005-01-03 14:03           ` Diego
  1 sibling, 0 replies; 12+ messages in thread
From: Diego @ 2005-01-03 14:03 UTC (permalink / raw)
  To: Bill Davidsen; +Cc: Jan Engelhardt, linux-kernel

Thanks for all help, finally it´s working
 I prayed to lord, enjoy the 2004=>2005 and it worked. I think i was
doing something wrong heheh.
Thanks to all again.

On Wed, 29 Dec 2004 21:33:27 -0500, Bill Davidsen <davidsen@tmr.com> wrote:
> Diego wrote:
> > Thanks for your help,
> > I´ve checked what Jan said, and in .config is NFS_FS=y. When i do
> > modprobe sunrpc shows me:
> >
> > [root@laca01 ~]# modprobe sunrpc
> > FATAL: Module sunrpc not found.
> > FATAL: Error running install command for sunrpc
> >
> > It´s really annoyng :)
> >
> > On Mon, 27 Dec 2004 20:46:38 +0100 (MET), Jan Engelhardt
> > <jengelh@linux01.gwdg.de> wrote:
> >
> >>>First sorry about my poor english. I read in internet that it´s best
> >>>if i recompile NFS4 as module, so i did it. But i have this error
> >>>message. I dont know wht to do. when i do make xconfig, in filesystem,
> >>>i have checked all that have NFS and RPC, but it insist in not work.
> >>
> >>Really? I have this in fs/Kconfig (2.6.8+2.6.9-rc2):
> >>
> >>menu "Network File Systems"
> >>       depends on NET
> >>
> >>config NFS_FS
> >>       tristate "NFS file system support"
> >>       depends on INET
> >>       select LOCKD
> >>       select SUNRPC
> >>       select NFS_ACL_SUPPORT if NFS_ACL
> >>
> >>So SUNRPC should always be selected whenever you say yes/module to "NFS file
> >>system support".
> >>Check the .config if NFS_FS=y or =m, that'd be my guess.
> 
> By any chance was sunrpc compiled in instead of module? What is the
> setting in your .config file?
> 
> --
> bill davidsen <davidsen@tmr.com>
>   CTO TMR Associates, Inc
>   Doing interesting things with small computers since 1979
>

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

* Re: About NFS4 in kernel 2.6.9
@ 2004-12-27 20:31 Nick Warne
  0 siblings, 0 replies; 12+ messages in thread
From: Nick Warne @ 2004-12-27 20:31 UTC (permalink / raw)
  To: linux-kernel

> Thanks for your help,
> I´ve checked what Jan said, and in .config is NFS_FS=y. When i do
> modprobe sunrpc shows me:

> [root@laca01 ~]# modprobe sunrpc
> FATAL: Module sunrpc not found.
> FATAL: Error running install command for sunrpc

> It´s really annoyng :)

Diego,

Have a look in /boot/ (I guess) fedora will supply the .config file used to 
build the stock kernel.  Simply copy that to your 2.6.9 src tree and issue a

 > make oldconfig

To pick up the options of the new tree.  That should also include all the 
modules etc. you already had running nfsd/nfs.

Nick

-- 
"When you're chewing on life's gristle,
Don't grumble, Give a whistle..."

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

end of thread, other threads:[~2005-01-03 14:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-27 19:18 About NFS4 in kernel 2.6.9 Diego
2004-12-27 19:25 ` Michelle Konzack
2004-12-27 19:35   ` Diego
2004-12-27 19:46     ` Jan Engelhardt
2004-12-27 20:14       ` Diego
2004-12-30  2:33         ` Bill Davidsen
2004-12-30  4:10           ` POSIX ACL's with NFS (was: Re: About NFS4 in kernel 2.6.9) Rogério Brito
2004-12-30 10:42             ` POSIX ACL's with NFS Andre Tomt
2004-12-30 11:30               ` Trond Myklebust
2005-01-03 14:03           ` About NFS4 in kernel 2.6.9 Diego
     [not found]     ` <20041228002504.GD18869@freenet.de>
2004-12-28 13:25       ` Diego
2004-12-27 20:31 Nick Warne

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).