RomanZ

Administrators
  • Posts

    3,588
  • Joined

  • Last visited

Everything posted by RomanZ

  1. Dear community, Sync 2.2.7 is now available. You can get it via direct links below, via official download page or via auto-update. Direct Download Links: Installer for Windows: x86 installer x64 installerPackage for OS X: OS X packageGzip archive for Linux: ARM i386 x64 glibc23_i386 glibc23_x64Gzip archive for FreeBSD: i386 x64A list of what's new, improved, changed, and fixed in this version is available in the change log. Latest Android build is now also available via direct link: 2.2.3 APK Latest Raspberry Pi package is available via direct link: 2.2.2 DEB
  2. @Andy22 That's a linking issue. To solve it, find the linker binary refers to (run "file btsync" or "readelf -d btsync" command). Then you'll need to create a symlink pointing to the linker that actually exists on your OS.
  3. @salimfadhley Well as you already noticed - it has "--nodaemon" switch. And it is documented both in "--help" and in our Help Center article.
  4. @Andy22 Actually, it is compatible. Did you try to run Sync ARM binary on your router? What exactly it says when you try to run it? Also, could you please show the output of /proc/cpuinfo file?
  5. @all - moving to Feature Requests.
  6. Hi Nicola, Could you please check if disabling Relay for this folder is going to improve the situation? Is there any other peers that see the "muletto-NL" as online twice? Also, anything special about your upgrade - any imaging, cloning, reusing old sync storage folder? Thanks!
  7. @cyberto Multithreading won't help here. Usually, the bottleneck for indexing are usually disk operations. Although, in your case it might be different. The 100% CPU might indicate that hashing of files is way too heavy for your CPU. It might happen on low-profile CPUs, for example - on NAS devices.
  8. @cyberto If UI loads after 1 minute - its a different issue and I suggest checking the amount of files, folders and peers against the hardware of your peer.
  9. Hi BG, Here are answers to your questions: 1.1 Yes 1.2 Not sure on what do you mean under "Pro folder". If you mean advanced folders - then no, 1.4 does not support advanced folders and will not be able to synchronize with them 1.3a There were some minor optimizations, though nothing significant. Though, you'll definitely will gain more stability. 1.3b Yes, there are a number of "Sync stuck" issues were fixed in 2.x (and still remain in 1.4). 1.4 No, they sync slower due to more advanced (and heavy) cryptography 2.1 If you configure predefined hosts - you need to know ports 2.2 No, you don't need to define outgoing port. If Sync is using UDP - it will reuse same port number. If TCP is used, OS automatically assigns free port number 2.3a UPnP simply asks the router to map listening port to current device IP 2.3b No. Sync will use all allowed methods to search together with predefined hosts. 2.4 It depends on your network topology and restrictions. If your peers can't reach tracker server, or say multicast traffic enabled, or you have strict firewall rules - using predefined hosts may make it more simple (and in some cases - only way to make it achievable) 3.1 Yes. See here for more info. 3.2 If disk speed is your bottleneck - it will definitely help.
  10. @zran, @infomofo, As @Moe says you can simply run ARM version on Sync is you get SSH access to your device. Although, the regular APK that runs on Android-based devices should also work. The main complexity would be to get the folder on it as it does not have camera, although you can disable "Simple mode" in settings and enter the key manually.
  11. @jinzhao Actually, there is a way to approve requests. Once you called GET method and have all access requests parameters, get the fingerprint (will be referred as {ufp} below) from one you are interested in and call PATCH /folders/{fid}/AccessRequets/{ufp}/and specify "status" in JSON to necessary access level (see the /folders/{fid}/AccessRequets/{ufp}/ section of documentation for more info). Though note, that there is more simple way. When generating the link with API call POST /folders/{fid}/linkset the parameter "askapproval" to "0" so request will be automatically approved by Sync itself.
  12. @mrcarl79 Yes, you can do it with API. Please see this API doc, you are especially interested in "/folders/{fid}" PATCH method. You need to alter "stopped" param to stop sync completely, or "paused" to stop delivering of files and keep syncing service data (i.e. keep files being monitored). Not sure about #3 - we have only one API usage plan, and it is subscription based. I'll check it and get back to you. @mrcarl79 As you are not using any PRO functionality, you can request and use dev key.
  13. @hechtmay 1) Try different browser 2) Is Sync process runs? Seen by other peers? 3) Is it completely blank or it still shows the gray line at the top of page (one that used to be a place for buttons)?
  14. @jake.sadie There is no upgrade / downgrade path between standard and advanced folders - they are way too different. If you want to change standard to advanced - you have to remove if from Sync and add again.
  15. Jin, Your CURL call should be something like that: curl -b cookie -u username:userpass -X POST -H "Content-Type: application/json" -d '{"path":"/home/ubuntu/testfolder/"}' http://localhost:8888/api/v2/folders?token=<here_goes_token_value>
  16. @iswrong Note, that Windows and Mac binaries are signed. As for the Linux ones - we have the md5 request in our Feature Requests list. Can't claim for now if / when it will be implemented.
  17. Dear community, Sync 2.2.6 is now available. You can get it via direct links below or via official download page. Direct Download Links: Installer for Windows: x86 installer x64 installerPackage for OS X: OS X packageGzip archive for Linux: ARM i386 x64 glibc23_i386 glibc23_x64Gzip archive for FreeBSD: i386 x64A list of what's new, improved, changed, and fixed in this version is available in the change log. Latest Android build is now also available via direct link: 2.2.3 APK Latest Raspberry Pi package is available via direct link: 2.2.2 DEB
  18. @jinzhao You also need to save cookies when you call for the token and supply saved cookie when you are calling any method except GET. See -b and -c switches of curl.
  19. @tiziano The latest version supporting XP and OS X 10.7 is 1.4.111 indeed. Though note that this version is "Beta" and 1.4 actually never left Beta. Standard folders of 2.2 is the same as 1.4 folders, so technically they should work just fine together, unless you stumble upon one of issues existing in 1.4.
  20. @all We are aware of this issue and have it reproduced in lab. Will be fixed.
  21. @brixtonia Sync only follows moved folders within the boundaries of same filesystem. As ExtSD and your internal storage actually 2 different FS, Sync won't be able to follow it. So you have to remove folder from Sync and re-add it, saving to ExtSD
  22. @NevP Could you please check if /usr/local/bittorrentsync/var location contains any .dmp or .code files? If yes - we'll need them. If no - could you please send me sync.log from same location? Upload data via our support page, note that it goes to Roman. Thanks!
  23. @NevP Did you enable SSH access to your Syno? Could you check if the Sync process is running when it happens?
  24. @David5222 Note, that for the first run its not prompting you, it asks to set up login and pass (note, that pass is asked twice).