Re: [Tails-dev] What do we miss to replace Vidalia [was: Get…

Delete this message

Reply to this message
Author: Alan
Date:  
To: tails-dev
Subject: Re: [Tails-dev] What do we miss to replace Vidalia [was: Getting rid of Vidalia]
Hi,

sajolida <sajolida@???> wrote:
> I cloned your repo, installed python-stem, tried to run setup.py and
> tormonitor.py and got errors for both.
>
> How can I test this from Tails?
>
> $ python setup.py
>   File "setup.py", line 10
>     requires=['stem','gi']
>            ^
> SyntaxError: invalid syntax

>

Sorry I messed up the initial commit. Please clone the repo again, and
from Tails/Jessie:

    sudo apt-get install python-stem python-pysocks
    sudo ./setup.py install
    sudo iptables -I OUTPUT 1 -p tcp --dport 9050 -d 127.0.0.1 -m owner
        \ --uid-owner vidalia -j ACCEPT
    sudo -u vidalia tormonitor


For the rest of the questions see my other email in this thread.

Cheers