Comment 5 for bug 40189

Revision history for this message
Sebastiaan Veldhuisen (sveldhuisen) wrote : Re: autofs needs to be restarted to pick up Windows XP shares

In the mean while I've got a workaround to share. It look likes we need to reload autofs with the network refresh of NetworkManager. Maybe these files can be added to the package as a bugfix. It is not me to decide that:

/etc/network/if-down.d/autofs and /etc/network/if-up.d/autofs:

#!/bin/sh
[ "$IFACE" != "lo" ] || exit 0
/etc/init.d/autofs reload

Works for me