>>>>> "FP" == Francesco Potorti` <[EMAIL PROTECTED]> writes:
FP> This one "fixed" the problem. FP> cd /etc/init.d/ FP> diff -pu /etc/init.d/autofs\~ /etc/init.d/autofs FP> --- /etc/init.d/autofs~ 2005-02-21 12:37:43.000000000 +0100 FP> +++ /etc/init.d/autofs 2005-03-21 17:25:54.000000000 +0100 FP> @@ -644,7 +644,7 @@ start) FP> stop) FP> echo -n 'Stopping automounter:' FP> - umount_loopback FP> + umount_loopback || true FP> any=0 FP> for file in `ls /var/run/autofs/*.pid 2>/dev/null` FP> Diff finished at Mon Mar 21 17:26:46 I didn't have any loopback-mounts, so this one probably only fixed another problem. The real problem is 'start-stop-daemon --stop' failing. And it is probably solved by the suggested change to --name instead of --exec. / Anders -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]