https://bugzilla.novell.com/show_bug.cgi?id=751621 https://bugzilla.novell.com/show_bug.cgi?id=751621#c11 --- Comment #11 from Vojta Dziewięcki <vdziewiecki@suse.com> 2012-04-23 10:19:10 UTC --- Created an attachment (id=487391) --> (http://bugzilla.novell.com/attachment.cgi?id=487391) This autofs should work better Strange. If I use service: dhcp41:~ # service autofs stop redirecting to systemctl dhcp41:~ # rcautofs status|grep -A 1 Loaded redirecting to systemctl Loaded: loaded (/etc/init.d/autofs) Active: inactive (dead) since Mon, 23 Apr 2012 12:00:08 +0200; 13s ago dhcp41:~ # service autofs start redirecting to systemctl dhcp41:~ # rcautofs status|grep -A 1 Loaded redirecting to systemctl Loaded: loaded (/etc/init.d/autofs) Active: active (running) since Mon, 23 Apr 2012 12:00:30 +0200; 1s ago With SYSTEMD_NO_WRAP: dhcp41:~ # SYSTEMD_NO_WRAP=yes service autofs stop Shutting down automount done dhcp41:~ # rcautofs status|grep -A 1 Loaded redirecting to systemctl Loaded: loaded (/etc/init.d/autofs) Active: active (exited) since Mon, 23 Apr 2012 12:00:30 +0200; 1min 7s ago dhcp41:~ # SYSTEMD_NO_WRAP=yes service autofs start Starting automount done dhcp41:~ # rcautofs status|grep -A 1 Loaded redirecting to systemctl Loaded: loaded (/etc/init.d/autofs) Active: active (exited) since Mon, 23 Apr 2012 12:00:30 +0200; 1min 16s ago Now some of those command use sysvinit, the other ones systemd and it is a mess. I added SYSTEMD_NO_WRAP because of Bug 751811. IMO the best way to do this would be systemctl stop/start autofs.service, and use the attached hook. Jon could you try it out please? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.