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/
|