Summary: | NetworkManager hangs on shutdown | ||
---|---|---|---|
Product: | systemd | Reporter: | Michael Biebl <mbiebl> |
Component: | general | Assignee: | Lennart Poettering <lennart> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | normal | ||
Priority: | high | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Michael Biebl
2012-02-09 22:45:19 UTC
The messages on shutdown look like Stopping Network Manager... Stopping D-Bus System Message Bus... Stopped Network Manager [ OK ] (60 sec timeout) Stopped D-Bus System Message Bus As this is not 100% reproducible, I suspect there is a race. If NM is quick enough to shut down before D-Bus is shutting down, everything is fine. Otherwise we run into the timeout. I was kindly pointed to Michal's commit [1], and this indeed fixed the hang on shutdown. Apparently, the problem was that when NM died because of dbus going away, it was not correctly noticed. So while this particular issue has been fixed, it has shown the underlying problem, that the shutdown ordering is not correct. dbus.service should not be stopped as long as not all (dbus type)services have been shutdown properly. [1] http://cgit.freedesktop.org/systemd/systemd/commit/?id=5c72face73e89610a5b926c42fc8e0223bf546a2 Fixed in git. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.