Shagaroo

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Shagaroo

  1. 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.

     

    resilio.png

  2. 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.

  3. This is correct.

    Full Access secrets begin with an A

    Read Only secrets begin with a B

    One Time secrets begin with a C

    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. :)