Bugzilla – Bug 136432
NetworkManager prevents suspend to disk.
Last modified: 2005-12-01 22:17:47 UTC
Stopping tasks: ======================================================================== stopping tasks failed (1 tasks remaining) Restarting tasks...<6> Strange, NetworkManager not stopped done during suspend, the ipw2200 module for the wireless interface gets unloaded to prevent potential problems with firmware loading during suspend.
We don't need to stop NM during suspend. Is something trying to actively stop it? Timo: Ideas on what is going on?
this is the "process freezing" that fails. I think i know what's going on: - we rmmod ipw2200 - NM dies, but slow enough to be a zombie for some time. - kernel delivers "SIGSTOP" during suspend - NM does not react - suspend fails. (not a real sigstop)
So this is a dupe of #134178? That will get fixed real soon now.
Marking as a dupe of #134178, which is now fixed! *** This bug has been marked as a duplicate of 134178 ***
Yes, looks like a duplicate.