witq

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by witq

  1. QNAP TS-109 Pro II, firmware version: 3.3.2 Build 0918T

    ./btsync starts four processes. The webui prompts for username and password. Then the browser gets the initial html-code, but the four btsync processes die before any javascript or image files loads.

    I'm having similiar issues on a WD MyBook World NAS, I described it in more detail in this thread:

    Finding a solution would thus add two NAS devices to the supported list.

  2. Thank you for your suggetsions, I tried changing the listening port but btsync stil crashes when i try to open the webui. To be more specific: I put the address in my browser and it does kind of work on the first try: it either sais "invalid request" or displays the interface partially (as I said earlier). Then, when I try to load the page again, btsync crashes. This is what I found in the log:



    [20130327 21:49:06] NAT-PMP: Unable to map port with NAT-PMP.
    [20130327 21:49:19] HTTP: IP 195.22.96.73: GET /gui/
    [20130327 21:49:24] HTTP: IP 195.22.96.73: GET /gui/
    [20130327 21:49:24] HTTP: IP 195.22.96.73: GET /gui/jquery-1.8.3.js
    [20130327 21:49:24] HTTP: IP 195.22.96.73: GET /gui/jqueryFileTree.js

    I also tried enabling upnp and setting the listening port to random (0) but that made the app even more crash-happy - it now crashes the first time I try to load the webui.

  3. Hi.

    Today I tried running btsync on said NAS and well... it doesn't work.

    uname -a sais:


    Linux MyBookWorld 2.6.24.4 #1 Thu Apr 1 16:43:58 CST 2010 armv5tejl unknown

    I downloaded and extracted the binary, granted it the correct permissions and it runs good until I try to open the webui. It loads incompletly (fails to load all the images and css and js files) and then btsync crashes.

    I enabled debugging but the only thing that appears in the log is this:


    [20130327 19:35:19] NAT-PMP: Unable to map port with NAT-PMP.

    That's weird, because I forwarded the port to the device myself and disabled automatic port mapping in the config:


    {
    "device_name": "My Sync Device",
    "listening_port" : 8888,
    "check_for_updates" : true,
    "use_upnp" : false,
    "download_limit" : 0,
    "upload_limit" : 0,
    "webui" :
    {
    "listen" : "0.0.0.0:8888",
    "login" : "admin",
    "password" : "password"
    }
    }

    I can confirm the port is forwarded correctly, because I can acces the webui from a remote computer.

    Is there anything I can try to make it work? I'd really like to set up a connection between two NAS devices and use it as offsite backup :)