[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#684859: AutoFS fails to start on some occasions for networked D-E client systems



Hi,

On Dienstag, 14. August 2012, Mike Gabriel wrote:
> on some occasions (30-60% of the system reboots) the startup of autofs
> fails.

thats on squeeze or wheezy?

> This script fixes the issue, it can be placed on any Debian Edu machine:
> 
> $ cat /etc/network/if-up.d/autofs
> #!/bin/sh
> 
> if [ -x /etc/init.d/autofs ]; then
> 	/etc/init.d/autofs restart
> fi

that fix is wrong, one must use invoke-rc.d


cheers,
	Holger


Reply to: