<p dir="ltr">Thanks for pointing this 'unsafe' use of arm out guys - I just checked and it somehow snuck into my Pi relay tutorial docs also. I'll update them when I have had chance to do some testing early next week.</p>

<p dir="ltr">Best,</p>
<p dir="ltr">Chris</p>
<div class="gmail_quote">On 19 Apr 2014 21:50, "Michael Wolf" <<a href="mailto:mikewolf@riseup.net">mikewolf@riseup.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 4/19/2014 4:16 PM, Roger Dingledine wrote:<br>
> On Sat, Apr 19, 2014 at 09:19:26AM -0700, kbesig wrote:<br>
>> Install of tor-arm went well enough, no error msg's.<br>
>><br>
>> ~$ sudo -u debian-tor arm<br>
><br>
> You're using arm dangerously. See item #14 on<br>
> <a href="https://www.torproject.org/docs/tor-relay-debian" target="_blank">https://www.torproject.org/docs/tor-relay-debian</a><br>
> for the safer way to run arm with your Debian / Ubuntu relay.<br>
><br>
<snip><br>
> --Roger<br>
<br>
Wow, I always thought that *was* the "safe" way to run arm.  I wonder<br>
where we both got the advice to do it the dangerous way.<br>
<br>
It's worth noting that, under Debian (Jessie, others?), arm will be<br>
unable to read tor's logs if you run it as your user.  The default group<br>
for /var/log/tor is 'adm'.  You'll have to:<br>
<br>
$ sudo chgrp -R debian-tor /var/log/tor<br>
<br>
This will make the logs readable to you (and arm), but unreadable to any<br>
system monitoring tools that use the adm group.<br>
<br>
-- Mike<br>
_______________________________________________<br>
tor-relays mailing list<br>
<a href="mailto:tor-relays@lists.torproject.org">tor-relays@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays" target="_blank">https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-relays</a><br>
</blockquote></div>