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

/tor/torrc.da: No such file or directory #9

Closed
pubkey opened this issue Nov 28, 2017 · 4 comments
Closed

/tor/torrc.da: No such file or directory #9

pubkey opened this issue Nov 28, 2017 · 4 comments

Comments

@pubkey
Copy link

pubkey commented Nov 28, 2017

When I start the containers via docker-componse, I get the following error:

privatetornetwork_da3_1 exited with code 1
client_1  | cat: /tor/torrc.da: No such file or directory
privatetornetwork_client_1 exited with code 1
relay_1   | cat: /tor/torrc.da: No such file or directory
exit_1    | cat: /tor/torrc.da: No such file or directory
hs_1      | cat: /tor/torrc.da: No such file or directory

I think this is because of line 96 where it is using cat ${TOR_DIR}/torrc.da >> /etc/tor/torrc but according to the Dockerfile, ${TOR_DIR} is resolved to /tor while every other config is in the folder /etc/tor

@antitree
Copy link
Owner

Interesting. Looking into it

@pubkey
Copy link
Author

pubkey commented Nov 28, 2017

I'm using the docker-compose v2 btw.

docker-compose -f ./docker-compose.2.yml up

docker-compose version 1.8.0, build unknown

@antitree
Copy link
Owner

This was caused by the way I was discovering the relay's IP addresses. It should be fixed now.

@sociallyencrypted
Copy link

This was caused by the way I was discovering the relay's IP addresses. It should be fixed now.

Can you please let me know what change you did to fix this? I still am facing the same issue :(

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

3 participants