Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17804

Trouble starting NFS service

$
0
0

Hey everyone,

I'm scripting out an installation with ansible and am running into a problem with the NFS server starting correctly. I originally thought there was a problem with dos/unix endlines in the confid file that I am copying over, but after running dos2unix on /etc/nfsmount.conf I'm getting the same error. Looking at /var/log/messages I can see that I'm getting an error with rpc.mountd (I believe part of the rpc-statd.service) starting, this is what I'm seeing...

rpc.mountd[21744]: Could not bind socket: (98) Address already in use 

I'm still new to deciphering the messages log, but I installed the net-tools package and ran a netstat -anp looking for ports 21744 and 98 to see what they were being used by (not sure which part of that error message would be the correct port). 21744 didn't return anything so I can assume that's not what I'm looking for, and 98 didn't return anything specifically for that port being used.

I'm not sure what's going on here and would appreciate any help you guys can give me to point me in the right direction.

Thanks

submitted by charley_chimp
[link][4 comments]

Viewing all articles
Browse latest Browse all 17804

Trending Articles