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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to