<div dir="ltr"><div><br></div><div><span style="font-family:arial,sans-serif;font-size:13px">> In 2011 Kamran made a Tor GTK interface for GSoC...</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px">
<a href="http://inspirated.com/2011/10/04/summing-up-gsoc-2011" target="_blank" style="font-family:arial,sans-serif;font-size:13px">http://inspirated.com/2011/10/04/summing-up-gsoc-2011</a><br style="font-family:arial,sans-serif;font-size:13px">
<br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">> This was pretty slick, but coupling two separate UIs in the same</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">codebase was messy and in this next arm release this UI is being</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">removed. This was the right technical decision back in 2011 since Stem</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">didn't exist at the time (so arm's torTools module was the only game</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">in town for thread safe, cached controller interactions). Nowadays</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">however we have a nice controller library we can take advantage of.</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Anything a relay dashboard needs should either be in your service or</span><br style="font-family:arial,sans-serif;font-size:13px">
<span style="font-family:arial,sans-serif;font-size:13px">added to Stem.</span><br></div><div><br></div><div>Thanks for the feedback!  The scope of this project is much clearer to me now. I have made changes to the proposal based on this. Sorry my updates have been slow because i'm swamped with school work atm.</div>
<div><br></div><div><br></div><div>> <span style="font-family:arial,sans-serif;font-size:13px">In TBB 3.6b1 on Mac OS, tor has been renamed to tor.real and tor is a shell script that execs tor.real.  See:</span></div><div>
<span style="font-family:arial,sans-serif;font-size:13px"><br></span></div><div><span style="font-family:arial,sans-serif;font-size:13px">Ah I see, thanks for the clarification!</span></div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Tue, Apr 1, 2014 at 11:13 PM, Mark Smith <span dir="ltr"><<a href="mailto:mcs@pearlcrescent.com" target="_blank">mcs@pearlcrescent.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="">On 4/1/14, 10:56 AM, Damian Johnson wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Also, while snooping around the dev version of Arm, I've noticed a slight<br>
glitch in the _get_controller method of __init__.py in arm.util :<br>
<br>
   if not stem.util.system.is_running('<u></u>tor.real'):<br>
<br>
     raise ValueError(msg('connect.tor_<u></u>isnt_running'))<br>
<br>
(I'm running on osx) My tor process is named tor.real instead, hence, this<br>
raises an error stating that tor isn't running although it is.<br>
<br>
changing it to<br>
<br>
  if not stem.util.system.is_running('<u></u>tor.real'):<br>
<br>
solves this problem. Is this an issue (because I'm not using a linux dist of<br>
Tor) or am I doing something wrong on my end?<br>
</blockquote>
<br>
Interesting. Any idea why your tor process is being called 'tor.real'?<br>
Is this something OSX related or is TBB naming its process that?<br>
</blockquote>
<br></div>
In TBB 3.6b1 on Mac OS, tor has been renamed to tor.real and tor is a shell script that execs tor.real.  See:<br>
  <a href="https://trac.torproject.org/projects/tor/ticket/10030#comment:20" target="_blank">https://trac.torproject.org/<u></u>projects/tor/ticket/10030#<u></u>comment:20</a><span class="HOEnZb"><font color="#888888"><br>

<br>
-- <br>
Mark Smith<br>
Pearl Crescent<br>
<a href="http://pearlcrescent.com/" target="_blank">http://pearlcrescent.com/</a></font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
tor-dev mailing list<br>
<a href="mailto:tor-dev@lists.torproject.org" target="_blank">tor-dev@lists.torproject.org</a><br>
<a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-dev" target="_blank">https://lists.torproject.org/<u></u>cgi-bin/mailman/listinfo/tor-<u></u>dev</a><br>
</div></div></blockquote></div><br></div>