[tor-bugs] #24350 [Core Tor/Tor]: A fresh compiled tor does not honor MaxCircuitDirtiness
Tor Bug Tracker & Wiki
blackhole at torproject.org
Sun Nov 19 09:47:45 UTC 2017
#24350: A fresh compiled tor does not honor MaxCircuitDirtiness
--------------------------+------------------------
Reporter: Zakhar | Owner: (none)
Type: defect | Status: new
Priority: Medium | Milestone:
Component: Core Tor/Tor | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
--------------------------+------------------------
Comment (by Zakhar):
Replying to [comment:1 nickm]:
> Are you sure that the "freshly compiled Tor" is actually looking for its
configuration file in /etc/tor/torrc? (It should say in its logs where
it's getting its configuration from.)
That was a possibility (unfortunately... see above).
Indeed looking at the strings in the binary (1st one is the Ubuntu repo
binary, second the one I compiled):
{{{
$ strings -d tor | grep -e '/.*torrc'
/etc/tor/torrc-defaults
/etc/tor/torrc
~/.torrc
$ strings -d tor_0.3.1.8 | grep -e '/.*torrc'
/usr/local/etc/tor/torrc
~/.torrc
/usr/local/etc/tor/torrc-defaults
}}}
It looks like the Ubuntu build removes /usr/local from them.
By the way... I failed to find "compile options" for tor.
Would you have a pointer on the documentation that lists them and how to
implement them before compiling?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24350#comment:5>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list