Comment 45 for bug 625364

Revision history for this message
Scott Moser (smoser) wrote : Re: [Bug 625364] Re: lenovo/thinkpad T400[s]/T500/W500/X60 suspend fails

On Thu, 11 Nov 2010, thomas michel wrote:

> Even with moving the script, no look. The moon led lights steady as well as the battery led. The fan keeps running.
> Tried with ubuntu and vanilla kernel (2.6.35 and 2.6.36).

thomas, can you verify that the script is getting run ?
Even after a crash, on reboot you should be able to look in
/var/log/pm-suspend.log and see something like:
  /usr/lib/pm-utils/sleep.d/01-lp-bug-625364 resume suspend: success.
  Running hook /usr/lib/pm-utils/sleep.d/01-lp-bug-625364 suspend suspend:
  suspend: Thu Nov 11 08:47:15 CST 2010: changing to vt 1 for LP: #625364 work around

Also, does:
   sudo sh -c 'chvt 1; pm-suspend; chvt 7;'
work?

If the sudo above fails, then you're quite likely hitting some other issue
than I am.