Hi,
When I’m launching tor trough runuser -u debian-tor -- tor
I get stuck at
Opened Socks listener connection (ready) on 127.0.0.1:9050
torrc
is in it’s stock state (nothing has been uncommented)
but when I’m launching the daemon /etc/init.d/tor start
it seem to go further (sadly nothing come to the sdout / terminal )
I’ve noticed that /etc/init.d/tor
include extra config for tor
/usr/share/tor/tor-service-defaults-torrc
DataDirectory /var/lib/tor
PidFile /run/tor/tor.pid
RunAsDaemon 1
User debian-tor
ControlSocket /run/tor/control GroupWritable RelaxDirModeCheck
ControlSocketsGroupWritable 1
SocksPort unix:/run/tor/socks WorldWritable
SocksPort 9050
CookieAuthentication 1
CookieAuthFileGroupReadable 1
CookieAuthFile /run/tor/control.authcookie
Log notice syslog
- Are all of those save ?
- why without it it seem not working ?
- How could I launch the daemon and see the live sdout output ?
Thanks