jedie

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by jedie

  1. This address a request of me: I would like to have only a subset of all my MP3 on my mobil.
  2. That's many, many files. Maybe to many for btsync? Somewhere was the info, that ~100Bytes RAM needed for every sync file, isn't it? I start bysync with nice and with ionice -n7
  3. I see the only disadvantage of bittorrent sync that it is not open source. Because of close source, no one can proof the security of btsync So: Hands up for Open Source btsync!
  4. Found the solution here: https://forum.bittorrent.com/topic/20860-no-such-file-or-directory/#entry68892 The fix is: ln -sf /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
  5. On a linux system i would like to share a sync folder between different users. I installed and setup btsync for every user. Then i added the sync folder with the same secret and the same filesystem path. The problem is, that btsync says that he can't access the folder/files. The two users are in the group "users" and i have attach the user group to every folder (chown .users /share -rf) and i have set chmod g=rwxs /share -Rf So both user should be able to create/modify files... Any idea?
  6. I have added a new sync folder with many files (around 44200 files). The btsync WebGUI display that 37003 files are in the index. But then it seems to stop indexing the rest. Any idea?
  7. I can't start the binary on Cubietruck with debian (a ARM board): btsync@cubie:~$ ./btsync_armbash: ./btsync_arm: Datei oder Verzeichnis nicht gefundenThe error message in english is: File or directory not found. Here some info: btsync@cubie:~$ ls -la btsync_arm-rwxr-xr-x 1 btsync btsync 4264676 Apr 21 11:48 btsync_armbtsync@cubie:~$ file btsync_armbtsync_arm: ELF 32-bit LSB executable, ARM, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, strippedbtsync@cubie:~$ uname -aLinux cubie 3.4.75-sun7i+ #3 SMP PREEMPT Tue Feb 25 18:54:02 CET 2014 armv7l GNU/LinuxWhat's wrong?