Skip to content

can't start tor.service #34

Description

@xkoderx

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions