https://bugzilla.novell.com/show_bug.cgi?id=798162 https://bugzilla.novell.com/show_bug.cgi?id=798162#c0 Summary: Init system doesn't wait for AutoFS to complete initialization Classification: openSUSE Product: openSUSE Factory Version: 12.3 Milestone 1 Platform: All OS/Version: openSUSE 12.2 Status: ASSIGNED Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: lchiquitto@suse.com ReportedBy: lchiquitto@suse.com QAContact: qa-bugs@suse.de Found By: Development Blocker: --- Since we changed the systemd initialization mode of AutoFS from "forking" to "simple", the init system no longer waits for the automounter to be completely initialized before proceeding. This causes problems as this: # rcautofs restart; ls /automounted/volume redirecting to systemctl restart autofs ls: cannot access /automounted/volume: No such file or directory To properly fix the problem, we need to modify autofs to use systemd's notification features. The automounter can then notify systemd that it has finished initializing. While this is not implemented properly, I'm going to revert the changes. -- 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.