Answer the question
In order to leave comments, you need to log in
Why is tor terminating?
I launch tor (not a browser) and after a while it displays an error [notice] Catching signal TERM, exiting cleanly.
.
Here is the full output
[email protected]:~$ tor
Mar 31 09:51:12.480 [notice] Tor v0.2.5.12 (git-6350e21f2de7272f) running on Linux with Libevent 2.0.21-stable, OpenSSL 1.0.1t and Zlib 1.2.8.
Mar 31 09:51:12.480 [notice] Tor can't help you if you use it wrong! Learn how to be safe at https://www.torproject.org/download/download#warning
Mar 31 09:51:12.480 [notice] Read configuration file "/etc/tor/torrc".
Mar 31 09:51:12.488 [notice] I think we have 24 CPUS, but only 1 of them are available. Telling Tor to only use 1. You can override this with the NumCPUs option
Mar 31 09:51:12.488 [notice] Opening Socks listener on 127.0.0.1:9050
Mar 31 09:51:12.000 [notice] Parsing GEOIP IPv4 file /usr/share/tor/geoip.
Mar 31 09:51:12.000 [notice] Parsing GEOIP IPv6 file /usr/share/tor/geoip6.
Mar 31 09:51:12.000 [notice] Bootstrapped 0%: Starting
Mar 31 09:51:13.000 [notice] We now have enough directory information to build circuits.
Mar 31 09:51:13.000 [notice] Bootstrapped 80%: Connecting to the Tor network
Mar 31 09:51:14.000 [notice] Bootstrapped 85%: Finishing handshake with first hop
Mar 31 09:51:14.000 [notice] Bootstrapped 90%: Establishing a Tor circuit
Mar 31 09:51:14.000 [notice] Tor has successfully opened a circuit. Looks like client functionality is working.
Mar 31 09:51:14.000 [notice] Bootstrapped 100%: Done
Mar 31 09:52:02.000 [notice] Catching signal TERM, exiting cleanly.
Answer the question
In order to leave comments, you need to log in
Well, what does /etc/init.d/tor start say?
And it's better to disable this "geoip".
My conf. Works "like a clock":
User tor
PIDFile /var/run/tor/tor.pid
Log notice syslog
DataDirectory /var/lib/tor/data
BridgeRelay 1
ORPort 443
ExitPolicy accept *:80
ExitPolicy accept *:425
ExitPolicy reject *:*
#RelayBandwidthRate 20 KBytes # Замедлить трафик до 20кб/с
#RelayBandwidthBurst 50 KBytes # Но позволить всплески до 50кб/с
ServerTransportPlugin obfs4 exec /usr/bin/obfs4proxy
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question