Hi Christian, Christian Gogolin wrote: > $ bash -x /usr/share/acpi-support/suspendorhibernate suspend [...] > + for METHOD in '$SUSPEND_METHODS' > + case $METHOD in > + '[' -x /usr/bin/dbus-send ']' > + /usr/bin/dbus-send --session --dest=org.freedesktop.PowerManagement > --type=method_call --print-reply --reply-timeout=2000 > /org/freedesktop/PowerManagement org.freedesktop.PowerManagement.Suspend > + grep -q ' org.freedesktop.DBus.Error.' > + exit
It's starting to look more and more like the other problem. Could you now try running this command (on a single line): /usr/bin/dbus-send --session --dest=org.freedesktop.PowerManagement --type=method_call --print-reply --reply-timeout=2000 /org/freedesktop/PowerManagement org.freedesktop.PowerManagement.Suspend and send us the output? If it's this one: ---snip--- Failed to open connection to session message bus: dbus-launch failed to autolaunch D-Bus session: Autolaunch error: X11 initialization failed. ---snip--- then it's the same problem as #496911. If not, then we have a similar but slightly different problem. Cheers, Bart -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

