


Code: Select all
$ ck-list-sessions
Session1:
unix-user = '1000'
realname = 'Chris Smith'
seat = 'Seat1'
session-type = ''
active = TRUE
x11-display = ':0'
x11-display-device = '/dev/tty7'
display-device = '/dev/tty1'
remote-host-name = ''
is-local = TRUE
on-since = '2010-06-11T02:33:41.471810Z'
login-session-id = ''
idle-since-hint = '2010-06-11T03:14:21.300622Z'
OK, that helped a bit. Adding it to /etc/X11/Session/Gnome didn't help but I may have done that wrong as I simply replacedM wrote:I think your session must be started with ck-launch-session, like for example
exec ck-launch-session openbox-session
or gnome, whatever... Try adding that to your session in /etc/X11/Sessions
Code: Select all
exec $commandCode: Select all
exec ck-launch-session $commandCode: Select all
exec ck-launch-session "gnome-session"Code: Select all
Unable to stop drive
Error detaching: helper exited with exit code 1: Detaching device /dev/sde
USB device: /sys/devices/pci0000:00/0000:00:1d.7/usb5/5-6)
SYNCHRONIZE CACHE: FAILED: No such file or directory
(Continuing despite SYNCHRONIZE CACHE failure.)
STOP UNIT: OK
Unbinding USB interface driver: OK
Suspending USB device: FAILED: Cannot open /sys/devices/pci0000:00/0000:00:1d.7/usb5/5-6/power/level for writing: No such file or directory
Code: Select all
exec ck-launch-session "gnome-session"
Code: Select all
ps ax | grep Gnome
3143 tty1 S 0:00 /usr/bin/ck-launch-session /etc/X11/Sessions/Gnome


Code: Select all
Error detaching: helper exited with exit code 1: Detaching device /dev/sdc
USB device: /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1)
SYNCHRONIZE CACHE: OK
STOP UNIT: OK
Unbinding USB interface driver: OK
Suspending USB device: FAILED: Cannot open /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/power/level for writing: No such file or directory
Bump. I hit this bug today. You must probably rebuild your kernel with CONFIG_PM_RUNTIME and CONFIG_USB_SUSPEND.gglaboussole wrote:So is it a bug ?Code: Select all
Error detaching: helper exited with exit code 1: Detaching device /dev/sdc USB device: /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1) SYNCHRONIZE CACHE: OK STOP UNIT: OK Unbinding USB interface driver: OK Suspending USB device: FAILED: Cannot open /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/power/level for writing: No such file or directory



I'have the same problem but in .config(uration) kernel i don't find CONFIG_USB_SUSPEND option for enable. Where is it ?netfab wrote:Bump. I hit this bug today. You must probably rebuild your kernel with CONFIG_PM_RUNTIME and CONFIG_USB_SUSPEND.gglaboussole wrote:So is it a bug ?Code: Select all
Error detaching: helper exited with exit code 1: Detaching device /dev/sdc USB device: /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1) SYNCHRONIZE CACHE: OK STOP UNIT: OK Unbinding USB interface driver: OK Suspending USB device: FAILED: Cannot open /sys/devices/pci0000:00/0000:00:1d.7/usb2/2-1/power/level for writing: No such file or directory

to fix the app menu problemdarkphader wrote:Haha - when I start Gnome with an ~/.xinitrc containingautomounting works but my Applications menu is blankCode: Select all
exec ck-launch-session "gnome-session"
Code: Select all
XDG_CONFIG_HOME="$HOME/.config"
XDG_MENU_PREFIX="gnome-"
export XDG_MENU_PREFIX XDG_CONFIG_HOME