1,575
edits
Changes
no edit summary
###You should now be able to run ''arm'' by typing ''arm'' at the command line. In addition, soon you should be able to find your relay at [https://atlas.torproject.org/ Atlas], [https://globe.torproject.org/ Globe], and [http://torstatus.blutmagie.de/ Tor Status]. Type your relay's ''Nickname'' into the search box in [https://atlas.torproject.org/ Atlas]and [https://globe.torproject.org/ Globe]. Do a "find" with your browser at [http://torstatus.blutmagie.de/ Tor Status].
###Even though ''arm'' works it throws some warnings. Lets fix those now.
####[ARM_WARN] The torrc differs from what tor's using. You can issue a sighup to reload teh torrc values by pressing x. - configuration values are missing from the torrc: Log, PidFile, RunAsDaemon, User#####Edit ''/etc/tor/torrc''#####Uncomment ''Log notice file /var/log/tor/noticetor.log'' (If you are having issue then, temporarily, uncomment the ''Log debug'' line)#####Underneath ''DataDirectory /var/lib/tor'' add the following lines#####*''<nowiki>##</nowiki> Path for a file tor writes containing its process id''#####*''PidFile /var/run/tor/tor.pid''#####Uncomment ''RunAsDaemon 1''#####Underneath ''RunAsDaemon 1'' add the followign following lines#####*<nowiki>##</nowiki> UID for the process when started#####*User _tor####[ARM_NOTICE] Tor is preventing system utilities like netstat and lsof from working. This means that arm can't provide you with connection information. You can change this by adding 'DisableDebuggerAttachment 0' to your torrc and restarting tor. For more information see... https://trac.torproject.org/331#####Under the ''Log'' section add the following lines#####*<nowiki>##</nowiki> Allow tor to use netstat and other utilities#####*DisableDebuggerAttachment 0####[ARM_NOTICE] Unable to get the descriptions of Tor's configuration options from its man page ('man' is unavailable)#####Install ''man'' by running ''sudo yum install man''####[ARM_NOTICE] No armrc loaded, using defaults. You can customize arm by placing a configuration file at '/home/<username>/.arm/armrc' (see the armrc.sample for its options).#####Run ''cp /usr/share/doc/arm/armrc.sample ~/.arm/armrc''#####Edit ''~/.arm/armrc''#####Comment out ''queries.refreshRate.rate'' or ''arm'' will throw a notice ([ARM_NOTICE] Unused configuration entry: queries.refreshRate.rate)
*Resources