[tor-bugs] #11332 [Tor]: Get a fresh set of relay/exit profiles on 0.2.5.4-alpha or later; optimize accordingly.

Tor Bug Tracker & Wiki blackhole at torproject.org
Thu May 29 15:29:59 UTC 2014


#11332: Get a fresh set of relay/exit profiles on 0.2.5.4-alpha or later; optimize
accordingly.
------------------------+-----------------------------------------------
     Reporter:  nickm   |      Owner:
         Type:  defect  |     Status:  new
     Priority:  normal  |  Milestone:  Tor: 0.2.5.x-final
    Component:  Tor     |    Version:
   Resolution:          |   Keywords:  tor-relay performance 025-triaged
Actual Points:          |  Parent ID:
       Points:          |
------------------------+-----------------------------------------------

Comment (by yoriz):

 Replying to [comment:13 yoriz]:

 Nickm, thank you for pointing out the correct way to use configure. For
 those Ubuntu users finding this ticket later; these are the magic spells
 needed on a Ubuntu machine:

 $ cat /etc/issue
 Ubuntu 12.04.4 LTS \n \l
 $ sudo apt-get update
 $ sudo apt-get install linux-tools
 $ sudo apt-get install build-essential
 $ sudo apt-get install libevent-dev
 $ sudo apt-get install libssl-dev
 $ wget ​https://www.torproject.org/dist/tor-0.2.5.4-alpha.tar.gz
 $ tar xvfz tor-0.2.5.4-alpha.tar.gz
 $ cd tor-0.2.5.4-alpha
 $ ./configure CFLAGS="-Wall -g -O2 -fno-omit-frame-pointer"
 $ make

 # Since I am operating a regular tor exit, I prefer to keep my normal
 # tor installation intact and keep this experimental build separate.
 # However, I will reuse the configuration of my regular node:

 $ sudo mkdir -p /usr/local/etc/tor
 $ sudo cp /etc/tor/torrc /usr/local/etc/tor
 $ sudo ~/tor-0.2.5.4-alpha/src/or/tor
 $ arm
 (waiting for traffic to pick up again)

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


More information about the tor-bugs mailing list