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

start corridor-data.service after tor.service #30

Open
adrelanos opened this issue Jul 31, 2016 · 2 comments
Open

start corridor-data.service after tor.service #30

adrelanos opened this issue Jul 31, 2016 · 2 comments

Comments

@adrelanos
Copy link
Contributor

Jul 31 21:20:27 sys-corridor corridor-data[731]: /usr/sbin/corridor-data: 39: /usr/sbin/corridor-data: cannot open /var/run/tor/control.authcookie: No such file
Jul 31 21:20:27 sys-corridor corridor-data[731]: 2016/07/31 21:20:27 socat[815] E connect(5, AF=1 "/var/run/tor/control", 22): No such file or directory

I don't know how severe that issue is.

Perhaps in corridor-data.service should use After=tor.service?

I am not sure [email protected] is also required.

Generally, could you look into sudo journalctl -b please to see if the boot order looks right?

@rustybird
Copy link
Owner

I don't know how severe that issue is.

That's just corridor-data trying to connect and authenticate to the control port once per second, all working as expected.

Perhaps in corridor-data.service should use After=tor.service?

I am not sure After=[email protected] is also required.

corridor-data does not necessarily have any relation to the tor daemon running on localhost (it could be using bridges or a tor daemon on another computer). Adding the ordering to remove some noise from the journal in most setups sounds reasonable nevertheless, but I have to check if this would introduce any cycles.

Generally, could you look into sudo journalctl -b please to see if the boot order looks right?

It does on my systems

@adrelanos
Copy link
Contributor Author

adrelanos commented Aug 1, 2016 via email

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

No branches or pull requests

2 participants