roman12345

New Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by roman12345

  1. I can't start Btsync on Ubuntu after re-installing.

    SITUATION:
    The connection with the Android broke.  It seems the Android upgraded to 2.0, and my Ubuntu version stayed 1.4.  I received never-before-seen "Database errors" on Adroid.  I tried re-connected the folders, which solved problems for me before, but this time I couldn't get the links accepted.  It kept insisting that I upgrade by ubuntu.

    ATTEMPTED SOLUTION:
    After a couple hours of failing to get new links recognized, I thought I'd reinstall the software on both my phone and Ubuntu.  Reinstalling on Android seemed easy.  To uninstall on Ubutu:
     

    find / -name ".sync" -type d -exec rm -rf {} \;

    find / -name "btsync*" -type f -exec rm -rf {} \;
    sudo apt-get uninstall btsync-gui;

    Then I tried to re-install:

    sudo apt-get install btsync-gui;
    sudo apt-get update;

    Now when I run /usr/bin/btsync-gui I get the error:

    ** (btsync-gui:10200): WARNING **: Couldn't connect to accessibility bus: Failed to connect to socket /tmp/dbus-UGbE......: Connection refused
    CRITICAL:root:Failure to start btsync agent - exiting...


    Can anyone help?