On Wed, 03 Oct 2007 08:54:30 -0230
Roger Mason <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I installed a vanilla 2.6.20 kernel in order to (eventually) run
> kerrighed.  The kernel boots fine but the nfs server won't start and I
> see this in the logs:
> 
> Oct  3 07:34:40 lowalbite rpc.statd[103835]: Version 1.1.0 Starting
> Oct  3 07:34:41 lowalbite nfsd: last server has exited
> Oct  3 07:34:41 lowalbite nfsd: unexporting all filesystems
> Oct  3 07:34:41 lowalbite nfsd[103901]: nfssvc: Address already in use
> 
> When I boot into gentoo 2.6.22 this problem goes away, so I assume
> there is some difference in kernel configuration.  I have not been
> able to find what that is by comparing the NFS_* entries in the
> respective .congig files: they are identical.
> 
> Can someone suggest how I might track this down?
> 
> Thanks,
> 
> Roger
> 

It seems like there's two options: either you're trying to run 2 nfs
servers, or you're trying to run nfs threads that for some reason
conflict with each other.  

anyway, the solution I suggest is checking the output of 'netstat -l -p
-n' to see whether anything really is listening on those ports.  If
not, try using a quick script to keep reading the output of the
previous netstat command and checking consistantly to see whether
anything's listening on those ports while you restart nfs. 
-- 
[EMAIL PROTECTED] mailing list

Reply via email to