On Tue, Feb 22, 2022 at 01:02:18PM +0100, meskio wrote:
Quoting potlatch via tor-relays (2022-02-22 04:26:27)
1.) The tor package I get from the repository is 0.4.2.7 (obsolete). I thought it was because the pi machine had raspian for the os. So, I downloaded and installed 32-bit ubuntu server 20.04.3 instead (https://ubuntu.com/downloads/raspberry-pi). It made no difference. I changed to a new SSD to make sure all was virgin. How do I upgrade to current version of Tor for this bridge?
AFAIK raspbian bullseye has 0.4.5.10, are you sure you are using the latest version of raspbian?
Note on Raspbian: The package repository does not offer 32-bit ARM architecture (armhf) images. You should build Tor from source.
From "Why and how I can enable Tor Package Repository in Debian?" page[1]:
Verify your operating system is capable of running the binary by inspecting the output of the following commend:
# dpkg --print-architecture
It should output either amd64, arm64, or i386. The repository does not support other CPU architectures.
For tor armhf package, please see this open issue: https://gitlab.torproject.org/tpo/core/tor/-/issues/40347
But, if you're on a dynamic IP/residential connection and have a Raspberry Pi, I would recommend running a Snowflake standalone proxy.
best, Gus
[1] https://support.torproject.org/apt/tor-deb-repo/