Skip to content
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

can't start tor.service #34

Open
xkoderx opened this issue Jun 25, 2024 · 0 comments
Open

can't start tor.service #34

xkoderx opened this issue Jun 25, 2024 · 0 comments

Comments

@xkoderx
Copy link

xkoderx commented Jun 25, 2024

Describe the bug
When archtorify script execute, it sets the permissions like in the Wiki Arch
imagen
as we can see it gives the correct permissions
imagen
, but executing journalctl -xeu tor.service it shows like permission error from systemd tor.service conten

Program error message
systemd tor.service is not running
Screenshots
imagen
journalctl -xeu: output
imagen

Shell used
zsh

Systems Used

  • Arch
  • Manjaro

Solution
After thoushands tries
I suggest comment or delete the user line from utils files in /usr/share/archtorify/data/tor.service. As these files are copied every execute archtorify
[Service]
User=root
Group=root
like that
[Service]
Group=root
idk why but this has been the only method that works on each one of my systems, doing this we can running archtorify like before
imagen
imagen
as you can see i commented the line and now i made a systemctl daemon-reload and i can start archtorify normally
imagen
i want to say i don´t undertand why, as the wiki arch says the contrary , that if you have a error with user in tor you should put the User=Tor value in your tor.service file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants