New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

Problem getting NFS server running

Got problems with your B2 or B3? Share and get helped!
Post Reply
Cohan
Posts: 21
Joined: 12 Aug 2008, 15:42

Problem getting NFS server running

Post by Cohan »

I followed the guide from this thread (using etch instead of sarge) to set up a NFS server on my Bubba two, but I can't get it to run. Anyone who can help me out?

Code: Select all

bubba:/home# /etc/init.d/portmap restart
Stopping portmap daemon....
Starting portmap daemon....
bubba:/home# /etc/init.d/nfs-kernel-server restart
Stopping NFS kernel daemon: mountd nfsd.
Unexporting directories for NFS kernel daemon....
Exporting directories for NFS kernel daemon....
Starting NFS kernel daemon: nfsd.
bubba:/home# /etc/init.d/nfs-common restart
Stopping NFS common utilities: idmapd statd.
Starting NFS common utilities: statd idmapd.
bubba:/home# rpcinfo -p
   program vers proto   port
    100000    2   tcp    111  portmapper
    100000    2   udp    111  portmapper
    100024    1   udp  45384  status
    100024    1   tcp  52723  status
bubba:/home#
It seems like the nfs server never starts.
gb119
Posts: 18
Joined: 30 Sep 2008, 16:45

Re: Problem getting NFS server running

Post by gb119 »

Cohan wrote:I followed the guide from this thread (using etch instead of sarge) to set up a NFS server on my Bubba two, but I can't get it to run. Anyone who can help me out?
Your problem is that the Bubba 2 kernel packages don't include the nfsd module. See this thread.

You have three options:

1) Use the user-mod nfs server instead of the kernel-mode server and live with its limitationshere yet...
2) Compile your own nfsd module - instructions are given in the thread I linked to.
3) Wait for the excito folks to get a chance to release the nfsd module in an update - promised but not delivered yet.[/list]
Post Reply