[tor-bugs] #9213 [Tor]: configuration files used in wrong order

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Jul 6 10:44:29 UTC 2013


#9213: configuration files used in wrong order
--------------------+-------------------------------------------------------
 Reporter:  hsn     |          Owner:                     
     Type:  defect  |         Status:  new                
 Priority:  normal  |      Milestone:                     
Component:  Tor     |        Version:  Tor: 0.2.4.13-alpha
 Keywords:          |         Parent:                     
   Points:          |   Actualpoints:                     
--------------------+-------------------------------------------------------
 if you want to run multiple tor instances on machine then tor should
 prefer configuration in user home over system wide torrc as documented in
 man page:

 ''(Default: $HOME/.torrc, or /usr/local/etc/tor/torrc if that file is not
 found''

 from ktrace tor reads /usr/local/etc/tor/torrc-defaults first (this is
 good) but then do not search for .torrc in user $HOME and loads system
 wide torrc which will fail because other copy of tor is already running.

 {{{
 96532 initial thread NAMI  "/usr/local/etc/tor/torrc-defaults"
 96532 initial thread NAMI  "/usr/local/etc/tor/torrc-defaults"
 96532 initial thread NAMI  "/usr/local/etc/tor/torrc"
 96532 initial thread NAMI  "/usr/local/etc/tor/torrc"
 96532 initial thread NAMI  "/usr/local/etc/tor/torrc"
 }}}

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/9213>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list