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

archlinux not working / double starting of tor #134

Open
simkoc opened this issue Aug 12, 2021 · 0 comments
Open

archlinux not working / double starting of tor #134

simkoc opened this issue Aug 12, 2021 · 0 comments
Assignees
Labels

Comments

@simkoc
Copy link

simkoc commented Aug 12, 2021

I am trying to run your script on arch. However, it fails and just bricks my internet.

During debugging I found that in Start.pm there are the lines

system ("tor -f .configs/$device{distribution}-torrc > /dev/null");
system ($startTor);

The first line already starts tor (as no --verify-config) is specified. Consequently, the second line fails as the required port is already in use (by the previously started tor).

However, even commenting out one of the lines does not make it work under arch.

@htrgouvea htrgouvea self-assigned this Feb 6, 2023
@htrgouvea htrgouvea mentioned this issue Feb 6, 2023
@htrgouvea htrgouvea added the bug label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants