public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* NFS no longer working ?
@ 2004-07-09 16:40 Martin Ziegler
  2004-07-09 16:55 ` David Johnson
  2004-07-10  4:14 ` Eric Lammerts
  0 siblings, 2 replies; 7+ messages in thread
From: Martin Ziegler @ 2004-07-09 16:40 UTC (permalink / raw)
  To: linux-kernel; +Cc: mz

Hi All,

just installed kernel version 2.6.7 on RedHat 8.0. Unfortunately i'm no 
longer able to use NFS. Are there any recent issues ? For a detailed 
problem description please see below. Any help is appreciated.

Thanks

  Martin


I have two machines..let's say A and B. On A / /boot and /sys are exported 
via /etc/exports. Machine B are mouting these sources when booting via NFS. 
Since i updated the kernel i get the following errors when machine A is 
starting the NFS services :

---
Jul 8 09:30:13 hostA exportfs: hostB:/boot: No such device
Jul 8 09:30:13 hostA exportfs: hostB:/sys: No such device
Jul 8 09:30:13 hosta exportfs: hostB:/: No such device
Jul 8 09:30:13 hostA nfs: Starting NFS services: succeeded
Jul 8 09:30:13 hostA nfs: rpc.rquotad startup succeeded
Jul 8 09:30:13 hostA nfsd[6376]: nfssvc: No such device
Jul 8 09:30:13 hosta nfs: rpc.nfsd startup failed
Jul 8 09:30:13 hostA nfs: rpc.mountd startup succeeded

----

cat /etc/exports:

/ hostB(ro,sync,no_root_squash) /sys hostB(ro,sync,no_root_squash) /boot 
hostB(ro,sync,no_root_squash)

----

cat /etc/hosts.allow

ALL:hostB

----

With the old kernel 2.4.20-8 i had no problems.

NFS support is compiled into the new kernel.


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

* Re: NFS no longer working ?
  2004-07-09 16:40 NFS no longer working ? Martin Ziegler
@ 2004-07-09 16:55 ` David Johnson
  2004-07-09 17:35   ` Martin Ziegler
  2004-07-10  4:14 ` Eric Lammerts
  1 sibling, 1 reply; 7+ messages in thread
From: David Johnson @ 2004-07-09 16:55 UTC (permalink / raw)
  To: Martin Ziegler; +Cc: linux-kernel

On Friday 09 Jul 2004 17:40, you wrote:
> Hi All,
>
> just installed kernel version 2.6.7 on RedHat 8.0. Unfortunately i'm no
> longer able to use NFS. Are there any recent issues ? For a detailed
> problem description please see below. Any help is appreciated.
>

Did you update nfs-utils to the minimum required as detailed in 
Documentation/Changes?

David.

-- 
David Johnson
http://www.david-web.co.uk/

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

* Re: NFS no longer working ?
  2004-07-09 16:55 ` David Johnson
@ 2004-07-09 17:35   ` Martin Ziegler
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Ziegler @ 2004-07-09 17:35 UTC (permalink / raw)
  To: linux-kernel

Yep also installed nfs-utils 1.0.6.

--On Freitag, 9. Juli 2004 17:55 +0100 David Johnson <dj@david-web.co.uk> 
wrote:

> On Friday 09 Jul 2004 17:40, you wrote:
>> Hi All,
>>
>> just installed kernel version 2.6.7 on RedHat 8.0. Unfortunately i'm no
>> longer able to use NFS. Are there any recent issues ? For a detailed
>> problem description please see below. Any help is appreciated.
>>
>
> Did you update nfs-utils to the minimum required as detailed in
> Documentation/Changes?
>
> David.
>
> --
> David Johnson
> http://www.david-web.co.uk/
>



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

* Re: NFS no longer working ?
  2004-07-09 16:40 NFS no longer working ? Martin Ziegler
  2004-07-09 16:55 ` David Johnson
@ 2004-07-10  4:14 ` Eric Lammerts
  2004-07-10  5:45   ` Martin Ziegler
  1 sibling, 1 reply; 7+ messages in thread
