you can put the work around into the pm-utils path by adding the
following to /etc/pm/sleep.d/10-lp-bug-625364.  Note, its a work around,
not a fix, but it makes me very happy to not crash.  Note, you need to
write the file as root, then make sure its executable (chmod 755)

#!/bin/sh
# LP: #625364
# /etc/pm/sleep.d/10-lp-bug-625364

case "${1}" in
   suspend|hibernate)
      echo "${1}: changing to vt 1 for LP: #625364 work around";
      chvt 1;;
   resume|thaw)
      echo "${1}: changing to vt 7 for LP: #625364 work around";
      chvt 7;;
esac

-- 
lenovo/thinkpad T400[s]/T500/W500/X60 suspend fails
https://bugs.launchpad.net/bugs/625364
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to