Yesterday I decided to connect my Acer AS7739 running Precise to DropBox and UbuntuOne.
I installed the deb package for Kfilebox from SourceForge, connected to my DropBox account, registered this laptop, the DropBox daemon was downloaded and installed, the ~/Dropbox folder was created and about 1GB of files began populating my local Dropbox folder. When I booted this computer this morning Kfilebox and Dropbox picked right up where they left off and have been running perfectly.
Yesterday, from the repository, I installed the UbuntuOne software and fired up the client, signed in to my UbuntuOne account, registered this laptop, and UbuntuOne created the ~/UbuntuOne folder. It then asked me for my root password. I declined and it said to manually add user_xattr to the fstab entry for the boot drive. I planned to do that but the ubuntuonesyncd began populating my local UbuntuOne folder with files from the cloud, so I decided to let it continue. Later on I edited fstab and added that parameter to my boot UUID, and restarted my laptop. UbuntuOne picked up where it left off and continued. I shut down to go to bed.
This morning when I booted this laptop DropBox started right up without probablems and remained synced. UbuntuOnesyncd started right up, connected, presented the msg "File sync starting ...", followed by "File sync in progress..." and after a few moments, "File sync is disconnected"
u1sdtool shows either:
OR
The status log shows:
The credentials.log entries are the same for both yesterday and today. Here is todays:
The sync daemon logs into my account and pulls down my info and plan, but disconnects when the attempt sync actually begins.
I've read that the problem is attrributed to login problems at UbuntuOne, but if that were the case fetching my account info wouldn't be possible.
Time will tell.
Until then, Kfilebox and Dropbox make a perfect team that has never failed on this box or my Sony.
I've reported my findings to the launchpad bugzilla.
I installed the deb package for Kfilebox from SourceForge, connected to my DropBox account, registered this laptop, the DropBox daemon was downloaded and installed, the ~/Dropbox folder was created and about 1GB of files began populating my local Dropbox folder. When I booted this computer this morning Kfilebox and Dropbox picked right up where they left off and have been running perfectly.
Yesterday, from the repository, I installed the UbuntuOne software and fired up the client, signed in to my UbuntuOne account, registered this laptop, and UbuntuOne created the ~/UbuntuOne folder. It then asked me for my root password. I declined and it said to manually add user_xattr to the fstab entry for the boot drive. I planned to do that but the ubuntuonesyncd began populating my local UbuntuOne folder with files from the cloud, so I decided to let it continue. Later on I edited fstab and added that parameter to my boot UUID, and restarted my laptop. UbuntuOne picked up where it left off and continued. I shut down to go to bed.
This morning when I booted this laptop DropBox started right up without probablems and remained synced. UbuntuOnesyncd started right up, connected, presented the msg "File sync starting ...", followed by "File sync in progress..." and after a few moments, "File sync is disconnected"
u1sdtool shows either:
Code:
$ u1sdtool --status State: CHECK_VERSION connection: With User With Network description: checking protocol version is_connected: True is_error: False is_online: False queues: WORKING
Code:
$ u1sdtool --status State: WAITING connection: With User With Network description: waiting before try connecting again is_connected: False is_error: False is_online: False queues: WORKING
Code:
... 2012-01-09 16:07:10,837 - ubuntuone.status - DEBUG - server connection made 2012-01-09 16:07:10,862 - ubuntuone.status - DEBUG - notification shown: 'skype-ubuntu_2.2.0.35-1_amd64.deb' and 3 other files are being uploaded to your personal cloud. 2012-01-09 16:07:24,944 - ubuntuone.status - DEBUG - server connection lost ...
Code:
2012-01-09 09:40:37,898 - ubuntuone.credentials - DEBUG - find_credentials: args (<ubuntuone.platform.credentials.CredentialsManagementTool object at 0x1cf9890>,), kwargs {}. 2012-01-09 09:40:39,173 - ubuntuone.credentials - INFO - Starting Ubuntu One login manager for bus u'com.ubuntuone.Credentials'. 2012-01-09 09:40:39,896 - ubuntuone.credentials - DEBUG - ref_count is 0, changing value to 1. 2012-01-09 09:40:50,194 - ubuntuone.credentials - DEBUG - Handling DBus signal for member: u'CredentialsFound', app_name: dbus.String(u'Ubuntu One'). 2012-01-09 09:40:50,194 - ubuntuone.credentials - INFO - u'CredentialsFound'
I've read that the problem is attrributed to login problems at UbuntuOne, but if that were the case fetching my account info wouldn't be possible.
Time will tell.
Until then, Kfilebox and Dropbox make a perfect team that has never failed on this box or my Sony.
I've reported my findings to the launchpad bugzilla.
Comment