Hey guys,
Currently nfsd(8) is not running and I can't get it to run. Further it gives me no errors or any text whatsoever.
Running FreeBSD 8, we had a DNS issue and our network filesystems got all messed up. I found that all clients were sleeping *eternally*, so I looked at the server.
Tried
mountd(8) and rpcbind(8) were running so I stopped them. Still nothing. To show you what I mean this is how it looks:
literally nothing is displayed, and nothing hangs. Any ideas what might be wrong?
Currently nfsd(8) is not running and I can't get it to run. Further it gives me no errors or any text whatsoever.
Running FreeBSD 8, we had a DNS issue and our network filesystems got all messed up. I found that all clients were sleeping *eternally*, so I looked at the server.
ps ax | grep nfs
; nothing.Tried
sudo /etc/rc.d/nfsd status
, nothing, start
, nothing. mountd(8) and rpcbind(8) were running so I stopped them. Still nothing. To show you what I mean this is how it looks:
Code:
user@mycomp$ sudo /etc/rc.d/nfsd start
user@mycomp$ sudo /etc/rc.d/nfsd status
user@mycomp$ sudo /etc/rc.d/nfsd poll
...