[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #27783 [Core Tor/Chutney]: Chutney: Authorities are getting created but relays are not getting configured!
#27783: Chutney: Authorities are getting created but relays are not getting
configured!
------------------------------+--------------------------
Reporter: teor | Owner: teor
Type: defect | Status: assigned
Priority: Medium | Milestone:
Component: Core Tor/Chutney | Version:
Severity: Normal | Resolution:
Keywords: | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
------------------------------+--------------------------
Comment (by sreenivassadhu@…):
(What command are you running?)
I am running the following command:
./chutney configure /path/to/experiment
/path/to/experiment is my file (new_experiment) consisting of the Tor
configuration files like below:
# By default, Authorities are not configured as exits
Authority = Node(tag="a", authority=1, relay=1, torrc="authority.tmpl")
ExitRelay = Node(tag="r", relay=1, exit=1, torrc="relay.tmpl")
Client = Node(tag="c", torrc="client.tmpl")
# We need 8 authorities/relays/exits to ensure at least 2 get the guard
flag
# in 0.2.6
NODES = Authority.getN(10) + ExitRelay.getN(50) + Client.getN(100)
# Omit if you extracted the scripts to the PYTHONPATH
import sys
sys.path.append('/path/to/netmirage_tor')
import netmirage_tor
netmirage_tor.Assign(NODES, '/path/to/ip_addresses.txt')
ConfigureNodes(NODES)
(Does the command return after the last output, or does it hang?)
Yes! It returns after the last output.
The last out is as follows:
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
CHUTNEY_DNS_CONF not specified, using '/etc/resolv.conf'.
*************
what configuration else is required in resolv.conf file? other than
provided in the Chutney!?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/27783#comment:2>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs