Description of problem: pm-suspend was exiting with status 1. after looking in /var/log/pm-suspend.log i found that the ifcfg file was not sourced because it has a space in its name and the script does not support that /usr/lib64/pm-utils/sleep.d/56dhclient (line 24) old: . ./${ifcfg} fix: . ./"${ifcfg}" Version-Release number of selected component (if applicable): pm-utils-1.4.1-12.fc16.x86_64 How reproducible: use a connection with spaces in its name
The pm-suspend.log reveals another issue (not fatal) Running hook /usr/lib64/pm-utils/sleep.d/56atd resume suspend: /usr/lib64/pm-utils/sleep.d/56atd: line 10: /etc/init.d/atd: No such file or directory /usr/lib64/pm-utils/sleep.d/56atd resume suspend: Returned exit code 127.
Dominick, these hooks are not part of pm-utils, but are shipped in "dhcp" package and "at" package respectively. I will reassign it to "dhcp" and also clone it to "at".
Applied. Thanks!
dhcp-4.2.2-9.fc16 has been submitted as an update for Fedora 16. https://admin.fedoraproject.org/updates/dhcp-4.2.2-9.fc16
Package dhcp-4.2.2-9.fc16: * should fix your issue, * was pushed to the Fedora 16 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing dhcp-4.2.2-9.fc16' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/dhcp-4.2.2-9.fc16 then log in and leave karma (feedback).
dhcp-4.2.2-9.fc16 has been pushed to the Fedora 16 stable repository. If problems still persist, please make note of it in this bug report.