scegg

Members
  • Posts

    33
  • Joined

  • Last visited

Posts posted by scegg

  1. @scegg

     

    Do you mean that file deletion goes fine while transfer of a new file does not happen unless you restart the client? Then issue is definitely not in DNS resolution. In this case we'll need debug logs for both your peers to see what happens. Please send them to syncapp@bittorrent.com, refer to this forum topic in message body.

    Yes, you get me well. I'll post the logs when happens next time.

  2. @scegg

     

    It might happen to internal DNS cache of your DSL modems. Have you tried to flush the cache and force your dynamic DNS to be re-resolved after modem reconnection?

     

    In that status, I tried to use nslookup on both side to resolve each other. the IP addresses are correct. and the clients are connected to each other, just cannot send data. If one file is deleted from one side, it will be deleted on another side successfully without any problem.

  3. Hey all.

     

    There is my scenario.

    Client1 (Windows) -- ADSL Router -- Internet -- ADSL Router 2 -- Client2 (Linux)

    Port mappings are set in 2 routers.

    Client1 and Client2 are added as a predefined host to each other by using dyndns domain name.

    Client2 in China which have been blocked to communicate with BTSync server by gov.

     

    It works like a charm at first.

     

    But if ADSL is redialed from one router, the strange thing appeared:

     

    They can still see each other in client software. When a file is added to one, the Devices page shows right -- there is some data to be transferred. But the transferring will never start until one of these clients restarts.

     

    I have to restart one of them manually to keep it running in that case. And after a restarting, it works again without any problem.

     

    Any idea?

  4. I'm using BTSync 1.3.80 on Windows x64 to sync data to a remote linux server.

    The speed display on the bottom of the window is much higher than the total value in Transfers tab.

    While the total upload from Transfers tab is 400-500kB/s, the number displayed on the bottom is 800-1000kB/s.

  5. Same problem here. All my servers running within China Mainland have this problem.

     

    The servers in the same city (same ISP) of China can connect with each others.

    The servers with different ISP cannot communicate with each others.

    The servers within China mainland cannot access the servers in other countries.

    Adding predefined hosts can resolve this manually.

    All servers in China cannot update: Unable to contact BitTorrent Sync update server.

  6. I have the same problem (ALIX 2D13). I suppose that btsync needs a minimum of memory to start. Let's wait for the next version. Someone told me, that there will be a dramatical improvement in the memory footprint....

    BTW: Consider using a minimal Debian - Ubuntu Server 12.04 LTS uses lots of memory in comparison to Debian...

    I've installed a debian server which is required less memory. but btsync cannot start either. free mem is about 90MB.

    Waiting for further release...

  7. after running


    sudo add-apt-repository ppa:tuxpoldo/btsync
    sudo apt-get update

    ubuntu replies


    Exception in thread Thread-1:
    Traceback (most recent call last):
    File "/usr/lib/python2.7/threading.py", line 551, in __bootstrap_inner
    self.run()
    File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 99, in run
    self.add_ppa_signing_key(self.ppa_path)
    File "/usr/lib/python2.7/dist-packages/softwareproperties/ppa.py", line 132, in add_ppa_signing_key
    tmp_keyring_dir = tempfile.mkdtemp()
    File "/usr/lib/python2.7/tempfile.py", line 322, in mkdtemp
    name = names.next()
    File "/usr/lib/python2.7/tempfile.py", line 141, in next
    letters = [choose(c) for dummy in "123456"]
    File "/usr/lib/python2.7/random.py", line 274, in choice
    return seq[int(self.random() * len(seq))] # raises IndexError if seq is empty
    ValueError: cannot convert float NaN to integer

  8. I suppose that also 200MB is still not enough. I'm running my ALIX with Debian and I have tested it without any other program running except for OpenSSH (more than 200 MB free) but it still stops without any information.

    BTW: If you want more debug information, you should create a file named debug.txt in the storage_path of btsync containing "FFFF":

    If your storage_path is a directory named .btsync under your current path, you can do it this way:


    echo FFFF > .btsync/debug.txt

    hi.

    my btsync is located in the / and i place a debug.txt with FFFF within the same folder -- /

    after starting btsync and quit. nothing more than FFFF is written in debug.txt

  9. I have the same problem (ALIX 2D13). I suppose that btsync needs a minimum of memory to start. Let's wait for the next version. Someone told me, that there will be a dramatical improvement in the memory footprint....

    BTW: Consider using a minimal Debian - Ubuntu Server 12.04 LTS uses lots of memory in comparison to Debian...

    Thanks for your information.

    But from the information of landscape-sysinfo, the memory usage is only 11%, in another word, there is more than 200MB free mem still.

    and, I can read this message:

    BitTorrent Sync forked to background. pid = xxx

    Still dont know why it stops working