Comment 10 for bug 584019

Revision history for this message
Giovanni Mellini (merlos) wrote :

More information (I added debug logs too).
I tried the solution proposed here http://ubuntuforums.org/showthread.php?t=1612565

giovanni@whaleshark:~$ u1sdtool -s
State: READY
    connection: Not User With Network
    description: ready to connect
    is_connected: False
    is_error: False
    is_online: False
    queues: IDLE

giovanni@whaleshark:log$ u1sdtool -c
giovanni@whaleshark:log$ u1sdtool -s
State: QUEUE_MANAGER
    connection: With User With Network
    description: processing queues
    is_connected: True
    is_error: False
    is_online: True
    queues: IDLE

giovanni@whaleshark:log$

The debug messages don't add useful information (I think)

2010-12-02 12:33:37,136 - ubuntuone.SyncDaemon.local_rescan - DEBUG - process next in queue (len 0)
2010-12-02 12:33:37,324 - ubuntuone.SyncDaemon.Main - NOTE - Local rescan finished!
2010-12-02 12:33:37,324 - ubuntuone.SyncDaemon.Main - INFO - hash queue empty. We are ready!
2010-12-02 12:33:37,324 - ubuntuone.SyncDaemon.EQ - DEBUG - push_event: SYS_LOCAL_RESCAN_DONE, args:(),
 kw:{}
2010-12-02 12:33:37,324 - ubuntuone.SyncDaemon.StateManager - DEBUG - received event 'SYS_LOCAL_RESCAN_
DONE'
2010-12-02 12:33:37,325 - ubuntuone.SyncDaemon.StateManager - DEBUG - Transition LOCAL_RESCAN --[SYS_LO
CAL_RESCAN_DONE]--> READY (queues: IDLE; connection: Not User With Network)
2010-12-02 12:33:37,325 - ubuntuone.SyncDaemon.EQ - DEBUG - push_event: SYS_STATE_CHANGED, args:(), kw:
{'state': READY (error=False connected=False online=False) Queue: IDLE Connection: Not User With Netw
ork}

Giovanni