Im not sure if this is a bug or not, but it is a problem I have ran
into.
Autofs is started and stopped at boot and shutdown. I now realize that
I dont need to mount a /net point. The problem was that shutdown would
lockup every time because umount /net would fail.
I found that /etc/auto.master is where the config file is and commented
the line "/net /etc/auto.net --timeout=60 ".
What I was wondering is shouldn't umount /net "timeout" after "60"
seconds, milliseconds or whatever it is? at shutdown or do i
misunderstand something. It never would for me, no matter how long I
waited.
thanks
jake
and thanks to aurelienb for helping me find the problem.