On Fri, 2008-12-12 at 00:48 +0000, Launchpad Bug Tracker wrote: > You have been subscribed to a public bug: > > This is a brand new defect which was just introduced in the past day or > so. Suspend no longer works, and the following can be found in /var/log > /pm-suspend.log: > > =========================================== > /usr/lib/pm-utils/sleep.d/00powersave suspend suspend: success. > /usr/lib/pm-utils/sleep.d/01PulseAudio suspend suspend: success. > /usr/lib/pm-utils/sleep.d/48hid2hci suspend suspend: E: core-util.c: Home > directory /root not ours. > E: pacmd.c: No PulseAudio daemon running > not applicable. > /usr/lib/pm-utils/sleep.d/49bluetooth suspend suspend: success. > /usr/lib/pm-utils/sleep.d/50ntpd suspend suspend: success. > /usr/lib/pm-utils/sleep.d/55NetworkManager suspend suspend: success. > /usr/lib/pm-utils/sleep.d/75modules suspend suspend: success. > /usr/lib/pm-utils/sleep.d/90chvt suspend suspend: success. > /usr/lib/pm-utils/sleep.d/90clock suspend suspend: success. > /usr/lib/pm-utils/sleep.d/94cpufreq suspend suspend: success. > /usr/lib/pm-utils/sleep.d/95anacron suspend suspend: success. > /usr/lib/pm-utils/sleep.d/95led suspend suspend: success. > /usr/lib/pm-utils/sleep.d/96laptop-mode suspend suspend: success. > /usr/lib/pm-utils/sleep.d/98smart-kernel-video suspend suspend: success. > /usr/lib/pm-utils/sleep.d/99video suspend suspend: success. > /etc/pm/sleep.d/action_wpa suspend suspend: action_wpa: uknown ifplugd > arguments: suspend suspend > Returned exit code 1. > Thu Dec 11 18:18:17 EST 2008: Inhibit found, will not perform suspend > Thu Dec 11 18:18:17 EST 2008: Running hooks for resume > ===========================================
Please move the 95anacron and 96laptop-mode hooks out of the 90 - 99 range. See HOWTO.hooks for the ordering convention. Also, action_wpa should have a numeric prefix -- right now it will run after NetworkManager has gone to sleep, interfaces possibly taken down, and network card driver modules unloaded. Needless to say, that might affect the functioning of the hook. > This was broken by a recent wpasupplicant change. If you add > > exit 0 > > to the top of /etc/pm/sleep.d/action_wpa (a symlink to > /etc/wpa_supplicant/action_wpa.sh), suspend works again. > > ** Affects: pm-utils (Ubuntu) > Importance: High > Assignee: Martin Pitt (pitti) > Status: In Progress > -- Victor Lowther RHCE# 805008539634727 LPIC-2# LPI000140019 -- wpasupplicant sleep action broke suspend on Jaunty https://bugs.launchpad.net/bugs/307312 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
