On 01/16/2017 11:07 AM, Petrusko wrote:
To resume, So it's working by cloning the git repository as you wrote. chown -R debian-tor:debian-tor * inside folders /stem and /nyx
Then (relay with default control socket) cd nyx sudo -u debian-tor ./run_nyx
This (or just "nyx") yields: Unable to connect to tor. Are you sure it's running?
OR (relay with control port, here example 9053) sudo -u debian-tor ./run_nyx -i 9053
This yields: Unable to connect to 127.0.1:9053: [Errno 111] Connection refused.
Errno being a Muppet previously unknown to me.