PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Error starting NFS daemon



DaNoNiNo
24.02.07, 20:54
Seid gegrüßt,

Ich habe ein Problem mit meinem NFS dienst. Wenn ich ihn Starte bekomme ich diese Fehlermeldung:


localhost linux # /etc/init.d/nfs start
* Starting idmapd ... [ !! ]
* Starting NFS statd ... [ ok ]
* Starting NFS daemon ...
* Error starting NFS daemon [ !! ]
* Starting NFS mountd ... [ ok ]


Ich habe überpfrüft ob NFS in meinem Kernel eingebaut ist. Es ist als Modul angewählt.

Googel hat mir das hier zu dem Problem gefunden: klick (http://gentoo-wiki.com/HOWTO_Using_a_shared_portage_via_NFS#Troubleshooti ng)


If you get a problem like "Error starting NFS daemon" try
mount -t nfsd nfsd /proc/fs/nfsd
this is what worked for me.

Nun. Wenn ich das eingebe, bekomme ich die Fehlermeldung:
localhost linux # mount -t nfsd nfsd /proc/fs/nfsd
mount: unknown filesystem type 'nfsd'

Einmal habe ich außerdem noch nfs-utils (v. 1.0.10) neu installiert, was leider auch nichts gebracht hat. Wollte es erwähnen, falls das irgendwie relevant sein sollte. Habe außerdem die Suchfunktion benutzt aber nichts treffendes gefunden. (Nur das hier (http://www.linuxforen.de/forums/showthread.php?t=78690&highlight=Error+starting+NFS+daemon))

Das hier steht in meiner /var/log/messages :


Feb 24 22:15:04 localhost sunrpc: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost lockd: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost exportfs: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost nfsd: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost rpc.idmapd[27367]: main: open(/var/lib/nfs/rpc_pipefs/nfs): No such file or directory
Feb 24 22:15:04 localhost rpc.statd[27373]: Version 1.0.10 Starting
Feb 24 22:15:04 localhost sunrpc: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost lockd: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost exportfs: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost nfsd: disagrees about version of symbol struct_module
Feb 24 22:15:04 localhost modprobe: WARNING: Error inserting sunrpc (/lib/modules/2.6.19-gentoo-r5/kernel/net/sunrpc/sunrpc.ko): Invalid module format
Feb 24 22:15:04 localhost modprobe: WARNING: Error inserting lockd (/lib/modules/2.6.19-gentoo-r5/kernel/fs/lockd/lockd.ko): Invalid module format
Feb 24 22:15:04 localhost modprobe: WARNING: Error inserting exportfs (/lib/modules/2.6.19-gentoo-r5/kernel/fs/exportfs/exportfs.ko): Invalid module format
Feb 24 22:15:04 localhost modprobe: FATAL: Error inserting nfsd (/lib/modules/2.6.19-gentoo-r5/kernel/fs/nfsd/nfsd.ko): Invalid module format
Feb 24 22:15:04 localhost nfsd[27382]: nfssvc: No such device
Feb 24 22:15:04 localhost rc-scripts: Error starting NFS daemon


Auf meinem Pc läuft Gentoo mit dem 2.6.19 Kernel

Antworten würden mich stark erfreuen!


Edit: Ok. Wenns jemanden kümmert. Ich hab meinen Kernel neu zusammengebaut und diesmal die NFS unterstützung NICHT als Module ausgewählt. Und siehe da es läuft. Und um die Paar sachen, die jetzt nichtmehr funktionieren kann ich mich ein andermal kümmern ;)