I both export a nfs-share, and mount a remote nfs-share on the same server. During boot, nfs hangs for several minutes at this row:<br />
<br />
NFS mount.nfs connection timed out<br />
<br />
Changing the chkconfig-row in /etc/init.d/netfs from:<br />
<br />
# chkconfig: 345 25 75<br />
<br />
to<br />
<br />
# chkconfig: 345 32 75<br />
<br />
running "chkconfig netfs on" changed the boot-order of netfs and solved the problem. Please fix this.
↧