-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fedora/CentOS: Failed at step NAMESPACE spawning /usr/bin/tor: No such file or directory #185
Comments
I've been in contact with the RPM maintainer and he will get to this eventually (at some point in 2019) |
The tor RPM packages are broken with regards to the multi-instance systemd service file since some time now (#185). We will support CentOS again once upstream issues are solved.
I wrote a shell script for setting up a TOR relay on CentOS/RHEL 8. At the moment its only for Guard/Middle relays. The script also contains my first attempt at tuning a system, in order to get the most out of TOR. To use it, simply run the The attached tarball contains some additional non-TOR specific system setup scripts. These scripts setup generic services like configuring NTP, fail2ban, automatic updates, etc. To use it, simply decompress the tarball and run the |
Hi ladar, |
@nusenu the script I uploaded was built around CentOS 8, which has different issues. In retrospect I probably should have posted my comment on issue #209. For CentOS 8, the Official TOR package actually fails to run (it's linked against a library that isn't available), but the EPEL package works just fine, and is the latest official release. If you look at my script, it sets up the official TOR repo, but disables the repo, so the script ends up installing the EPEL version. If you're using CentOS 7, the reverse is true. The EPEL TOR package is out of date (0.3.5 as of this writing), but the version in the RPM in the official TOR repo is current, and works perfectly. I can upload a CentOS 7 version of the script if people are interested. That script would use drastically different tuning/kernel params, since the CentOS 7 kernel doesn't support/use the same kernel parameters. The P.S. Note the script I uploaded has a few typos. But the most important is that when it dumps out the |
EPEL 7 is on the latest Tor LTS release: https://trac.torproject.org/projects/tor/wiki/org/teams/NetworkTeam/CoreTorReleases this is something different than "being out of date". |
@duritong my apologies. I thought a relay with v0.3.5.10 would get flagged for having an out-of-date version, but I was mistaken. |
@nusenu the script I uploaded was built around CentOS 8, which has
different issues. In retrospect I probably should have posted my
comment on issue #209.
I'm primarily
For CentOS 8, the Official TOR
"It's Tor, not TOR. Pass it on."
https://twitter.com/torproject/status/1301583526765051905
package actually fails to run (it's linked against a library that
isn't available)
Did you report this bug to the torproject?
|
I'm closing this since CentOS is discontinued. |
Well CentOS Stream 8 is a valid and straight forward replacement for CentOS Linux. Switching to it takes 2 commands and no Ansible adjustments. And then there are Rocky and Alma Linux, which continue to rebuild RHEL. |
Errors:
CentOS 7, tor 0.2.9.16
Fedora 28, tor 0.3.2.10
The text was updated successfully, but these errors were encountered: