sirio81

Members
  • Posts

    53
  • Joined

  • Last visited

Posts posted by sirio81

  1. I have some more info about this case:
    I tried to run btysnc with --nodaemon option and there I was able to see it wasn't able to use the specified port 9003.
    I have no idea of the reason because the port isn't in use.
    I tried then to run it on the default port 8888 and the process doesn't die :-)
     

    /opt/btsync/btsync --nodaemon --webui.listen 0.0.0.0:9003
    **** ERROR ****
    **** Unable to listen for HTTP traffic on port 9003.  Exiting...
    
    netstat -l --tcp --numeric | grep 9003
    
    /opt/btsync/btsync --nodaemon --webui.listen 0.0.0.0:8888


    Unfortunately, when I access the web page, it asks me to create an identity, like it was the fist time I run the application.
    Here is the log when I tried to run btsync with --nodaemon on port 9003 and port 8888.

    [16:23:21.484] Debug log mask has been set to FFFFFFFF
    [16:23:21.484] Features mask has been set to 0
    [20160512 16:23:21.486] Configuration from file "" has been applied
    [20160512 16:23:21.494] ZIP: Can't locate [version] in zip, error -100.
    [20160512 16:23:21.496] PLC[0x0000000002eb1d80] binding on 0.0.0.0:9003
    [20160512 16:23:21.496] Socket[0x0000000002eb1d80][7] bound listening socket 7 to IP 0.0.0.0:9003
    [20160512 16:23:21.496] UDP: bound listening socket 8 to IP 0.0.0.0:9003
    [20160512 16:23:21.496] Socket[0x0000000002eb4440][10] bound listening socket 10 to IP 0.0.0.0:8888
    [20160512 16:23:21.498] test sha1: AE5BD8EFEA5322C4D9986D06680A781392F9A642
    [20160512 16:23:21.498] test sha2: 630DCD2966C4336691125448BBB25B4FF412A49C732DB2C8ABC1B8581BD710DD
    [20160512 16:23:21.498] test aes: 0A940BB5416EF045F1C39458C653EA5A07FEEF74E1D5036E900EEE118E949293
    [20160512 16:23:21.498] Loading config file version 2.3.3, current version 2.3.3
    [20160512 16:23:21.498] My PeerID: 10C8EBD7DF9F92FA1673347069ECCC6B3C54A308
    [20160512 16:23:21.499] LC: LoadLicenses: there is no pro license
    [20160512 16:23:21.499] loaded history: 0 events
    [20160512 16:23:21.499] setup socket 12 for local peer discovery for 127.0.0.1: success
    [20160512 16:23:21.499] setup socket 13 for local peer discovery for 192.168.6.205: success
    [20160512 16:23:26.002] Debug log mask has been set to FFFFFFFF
    [20160512 16:23:26.002] Features mask has been set to 0
    [20160512 16:24:38.855] ZIP: Can't locate [css/style.css] in zip, error -100.
    [20160512 16:24:39.810] ****** WebUI Added as listener: 0x0000000002eb8a20 (count=1)
    [20160512 16:27:54.112] ****** WebUI Added as listener: 0x0000000002eb8a20 (count=1)

     

  2. I have btsync 2.3.3.
    Since yesterday morning it stopped syncing.
    There has been also an issue with the virtual machine it's running on (debian 7.7. 64bit), but after reboot it should have start working again.

    I notice that if I run btsync by

    /opt/btsync/btsync --webui.listen 0.0.0.0:9003

    no precess is running.
    Debug is enabled, so I got and check the log.
    The last rows are these:

    [15:19:22.273] Debug log mask has been set to FFFFFFFF
    [15:19:22.273] Features mask has been set to 0
    [20160512 15:19:22.276] Configuration from file "" has been applied
    [20160512 15:19:22.318] ZIP: Can't locate [version] in zip, error -100.
    [20160512 15:19:22.321] PLC[0x0000000001ce8d80] binding on 0.0.0.0:9003
    [20160512 15:19:22.321] Socket[0x0000000001ce8d80][7] bound listening socket 7 to IP 0.0.0.0:9003
    [20160512 15:19:22.321] UDP: bound listening socket 8 to IP 0.0.0.0:9003
    [20160512 15:19:22.322] Unable to listen for HTTP traffic on port 9003.  Exiting...
    [20160512 15:19:22.323] test sha1: AE5BD8EFEA5322C4D9986D06680A781392F9A642
    [20160512 15:19:22.323] test sha2: 630DCD2966C4336691125448BBB25B4FF412A49C732DB2C8ABC1B8581BD710DD
    [20160512 15:19:22.323] test aes: 0A940BB5416EF045F1C39458C653EA5A07FEEF74E1D5036E900EEE118E949293
    [20160512 15:19:22.325] saved history: 0 events
    [20160512 15:19:22.325] Shutdown. Saving config sync.dat
    [20160512 15:19:22.325] Loading config file version 2.3.3, current version 2.3.3
    [20160512 15:19:22.325] My PeerID: 10C8EBD7DF9F92FA1673347069ECCC6B3C54A308
    [20160512 15:19:22.325] LC: LoadLicenses: there is no pro license
    [20160512 15:19:22.326] loaded history: 0 events

    It's shouldn't be matter of licenses since this installation in sharing only 2-3 folder and doesn't require any of the pro features.
    May you help me understanding what's wrong?

    Thank you.

  3. Hi all, I'm running btsync on iOS 9.0.2.
    I wish to know the port used by btsync so I can forward it on my router.

    Correct me if I'm wrong, there's no way to set "do not use relay servers", right?
    Anyway, just for efficiency matters I wish to forward port(s) on my iPad.

    Bittorrent sync 2.3.2.

    Thank you.
     

  4. Hi, I know there's the option 'folder_rescan_interval' but I was wondering if btsync is able to detect the changes in a directory (add, remove, change) of files and start syncing right away instead of on a interval base.

     

    I'm also curious to know what it may happen if I set folder_rescan_interval to

    60 seconds

    10 seconds

    1 seconds

    I mean, what issues may I encounter?

     

    Thank you.

  5. Here's an example

    {  "device_name": "myPC",  "listening_port" : 50263, // 0 - randomize port  "use_upnp" : flase,  "download_limit" : 0,  "upload_limit" : 2048,  "webui" :  {    "listen" : "0.0.0.0:8888" // remove field to disable WebUI  }}

    Save this to a file, e.g. sync.conf

    Start btsync using this file

      ./btsync --config sync.conf

     

    Check

    ./btsync --help

     

    To generate an example file with comments

    ./btsync --dump-sample-config > sync.conf

    then edit sync.conf

     

    Every line that starts with // is a comment.

    Every line between /* and */ is a comment.

  6. I'm trying to sync a folder between a linux x86_64 1.4.91 and android 1.4.50.

    I doesn't work.

     

    In the log I see

    [20141013 11:06:01.253] Checking connection to 91.253.124.30:28865:TCP[20141013 11:06:01.253] Failed to open tunnel to 91.253.124.30:28865:TCP

    I tried both by wireless connection an mobile 3G.

     

    This topic seems to complain the same problem or similar one.


    About my setting (linux side)
     

    Use tracker server

    Store deleted files...

    Unchecked "Peers invite must be approved"

    Unchecked "Link will expire"

     

    I shared the folder in read only with android.

  7. I installed 1.4.91 x86_64 on a debian wheezy.

    It lost all my old settings, but that's not so problematic for me.

     

    I need to set a precise listening port because of firewall reasons.

    I do it but once I close the settings windows and enter again, it shows a new random port.

    I also noticed that if I uncheck "Listening port", it checks it againg.

     

    I've been double checking file ownsership and permission.

     

    I also enabled debug but I see nothing in the log.

  8. What does that mean if I get this error in the log file?

    status:137 error:<NULL> meta:1 conns:1 io:0

    I'm syncing from btsync 1.3.105 linux amd64 (debian wheezy), to an iPad with btsync 1.3.40.

     

    I've been checking the permission and they are 744 for used id 1010.

    Btsync is running with user id 1010, so there should be no issues about permissions.

    File names do not have special characters, only some spaces and '-'.