<div dir="ltr">Hi,<div><br><div>isn't it possible to set exit node by explicitly specifying </div><div><b>ExcludeExitNodes test001a,test002a,test003r </b>in client torc file ?</div><div><br></div><div>Regards</div><div>Kawsar</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jan 11, 2015 at 2:45 PM, teor <span dir="ltr"><<a href="mailto:teor2345@gmail.com" target="_blank">teor2345@gmail.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="HOEnZb"><div class="h5"><br>
>> Date: Sun, 11 Jan 2015 14:09:56 +0100<br>
>> From: Mohiuddin Ebna Kawsar <<a href="mailto:mohiuddin.kawsar@gmail.com">mohiuddin.kawsar@gmail.com</a>><br>
>><br>
>> Hi teor,<br>
>><br>
>> Thanks for quick reply. i just download new chutney from github and able to<br>
>> run chutney for nodes = a(3) + r(1) + c(1) but when i set nodes = a(3) +<br>
>> c(1) i got following message<br>
>> ##############################################################<br>
>> ./chutney start networks/basic-min<br>
>> Starting nodes<br>
>> <type 'exceptions.IOError'><br>
>> Python 2.7.8: /usr/bin/python2<br>
>> Sun Jan 11 14:00:27 2015<br>
>><br>
><br>
> <snip><br>
><br>
>><br>
>> /home/raboon/chutney-master/lib/chutney/TorNet.py in<br>
>> waitOnLaunch(self=<__main__.LocalNodeController object>)<br>
>> 636         # RunAsDaemon default is 0<br>
>> 637         runAsDaemon = False<br>
>> 638         with open(self._getTorrcFname(), 'r') as f:<br>
>> 639             for line in f.readlines():<br>
>> 640                 stline = line.strip()<br>
>> builtinopen = <built-in function open><br>
>> self = <__main__.LocalNodeController object><br>
>> self._getTorrcFname = <bound method LocalNodeController._getTorrcFname of<br>
>> <__main__.LocalNodeController object>><br>
>> f undefined<br>
>> <type 'exceptions.IOError'>: [Errno 2] No such file or directory:<br>
>> '/home/raboon/chutney-master/net/nodes/003c/torrc'<br>
><br>
> <snip><br>
><br>
> Hi kawsar,<br>
><br>
> chutney is complaining that you have 4 nodes in your new network, not 5 as it was expecting.<br>
><br>
> Every time you change the torrc_templates or network files, you must run:<br>
> chutney configure<br>
> and perhaps some other commands.<br>
<br>
</div></div>The authority logs show that an authority process is still running. Use:<br>
chutney stop<br>
Or the tor/src/test/test-network.sh command below will do it for you.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
> You may find it easiest to use:<br>
> tor/src/test/test-network.sh<br>
> or<br>
> chutney/tools/bootstrap-network.sh<br>
> to do this for you.<br>
><br>
> In particular,<br>
> tor/src/test/test-network.sh<br>
> will bootstrap and verify the entire network for you, and let you choose:<br>
> a network --flavour (e.g. basic-min)<br>
> a --delay before verifying the network (default 18 seconds in 0.2.6.2-alpha)<br>
> It will also let you configure chutney and tor paths, or you can:<br>
> set the CHUTNEY_PATH environmental variable to the chutney directory<br>
> use the default tor/src/or/tor in the build directory, or set the TOR_DIR environmental variable.<br>
<br>
teor<br>
<br>
teor2345 at gmail dot com<br>
pgp 0xABFED1AC<br>
<a href="https://gist.github.com/teor2345/d033b8ce0a99adbc89c5" target="_blank">https://gist.github.com/teor2345/d033b8ce0a99adbc89c5</a><br>
<br>
teor at blah dot im<br>
OTR C3C57B23 349825DE 929A1DEF C3531C25 A32287ED<br>
<br>
</div></div><br>_______________________________________________<br>
tor-dev mailing list<br>
<a href="mailto:tor-dev@lists.torproject.org">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/cgi-bin/mailman/listinfo/tor-dev</a><br>
<br></blockquote></div><br></div>