trimstray / multitor

Create multiple TOR instances with a load-balancing.
GNU General Public License v3.0
1.05k stars 172 forks source link

bad multitor directory owner #19

Closed httpways closed 5 years ago

httpways commented 5 years ago

Hello,

I get the following error after trying to launch those commands:

git clone https://github.com/trimstray/multitor
cd multitor
./setup.sh install
multitor --init 2 --user debian-tor --socks-port 9000 --control-port 9900 --proxy privoxy --haproxy

[!] bad multitor directory owner

I'm working on clean version of debian 9.

Can you please help me trying to understand the causes of this error ?

Thanks a lot for your time and help

Skarlett commented 5 years ago

Related to #3

Temporary fix: sudo chown <user> -R /var/lib/multitor

If this fixes your issue, feel free to close this issue. Its already been proceeded upon that it will run on root.