I'm testing this script in /etc/dhcp/dhclient-exit-hooks.d/autofs-reload, to see if I still am able to trigger the race.
#!/bin/sh # Workaround for 710490 where autofs cache failing DNS entries # when started before the network is up. if [ -r /etc/debian-edu/config ] ; then . /etc/debian-edu/config fi if [ false = "$DHCP_AUTOFS_UPDATE" ] ; then exit 0 fi case $reason in BOUND|RENEW|REBIND|REBOOT) service autofs reload ;; EXPIRE|FAIL|RELEASE|STOP) ;; esac -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org