On Thu, Jun 25, 2015 at 10:49 PM, Dan Kegel <[email protected]> wrote:
> I'm debugging a v8 build script.  All was well the first couple days, but
> now
> 'fetch v8' is failing with
>  pip._vendor.requests.exceptions.ConnectionError: ('Connection aborted.',
> error(65, 'No route to host'))
> or
> pip._vendor.requests.exceptions.ConnectionError: ('Connection aborted.',
> error(101, 'Network is unreachable'))
> depending on which OS I run it on.
>
> netstat -tp | grep python shows the host it's trying to connect to is
>
> 170.216.58.216.in-addr.arpa domain name pointer sea15s02-in-f10.1e100.net.
>
> Is anyone else having problems?
>
> Also, may I just say that 1e100.net is a very cute domain name?  :-)

FWIW, it worked for me just now.  Maybe you can use something like
`ssh -D` + tsocks to route the traffic over another host if the
problem persists on your local machine?

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to