tor controller hangs / doesn't reply

Scott Bennett bennett at cs.niu.edu
Wed Jun 3 13:17:10 UTC 2009


     On Wed, 03 Jun 2009 09:01:09 -0400 Sambuddho Chakravarty
<sc2516 at columbia.edu> top-posted (grrr...):
>I am using :-
>
> http_proxy=http://localhost:8118
>
     Well, you probably need to fix that first.  Both ftp_proxy and
http_proxy are supposed to be set to the *proxy*, not to a URL.  (See
fetch(3) for more information.)  If you're using a Bourne-like shell,
try entering

ftp_proxy=localhost.:8118
http_proxy=localhost.:8118
export ftp_proxy http_proxy

OTOH, if you're using {,t}csh or something similar, try

setenv ftp_proxy localhost.:8118
setenv http_proxy localhost.:8118

The termination (.) at the end of "localhost" isn't strictly necessary,
but it speeds things up a bit.


                                  Scott Bennett, Comm. ASMELG, CFIAG
**********************************************************************
* Internet:       bennett at cs.niu.edu                              *
*--------------------------------------------------------------------*
* "A well regulated and disciplined militia, is at all times a good  *
* objection to the introduction of that bane of all free governments *
* -- a standing army."                                               *
*    -- Gov. John Hancock, New York Journal, 28 January 1790         *
**********************************************************************



More information about the tor-talk mailing list