I am sure I am doing something stupid.
Thanks your patience.
My last resort, after taking a look at the synaptics package manager
from my Ubuntu machine, I found the following package "nfs-user-server".
This package worked!! So far, I have only a permission Issue:
mount: 192.168.0.50:/home/fabian failed, reason given by server:
Permission denied
But I will solve it tomorrow.
I know there's a difference between user and Kernel space. Can this
give me some clues on my nfs-kernel-server issue? What's the
difference between a kernel and user space?
Regards
--- In Jim Jackson <> wrote:
>
>
>
>
> On Thu, 9 Aug 2007, fabianmejia wrote:
>
> > Yes, you're right,
> >
> > It fails on that line.
> >
> > Also running "lsmod | grep nfsd" doesn't return anything.
>
> So the module is not installed - install it.
>
> You need to check that the sunrpc module is installed, and the lockd
> module..
>
> insmod sunrpc lockd nfsd
>
> then retry restarting /etc/init.d/nfs-kernel-server restart
>
> I seriously doubt the ssh key problem is related.
>
>
> >
> > All packages related are installed to the latest version.
> >
> > Do you think reinstalling everything will do the job?
> >
> > Is there anyway to view the log from the rpc.nfsd?
> >
> > This is very frustrating, not being able just to run this program.
> >
> > I just wonder if port is not enabled. Can this happen? How to
enable this?
> >
> >
> > Just to add ... when I restart the SBC, I get the following messages:
> >
> > Starting NFS kernel daemon: nfsdStarting OpenBSD Secure Shell server:
> > sshdCould not load host key: /etc/ssh/ssh_host_rsa_key
> > Could not load host key: /etc/ssh/ssh_host_dsa_key
> > Disabling protocol version 2. Could not load host key
> > sshd: no hostkeys available -- exiting.
> > Starting NFS common utilities: statd.
> > Starting periodic command scheduler: cron.
> > Starting web server: apache-ssl failed
> >
> > Can they be related?
> >
> > I was able to use the SBC as a client to my Ubuntu machine, but I
> > really doesn't like that option.
> >
> > Thanks a lot for your help!
> >
> > --- In Jim Jackson <jj@> wrote:
> > >
> > >
> > >
> > >
> > > On Wed, 8 Aug 2007, fabianmejia wrote:
> > >
> > > > I added the following to the exports file:
> > > >
> > > > /home *(rw,sync)
> > > >
> > > > As the system suggested. This should allow all machines to
access this
> > > > server, right?
> > > >
> > > > Is there any way to view a NFS log?
> > > >
> > > > the rpcinfo -p shows the following:
> > > >
> > > > program vers proto port
> > > > 100000 2 tcp 111 portmapper
> > > > 100000 2 udp 111 portmapper
> > > > 100024 1 udp 933 status
> > > > 100024 1 tcp 936 status
> > > >
> > > > Comparing this to my machine nfa, nlockmgr, mountd and status are
> > > > missing. How can I make them work?
> > >
> > >
> > > from your earlier post I see you quoted this....
> > >
> > > > > :root# /etc/init.d/nfs-kernel-server restart
> > > > > Stopping NFS kernel daemon: mountd nfsd.
> > > > > Unexporting directories for NFS kernel daemon...done.
> > > > > Exporting directories for NFS kernel daemon...done.
> > > > > Starting NFS kernel daemon: :root#
> > > ^^^^^^
> > >
> > > this indicates that there was some problem starting the nfsd's etc,
> > > becuase it should look like
> > >
> > > Starting NFS kernel daemon: nfsd mountd.
> > >
> > > it looks like the init.d script is failing on this line
> > >
> > > start-stop-daemon --start --quiet \
> > > --exec $PREFIX/sbin/rpc.nfsd -- $RPCNFSDCOUNT
> > >
> > > Have you got the nfsd.o kernel module loaded?
> > >
> > > lsmod | grep nfsd
> > >
> > > On my desktop linux I get...
> > >
> > > nfsd 65600 2 (autoclean)
> > > lockd 47296 1 (autoclean) [nfsd]
> > > sunrpc 58260 1 (autoclean) [nfsd lockd]
> > >
> > > if these are not in then load them and do the restart.
> > >
> > > Other than that I can't think of anything.
> > >
> >
> >
> >
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|