Shutdown/Reboot not working from within XBMC Dharma
#1
Ok, heres my scenario:

Running XBMC 10.0 on top of Ubuntu Karmic.

Everything works just fine, except the Shutdown, Reboot, etc buttons that are withing XBMC; whenever they are invoked the screen just blinks and remains as it was.

Keymaps have not been tampered with, both them and Lirc are working with the default installation config.

How can I troubleshoot this?
Reply
#2
Do you by any chance have a file named /etc/pm/sleep.d/74network-resume.sh on your system?

If so, move it to your home directory using the following command and see if that fixes your issue:

Code:
sudo mv /etc/pm/sleep.d/74network-resume.sh ~

If that gives you no joy, try running pm-suspend from the command line, then checking the relevant log:

Code:
pm-suspend
cat /var/log/pm-suspend.log
Reply
#3
Mindzai Wrote:Do you by any chance have a file named /etc/pm/sleep.d/74network-resume.sh on your system?

If so, move it to your home directory using the following command and see if that fixes your issue:

Code:
sudo mv /etc/pm/sleep.d/74network-resume.sh ~

If that gives you no joy, try running pm-suspend from the command line, then checking the relevant log:

Code:
pm-suspend
cat /var/log/pm-suspend.log



Thanks for your reply,

First, the 74network-resume.sh script you mention does not exist on my system.


Second, I issued the command, and the system went to sleep, pressing the power button brought it back up fine...



Log:

Code:
Tue Jan 18 19:53:40 EST 2011: performing suspend
Tue Jan 18 19:54:57 EST 2011: Awake.
Tue Jan 18 19:54:57 EST 2011: Running hooks for resume
/usr/lib/pm-utils/sleep.d/99video resume suspend: success.
/usr/lib/pm-utils/sleep.d/98smart-kernel-video resume suspend: success.
/usr/lib/pm-utils/sleep.d/96laptop-mode resume suspend: success.
/usr/lib/pm-utils/sleep.d/95led resume suspend: not applicable.
/usr/lib/pm-utils/sleep.d/94cpufreq resume suspend: success.
/usr/lib/pm-utils/sleep.d/90clock resume suspend: not applicable.
/usr/lib/pm-utils/sleep.d/75modules resume suspend: success.
/usr/lib/pm-utils/sleep.d/55NetworkManager resume suspend: not applicable.
/usr/lib/pm-utils/sleep.d/49bluetooth resume suspend: not applicable.
/etc/pm/sleep.d/10_unattended-upgrades-hibernate resume suspend: success.
/etc/pm/sleep.d/10_grub-common resume suspend: success.
/usr/lib/pm-utils/sleep.d/00powersave resume suspend: success.
/usr/lib/pm-utils/sleep.d/00logging resume suspend: success.
/usr/lib/pm-utils/sleep.d/00auto-quirk resume suspend: success.
/usr/lib/pm-utils/sleep.d/000record resume suspend: success.
Tue Jan 18 19:54:57 EST 2011: Finished.

What could i try next?
Reply

Logout Mark Read Team Forum Stats Members Help
Shutdown/Reboot not working from within XBMC Dharma0