It is a more general issue : autofs with network maps tends to not start 
correctly with network manager. As a workaround, I use a script in 
/etc/network/if-up.d :
8<--------------------------------
#!/bin/sh

AUTOFS=/etc/init.d/autofs

if [ ! -x $AUTOFS ]; then
   exit 0
fi

$AUTOFS start
8<-------------------------------

autofs is restarted when interface bring up, and it works fine here.

-- 
Autofs fails to start with maps from NIS
https://bugs.launchpad.net/bugs/213574
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to