Dantounet

Members
  • Posts

    42
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Dantounet

  1. BitTorrent support told me that they were aware of this issue on ARM/low-powered device and they were working on it. I upgraded to version 1.3.105 and I do not see the error on my raspberry pi/USB disk nor my Synology NAS anymore. Both device are syncing ok and there is less crashing issue on the synology lately. Not sure what version fixed the issue but it looks like it's working now. It has only been a couple of day since I upgraded so I prefer to wait a bit before confirming the issue as solved.
  2. Using Android 1.3.19.0, Mac OS X 1.3.86, ARM 1.3.86, x64 1.3.86 I want a two way synchronisation with my Android phone so that: - when I take a new picture I can access it from my macbook - when I do some clean and erase a picture from the macbook it gets erased from my phone I used to be able to do that by adding a normal sync folder to my phone and click on "auto-sync" However now, new pictures from the phones are not sync'd back to the laptop. I can't use the backup options because the only secret you allow to share is a read only one... Is this a bug or a feature?
  3. Il n'y a pas de difference entre ce que tu as ecris et ce qui est affiche. What you wrote is the same than what is displayed.
  4. I also have SyncEncryptHandler: bad shareID (STATE_BEGIN) When I start btsync on an ubuntu server with version 1.2.82
  5. Errors are now appearing on my Synology NAS SyncDb: failed to prepare query to save file info - 5...[20131126 16:13:32.831] SyncDb: failed to prepare statement to query metadata - 1802[20131126 16:13:32.832] SyncDb: failed to prepare query to save metadata - 1802Do you know what does it mean and how to avoid it ?
  6. Indeed the sync.log file grow indefinitely and contains LOTS of log. We should request for an option to make it less verbose. In the mean time I invite you to setup a cron to empty the file on a regular basis.
  7. Hi, Some feedback for Linux: - have a btsync-client which allows to see the progress on transfers because when we use the config file we have no idea of what's going on (and the logs are not helpful) - have a command to allow btsync to reload the configuration file (without having to stop/start it) Otherwise it's a good piece of software
  8. Thanks SwissTengu, Unfortunately my RPi is already deployed into another country so hard for me to migrate to cubieboard. I'll have a look later though. Would it be possible to make btsync more robust to I/O errors ? It still logs a lot of [20130815 13:19:51.025] SyncDb: failed to prepare query to save metadata - 1802 [20130815 13:19:51.027] SyncDb: failed to prepare statement to query metadata - 1802 But the data still get downloaded and written on the USB Disk. No error in dmesg or syslog though
  9. I have been using https://lastpass.com/ for while. The issue is that the data is kept on their server and we know that it is difficult to trust US data centers. I am now using 1Password ( https://agilebits.com/onepassword) with BTsync. 1Password allows you to choose where you locally store your passwords. You just need to add such folder to BitTorrent Sync. I now share my passwords between my two desktops (WinXP/Mac OS X) and my android phone securely as the data is kept only on my machines.
  10. I got many "SyncEncryptHandler: bad message length (STATE_BEGIN)" on a lubuntu desktop computer. I have the latest btsync 1.1.48 and only one folder shared. What does this error mean ? Should I worry about it ?
  11. Hi, When adding a folder on Android, even if the auto-sync is not activated all the remote folders are created on the local test system . This makes it messy and hard to find out what I have available locally. Is it just me? Would it be possible than only the folder containing sync'd data get created?
  12. I'd send an email to BitTorrent support.
  13. Hi, Your mates can use the same secret for their folders and sync everything using BitTorrent Sync. On your side you add such folder to your config as Read Only (so you won't change their data). However there are few limitations: You cannot currently specify the interface on which BitTorrent Sync listens so you will not be able to force the transfers over the VPN. BitTorrent Sync transfers are encrypted and it also support indirect connections so this not an actual problem and it should still work. It will sync everything and currently (as far as I know) only the android client support "selective sync". However if you are likely to use your files from an android device then you can do that and just select the files you want to download and it will do it from both of your mates (as long as their computers are on).
  14. I have it in /usr/local/bin/btsync on my raspberry pi and even create an init file for it and I have absolutely no issues as long as you run it with the same user who owns the files.
  15. Hi, I am using version 1.1.27 of Android app and versions 1.1.48 on various hosts (ARM, x64 and Mac OS X). on one of the folders I share, a file was removed long time ago from all folders but it is still listed in the remote tab of my folder. In the mean time new files were added and they are successfully displayed in the remote tab and I also successfully sync'd them. Since then (long after the dodgy file was removed from the other hosts) I passed the folder in "auto sync mode". Anyway, the file is stuck in the list so I guess it's a bug. What is particular with this file is that it's named contained dodgy characters such as '?=%' Is it a known bug?
  16. Bittorrent sync starts to look good and I am now using it for several folders. Can't wait for it too work behind proxy.
  17. Just used 1.1.48 on my ARM raspberry pi, I have seen the error in my logs. luckily I was in debug mode. "SyncDb: failed to prepare query to save file info - 1802" I am sending an email now to the support as I am not comfortable in having this logs online (email is roy.....@gmail.com)
  18. Error is reoccuring on my synology NAS after I restarted btsync because I added a folder. sergey: I was using your binary. Log file can be found here: http://dante.kollok.org/sync.log Restarting btsync with debug activated now.
  19. After using btsync a lot from servers (no web gui) a good feature would be that if we send a HUP signal to the btsync process it reload the config (add/remove folders or change options on folders) Because at the moment when you shut btsync it can be quite long on poor performance hardware as I am guessing it writes stuff in the DB before closing and moreover it interrupts the current transfers.
  20. Hi Sergey, Alright, I am using it. However I have cleaned up the whole btsync setup on my raspberry pi and also stopped using zfs and back to ext4 as it was overkill. No error for now, I'll send logs if I see any error. cheers,
  21. Hi, I use the config file to setup btsync and the folders (web ui is off). I have not moved the default folder (it's in ~/.sync as for default configuration). btsync is ran with pi uid and ~/.sync belongs to pi user (I'm on raspbian). As it is on a raspberry the performance is very poor (I do not mind but maybe it's the issue).