On 04/05/2010 12:02 AM, Jeff Kittle wrote:
>> /usr/lib64/pm-utils/pm-functions: line 259: echo: write error: Device
> 
> Take a look at /usr/lib64/pm-utils/pm-functions to see what device is busy,
> it looks like a shell script

Here it is:

> # always fall back to kernel methods if nothing else was declared
> 
> if [ -z "$SUSPEND_MODULE" ]; then
>       if grep -q mem /sys/power/state; then
>               SUSPEND_MODULE="kernel"
>               do_suspend() { echo -n "mem" >/sys/power/state; }
>       elif [ -c /dev/pmu ] && pm-pmu --check; then
>               SUSPEND_MODULE="kernel"
>               do_suspend() { pm-pmu --suspend; }
>       fi
> fi

Line 259 is the line with echo -n "mem" >/sys/power/state;

I didn't find do_suspend() in that file though.

-- 
Kevin J. Cummings
kjch...@rcn.com
cummi...@kjchome.homeip.net
cummi...@kjc386.framingham.ma.us
Registered Linux User #1232 (http://counter.li.org)
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to