Spin0us

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Spin0us

  1. I try to configure my btsync using conf file.

    I've generated one with the --dump-sample-config option and then tunned it to apply to my needs.

    I then start btsync using the following command ./btsync --config btsync.conf.

    The problem is that i can not access the webGUI using this method.

    If i disable shared_folders param in conf, webGUI work.

    Here is my .conf file

    --------------------------------------------

    {

    "device_name": "Ubuntu#2",

    "listening_port" : 36888,

    "pid_file" : "/var/run/btsync.pid",

    "check_for_updates" : false,

    "use_upnp" : false,

    "download_limit" : 0,

    "upload_limit" : 0,

    "webui" :

    {

    "listen" : "0.0.0.0:8888",

    "login" : "admin",

    "password" : "xxxxxxxxxx"

    },

    "shared_folders" :

    [

    {

    "secret" : "AK6O5HILG7F4V25A3EVZX6E55SIQATOLA",

    "dir" : "/tmp/bts2",

    "use_relay_server" : false,

    "use_tracker" : false,

    "use_dht" : false,

    "search_lan" : false,

    "use_sync_trash" : false,

    "known_hosts" :

    [

    "1.2.3.4:36888"

    ]

    }

    ]

    // Advanced preferences can be added to config file.

    // Info is available in BitTorrent Sync User Guide.

    }

    --------------------------------------------

    and here is my .sync/sync.log

    --------------------------------------------

    [20130828 11:55:36.735] test sha1: AE5BD8EFEA5322C4D9986D06680A781392F9A642

    [20130828 11:55:36.735] test sha2: 630DCD2966C4336691125448BBB25B4FF412A49C732DB2C8ABC1B8581BD710DD

    [20130828 11:55:36.735] test aes: 0A940BB5416EF045F1C39458C653EA5A07FEEF74E1D5036E900EEE118E949293

    [20130828 11:55:36.944] Added path=/tmp/bts2 with fd=1

    [20130828 11:55:36.944] SyncFilesController: started periodic scan

    [20130828 11:55:36.944] SyncFilesController: finished periodic scan, checking for missing files

    [20130828 11:55:36.944] SyncTrashFolder: Sync trash scan for folder "/tmp/bts2/.SyncArchive" started, max file age = 30 days

    [20130828 11:55:36.944] SyncTrashFolder: Sync trash scan for folder "/tmp/bts2/.SyncArchive" finished

    [20130828 11:55:37.299] Got 2 relay ips

    [20130828 11:55:37.299] ip 67.215.231.242:3000

    [20130828 11:55:37.299] ip 67.215.229.106:3000

    [20130828 11:55:37.324] Got 3 tracker ips

    [20130828 11:55:37.324] ip 54.225.196.38:3000

    [20130828 11:55:37.324] ip 54.225.100.8:3000

    [20130828 11:55:37.324] ip 54.225.92.50:3000

    [20130828 11:55:38.240] Send ping to peer (0000000000000000000000000000000000000000) for share 1678555A2B823247DF814BC8A608A9BD95DB5FFC:

    [20130828 11:55:38.241] ping 1.2.3.4:36888 directly

    [20130828 11:55:39.242] Send ping to peer (0000000000000000000000000000000000000000) for share 1678555A2B823247DF814BC8A608A9BD95DB5FFC:

    [20130828 11:55:39.242] ping 1.2.3.4:36888 directly

    [20130828 11:55:40.242] Send ping to peer (0000000000000000000000000000000000000000) for share 1678555A2B823247DF814BC8A608A9BD95DB5FFC:

    [20130828 11:55:40.243] ping 1.2.3.4:36888 directly

    [20130828 11:55:41.244] Send ping to peer (0000000000000000000000000000000000000000) for share 1678555A2B823247DF814BC8A608A9BD95DB5FFC:

    [20130828 11:55:41.244] ping 1.2.3.4:36888 directly

    --------------------------------------------

    Any suggestion ?