Comment 10 for bug 403955

Revision history for this message
Paolo Sammicheli (xdatap1) wrote :

Martin,

I did what you asked:

ubuntu@ubuntu:~$ sudo killall jockey-backend
ubuntu@ubuntu:~$ sudo /usr/share/jockey/jockey-backend --debug -l /tmp/jockey.log

And I Instantly got a jokey crash. Apport guided me to this bug, then i pressed ctrl-c for stopping jokey-backend:

^CTraceback (most recent call last):
  File "/usr/share/jockey/jockey-backend", line 75, in <module>
    svr.run_dbus_service(argv_options.timeout)
  File "/usr/lib/python2.6/dist-packages/jockey/backend.py", line 595, in run_dbus_service
    main_loop.run()
KeyboardInterrupt

ubuntu@ubuntu:~$ cat /tmp/jockey.log

what happens is that /tmp/jockey.log is empty. :(

This happens with Lucid Netbook Remix Alpha 2 on a Dell Inspiron 1520. The first time I encounter it, it happened alone, without doing anything apparently. (I was just browsing the web for testing network) If you launch manually Jockey it works normally.

How can I help you more?