Yes, you're right,
It fails on that line.
Also running "lsmod | grep nfsd" doesn't return anything.
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 <> 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/
|