[Python-Dev] Problem with svn on community buildbot

skip at pobox.com skip at pobox.com
Sun Dec 14 14:58:25 CET 2008


    Martin> Well - can you resolve `svn.python.org' on that machine
    Martin> (e.g. when using ping(1))?

Yup:

    $ host svn.python.org
    svn.python.org has address 82.94.164.164
    svn.python.org has IPv6 address 2001:888:2000:d::a4
    $ ping svn.python.org
    PING svn.python.org (82.94.164.164): 56 data bytes
    64 bytes from 82.94.164.164: icmp_seq=0 ttl=50 time=134.041 ms
    64 bytes from 82.94.164.164: icmp_seq=1 ttl=50 time=135.441 ms
    64 bytes from 82.94.164.164: icmp_seq=2 ttl=50 time=135.352 ms
    ^C
    --- svn.python.org ping statistics ---
    3 packets transmitted, 3 packets received, 0% packet loss
    round-trip min/avg/max/stddev = 134.041/134.945/135.441/0.640 ms
    $ telnet svn.python.org 80
    Trying 82.94.164.164...
    Connected to svn.python.org.
    Escape character is '^]'.
    ^]
    telnet> quit
    Connection closed.

Skip


More information about the Python-Dev mailing list