Hello,

  I had a script to stop tangerine (media sharing) and restart accross
suspend/resume.

#!/bin/bash
#Code from http://ubuntuforums.org/showthread.php?t=1387211

. /usr/lib/pm-utils/functions

case "$1" in
    hibernate|suspend)
    rfkill block tangerine
    ;;
    thaw|resume)
    rfkill unblock tangerine
    ;;
    *)
    ;;
esac

exit

And it was blocking suspend/resume.

Removing the script, restored suspend/resume functionality.

Please close this bug for me.

- Andor

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1018623

Title:
  Suspend Fails on 12.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1018623/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to