[tor-bugs] #5070 [Tor Bridge]: tor complains there's no ClientTransportPlugin line when actually it just can't launch the exe
Tor Bug Tracker & Wiki
torproject-admin at torproject.org
Fri Feb 10 08:33:05 UTC 2012
#5070: tor complains there's no ClientTransportPlugin line when actually it just
can't launch the exe
------------------------+---------------------------------------------------
Reporter: arma | Owner: asn
Type: defect | Status: new
Priority: normal | Milestone: Tor: 0.2.3.x-final
Component: Tor Bridge | Version:
Keywords: | Parent:
Points: | Actualpoints:
------------------------+---------------------------------------------------
When I set my torrc to say
{{{
ClientTransportPlugin obfs2 exec /path/to/nonexistent/file --managed
}}}
then the way Tor tells me it couldn't launch or find the file is by
logging
{{{
Feb 10 03:23:28.000 [warn] Could not launch managed proxy executable!
Feb 10 03:23:28.000 [warn] You have a Bridge line using the obfs2
pluggable transport, but there doesn't seem to be a corresponding
ClientTransportPlugin line.
}}}
That second line is confusing people. It's not true.
If I then change the line to
{{{
ClientTransportPlugin obfs2 exec /bin/false --managed
}}}
I get
{{{
Feb 10 03:29:57.000 [notice] Managed proxy stream closed. Most probably
application stopped running
Feb 10 03:29:57.000 [notice] Failed to terminate process with PID '13672'
Feb 10 03:29:57.000 [warn] You have a Bridge line using the obfs2
pluggable transport, but there doesn't seem to be a corresponding
ClientTransportPlugin line.
Feb 10 03:29:58.000 [notice] Bootstrapped 5%: Connecting to directory
server.
Feb 10 03:29:58.000 [warn] Tried to connect through proxy, but proxy
address could not be found.
}}}
Again the warn line is what people look to. Also, should the "it closed"
be a warn in this case? Also also, what's with the "tried to connect
through proxy" line -- why does it tell me the proxy address could not be
found?
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5070>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list