Shagaroo

Members
  • Posts

    6
  • Joined

  • Last visited

Everything posted by Shagaroo

  1. Had to run this to get it to start up on boot: sudo systemctl enable resilio-sync
  2. I think I've got it working. These were my steps: echo "deb http://linux-packages.resilio.com/resilio-sync/deb resilio-sync non-free" | sudo tee /etc/apt/sources.list.d/resilio-sync.list wget -qO - https://linux-packages.resilio.com/resilio-sync/key.asc | sudo apt-key add - sudo apt-get update sudo dpkg --add-architecture armel sudo apt-get update sudo apt-get install resilio-sync:armel In the second last step, you will get a warning. It had me stumped for a while but eventually I just ignored it. The warning message you'll get is: W: Failed to fetch http://mirrordirector.raspbian.org/raspbian/dists/jessie/InRelease Unable to find expected entry 'main/binary-armel/Packages' in Release file (Wrong sources.list entry or malformed file) W: Failed to fetch http://archive.raspberrypi.org/debian/dists/jessie/InRelease Unable to find expected entry 'main/binary-armel/Packages' in Release file (Wrong sources.list entry or malformed file) Well it seems to be working but I welcome any comments on whether I did the right thing.
  3. Just tried reproducing my steps and not working now. I had it running though with many commands and experimentation so not sure which steps in which order worked! Back to the drawing board...
  4. According to this link the Pi Zero is the same architecture as Pi 1: https://wiki.debian.org/RaspberryPi So follow the instructions on https://help.resilio.com/hc/en-us/articles/206178924-Installing-Sync-package-on-Linux and use the "For Raspberry Pi 1" section, not the "For arm64 architecture" section. In fact, I don't think the "For arm64 architecture" has to be used for any Raspberry Pi at all - as noted by brokenby2703, it installs the armhf by default anyway. The line "sudo apt-get install resilio-sync:armel" installs the package so no need to proceed further after that. P.S. Someone needs to clean up those instructions.
  5. Thanks for the great work guys. Just a quick question. Normally I use the arm Linux GZip archive to install on my raspberry pi. However notice that the link for the raspberry pi package is: https://download-cdn.getsync.com/2.3/PiWD/bittorrent-sync-pi-server_2.3_armhf.deb Should I be using the armhf Gzip archive?
  6. Hi, what happens if I am generating my own (longer) secrets on the linux command line - can I just add an A/B/C to make it full/read only/one time? I have been generating random secrets this way without prepending the A, B or C for a while and it seems to work ok for full access. P.S. Love the software, it's exactly what I have been looking for for a long time.