On 2013-06-09 11:14 AM, Alan McKinnon <alan.mckin...@gmail.com> wrote:
On 09/06/2013 16:43, Tanstaafl wrote:
I do know the last few times this has happened, the NFS mount was
'unavailable' (the device had powered down without first unmounting it
from the server)...
I hope that is all it is...
Ugh, NFS complicates things :-)
I have a similar thing with my notebook and NFS mounts at home, I often
forget to umount the NFS dirs, causing issues when I then go to work and
wake the machine up
If you have NFS in the mix, I'd certainly investigate that first before
getting into more complex things. Also check that your NFS and mount
stuff in /etc/init.d are doing the right thing in the right order with
both startup and shutdown
Yep, that bugger was it...
umounted the NFS mount and the reboot went smooth as silk.
Now, to figure out why the NFS mount isn't unmounting properly during a
shutdown or reboot, but that will be another thread...
Thanks Alan!