Petrenko_denis

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by Petrenko_denis

  1. you can you try running Sync without package. You need to simply run Sync binary. WebUI will listen 127.0.0.1:8888 by default and will store data in .sync subfolder next to binary.

    This does not work. I downloaded a tar.gz. Started it. "bla bla bla forked to background". It created the .sync directory next to it with the bunch of files. But still nothing on my_ip:8888

     

    Here is the .sync/sync.log

    There were no changes with the router. The machine is running on VPS. It worked before I tried the new verion. And I don't have a firewall on that machine.

     

     

    platform: Linux 3.16.0-28-generic #37-Ubuntu SMP Mon Dec 8 17:15:28 UTC 2014 x86_64

    version: 1.4.10025
    [20150220 08:47:10.198] total physical memory 536870912 max disk cache 2097152
    [20150220 08:47:10.199] Using IP address xxxxx
    [20150220 08:47:10.201] My PeerID: 10F2
    [20150220 08:47:14.233] UPnP: Could not map UPnP Port on this pass, retrying.
    [20150220 08:47:19.239] UPnP: Could not map UPnP Port on this pass, retrying.
    [20150220 08:47:22.244] NAT-PMP: Unable to map port with NAT-PMP.
    [20150220 08:47:24.247] UPnP: Could not map UPnP Port on this pass, retrying.
    [20150220 08:47:29.256] UPnP: Unable to map port xxxxxx:25517 with UPnP.
     
     
  2. I have installed btsync using "sudo apt-get install btsync".

    It installed a bunch of files, but config app did not autostart!

    "dpkg-reconfigure btsync" works fine.

    but when I "service btsync start"

    It says "btsync: unrecognized service" 

     

    UPDATE:

    I uninstalled the btsync and deleted all of its files.

    Now when I "apt-get install btsync" the config app does not autostart and webui does not show up after dpkg-reconfig.

  3. I

     

    @carloxp

    I've sent it to mailbox your forum account registered to on Friday Feb 13. I also duplicated to your forum PM today.

     

    @Petrenko_denis

    Yep, you need to rename btsync to sync-core and replace old one. You should not start it manually - use commands supplied with your package ("service btsync start" IIRC). In general, after replacing it should work exactly as before and listen same ports and NICs.

     

    @calvyb

    The most common thing to check on Linux machine is permissions. Check what is the user running your Sync and if it has enough permissions to read and write data to:

    a) folders you want to Sync

    B) your storage folder (.sync by default, though can be adjusted in config)

     

    @jwk2801

    Yep, I need debug logs to find out what happens there. ReFS could be an issue, although Sync rescans all the folders for changes every 10 minutes by default so it should detect changes even if ReFS driver does not send any notificaitons.

    I decided to start all over again. Kill all btsync processes. Apt-get remove. Search btsync and delete every last bit of btsync from the sytem. Then at-get install again. 

    Now auto configure does not start.

    "Service btsync status" returns "unrecognied service"

  4. @herbert, @carloxp

    Please check your mailboxes - I've sent you a build.

     

    @Petrenko_denis

    Looks like you are using some package. Just run "ps aux | grep sync" to find out where sync binary is actually started. It could happen that executable name actually differs from default "btsync"

    usr/lib/btsync-common/btsync-core  I need to replace this file with btsync that  you emailed me ?

     

    UPDATE: Tried this and any other combination of files. Every time I got "bla bla forked to background" and then nothing on my_ip:8888

  5. @Petrenko_denis

    Just sent it to your mailbox.

    Thanks. I installed it on two windows machines, it work fine for now. but I am having trouble installing it on Rpi and ubuntu machines. I copied the files and started the service. It said "bla bla bla btsync forked to background" But I have nothing my_ip:8888, page not avaliable.

     

    Update. Some progress with RPi. After I done "Sudo killall btsync", "sudo dpkg-reconfigure btsync". sudo ./btsync. the webpage finally loads a white screen. I checked the html source and fuound this.

    <div id="noload" style="position:fixed; top:0px; height:100%; left:0px; width:100%; background:white; padding:40px;">	<br>	<div>		Your system was unable to load BitTorrent Sync properly.		For information on how to fix this issue, please see the		<a href="http://sync-help.bittorrent.com/customer/portal/articles/1706559-screen-loading-error">Sync Knowledge Base</a>.

    Update 2. I waited a couple of minutes and it finally loaded on Rpi. It works but with same Out of the sync problem. Then I checked the version and it is old 1.4.103 ! I dont understand how it is possible. I have deleted the btsync file on Rpi and put there newly downloaded btsync from tar.gz.

    Still nothing on ubuntu machine

  6. Guys,

     

    I've sent builds to your e-mail addresses. Looking forward to hear your testing results.

    Can I have the build please. I am so tired of that our of sync error.

    I have Windows and RPi in LAN, Ubuntu and windows remotely. The link between Rpi and windowses is frequently is our of sync. For some folders it works fine, some folders got out of sync. No problems with ubuntu machine.

    Thanks

  7. I have couple of hundreds GB of data on several machines running btsync. I also want to access them from android phone. Obviously I don't want t sync all data to the phone. I want download some files on demand (dropbox style). I tried to use the folder in NON auto-sync mode, in this case is does not work. In auto-sync mode is tries to download whole folder.

    When the auto-sync is off there is Synchronized label under the folder name, which seems not logical. It is not synchronized, just a couple of files were downloaded.

    One more issue. I have one more folder on the phone with as little as 50 Mb of data. This folder is on auto-sync. Now the data in this folder is perfectly in sync on all devices. But for some reason under this folder there is a label Sending. But it is not sending anything and it should not! Its already in sync. 

    Just in case you ask - yes I have read the manual.