https://bugzilla.novell.com/show_bug.cgi?id=751621 https://bugzilla.novell.com/show_bug.cgi?id=751621#c5 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jnelson-suse@jamponi.net --- Comment #5 from Jon Nelson <jnelson-suse@jamponi.net> 2012-04-11 12:43:04 UTC --- I found this bug and am having the same problem as the last comment. With autofs running at suspend time, it is shut down. It is not started back up upon resume. However, in pm-suspend.log I see this: /usr/lib/pm-utils/sleep.d/30s2disk-check resume suspend: success. Running hook /usr/lib/pm-utils/sleep.d/06autofs resume suspend: Starting automount ..done but rcautofs status shows (upon resume): redirecting to systemctl autofs.service - LSB: automatic mounting of filesystems Loaded: loaded (/etc/init.d/autofs) Active: inactive (dead) since Wed, 11 Apr 2012 07:40:03 -0500; 4s ago Process: 22068 ExecStop=/etc/init.d/autofs stop (code=exited, status=0/SUCCESS) Process: 22028 ExecStart=/etc/init.d/autofs start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/autofs.service Should SYSTEMD_NO_WRAP=yes be used for start? worklaptop:~ # SYSTEMD_NO_WRAP=yes service autofs start Starting automount done worklaptop:~ # rcautofs status redirecting to systemctl autofs.service - LSB: automatic mounting of filesystems Loaded: loaded (/etc/init.d/autofs) Active: inactive (dead) since Wed, 11 Apr 2012 07:42:07 -0500; 7s ago Process: 22323 ExecStop=/etc/init.d/autofs stop (code=exited, status=0/SUCCESS) Process: 22247 ExecStart=/etc/init.d/autofs start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/autofs.service worklaptop:~ # OK, it's not SYSTEMD_NO_WRAP: worklaptop:~ # service autofs start redirecting to systemctl worklaptop:~ # rcautofs status redirecting to systemctl autofs.service - LSB: automatic mounting of filesystems Loaded: loaded (/etc/init.d/autofs) Active: inactive (dead) since Wed, 11 Apr 2012 07:42:53 -0500; 3s ago Process: 22387 ExecStop=/etc/init.d/autofs stop (code=exited, status=0/SUCCESS) Process: 22378 ExecStart=/etc/init.d/autofs start (code=exited, status=0/SUCCESS) CGroup: name=systemd:/system/autofs.service worklaptop:~ # Apparently 'service autofs start' is not sufficient to actually start it unless it was stopped with 'service autofs stop'. What's going on here? This sounds like a systemd or /sbin/service bug. -- 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.