From: Eric Lammerts @ 2004-07-10  4:14 UTC (permalink / raw)
  To: Martin Ziegler; +Cc: linux-kernel


On Fri, 9 Jul 2004, Martin Ziegler wrote:
> just installed kernel version 2.6.7 on RedHat 8.0. Unfortunately i'm no
> longer able to use NFS. Are there any recent issues ? For a detailed
> problem description please see below. Any help is appreciated.

I also had problems with NFS on 2.6.x (not the same as yours, though).
The solution was to do "mount -t nfsd none /proc/fs/nfsd" on the
server. You might wanna give that a try, maybe it'll help.

Eric

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

* Re: NFS no longer working ?
  2004-07-10  4:14 ` Eric Lammerts
@ 2004-07-10  5:45   ` Martin Ziegler
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Ziegler @ 2004-07-10  5:45 UTC (permalink / raw)
  To: Eric Lammerts; +Cc: linux-kernel

Eric,

it's mentioned in Documentation/Changes. When i try to mount i get the 
message "mount: fs type nfsd not supported by kernel" although NFS is 
compiled into the kernel. Perhaps there is another option which have to be 
enabled but i just overseen it ?

Thanks

  Martin

--On Samstag, 10. Juli 2004 00:14 -0400 Eric Lammerts <eric@lammerts.org> 
wrote:

>
> On Fri, 9 Jul 2004, Martin Ziegler wrote:
>> just installed kernel version 2.6.7 on RedHat 8.0. Unfortunately i'm no
>> longer able to use NFS. Are there any recent issues ? For a detailed
>> problem description please see below. Any help is appreciated.
>
> I also had problems with NFS on 2.6.x (not the same as yours, though).
> The solution was to do "mount -t nfsd none /proc/fs/nfsd" on the
> server. You might wanna give that a try, maybe it'll help.
>
> Eric
>



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

* Re: NFS no longer working ?
@ 2004-07-10  6:05 James Pearson
  2004-07-10  6:36 ` Martin Ziegler
  0 siblings, 1 reply; 7+ messages in thread
From: James Pearson @ 2004-07-10  6:05 UTC (permalink / raw)
  To: Martin Ziegler; +Cc: linux-kernel

Martin Ziegler:
> it's mentioned in Documentation/Changes. When i try to mount i get the 
> message "mount: fs type nfsd not supported by kernel" although NFS is 
> compiled into the kernel. Perhaps there is another option which have to be 
> enabled but i just overseen it ?

Do you have CONFIG_NFSD set?

James Pearson


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

* Re: NFS no longer working ?
  2004-07-10  6:05 James Pearson
@ 2004-07-10  6:36 ` Martin Ziegler
  0 siblings, 0 replies; 7+ messages in thread
From: Martin Ziegler @ 2004-07-10  6:36 UTC (permalink / raw)
  To: James Pearson; +Cc: linux-kernel

Whew...i was sure that i compiled NFSD into the kernel. When looking at 
.config i recognized that it was set to be compiled as a module. That was 
the trick. Sorry for that and thanks for your help!

--On Samstag, 10. Juli 2004 07:05 +0100 James Pearson 
<james-p@moving-picture.com> wrote:

> Martin Ziegler:
>> it's mentioned in Documentation/Changes. When i try to mount i get the
>> message "mount: fs type nfsd not supported by kernel" although NFS is
>> compiled into the kernel. Perhaps there is another option which have to
>> be  enabled but i just overseen it ?
>
> Do you have CONFIG_NFSD set?
>
> James Pearson
>



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

end of thread, other threads:[~2004-07-10  6:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-09 16:40 NFS no longer working ? Martin Ziegler
2004-07-09 16:55 ` David Johnson
2004-07-09 17:35   ` Martin Ziegler
2004-07-10  4:14 ` Eric Lammerts
2004-07-10  5:45   ` Martin Ziegler
  -- strict thread matches above, loose matches on Subject: below --
2004-07-10  6:05 James Pearson
2004-07-10  6:36 ` Martin Ziegler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox