[Bug 48817] New: Can't connect to anoncvs.kde.org
Ross Boylan
RossBoylan at stanfordalumni.org
Mon Oct 7 06:24:35 UTC 2002
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=48817
Summary: Can't connect to anoncvs.kde.org
Product: www.kde.org
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: webmaster at kde.org
ReportedBy: RossBoylan at stanfordalumni.org
Version: (using KDE Devel)
Installed from: Compiled sources
OS: Linux
Around 11 PM Pacific time, US on 6-Oct-2002 I was unable to access anoncvs.kde.org to do a cvs update. I have done so successfully in the past.
Here are some logs that may be relevant:
ross at wheat:/usr/local/src/kde3$ ./update # my script
Just hit enter in response to next line.
Logging in to :pserver:anonymous at anoncvs.kde.org:2401/home/kde
CVS password:
cvs [login aborted]: connect to anoncvs.kde.org(198.186.203.48):2401 failed: No route to host
cvs [update aborted]: connect to anoncvs.kde.org(198.186.203.48):2401 failed: No route to host
ross at wheat:/usr/local/src/kde3$ traceroute anoncvs.kde.org
traceroute anoncvs.kde.org
traceroute to bluemchen.sourceforge.net (198.186.203.48), 30 hops max, 38 byte packets
1 sdn-ar-007casfrM004t.dialsprint.net (158.252.214.2) 120.085 ms 109.429 ms 109.800 ms
2 158.252.243.82 (158.252.243.82) 120.084 ms 109.688 ms 108.621 ms
3 sdn-pnc2-ana-6-0-0-T3.dialsprint.net (207.143.244.1) 129.322 ms 120.281 ms 119.757 ms
4 sl-bb21-ana-2-0.sprintlink.net (207.143.240.165) 118.653 ms 120.171 ms 120.744 ms
5 sl-bb22-ana-15-0.sprintlink.net (144.232.1.174) 121.915 ms 119.960 ms 118.595 ms
6 sl-gw15-ana-10-0.sprintlink.net (144.232.1.218) 119.792 ms 119.907 ms 120.028 ms
7 sl-abovenet-10-0-0-155M.sprintlink.net (144.232.192.2) 119.968 ms 119.957 ms 119.915 ms
8 pos2-0.mpr1.sjc2.us.mfnx.net (208.185.156.125) 129.949 ms 129.963 ms 129.825 ms
9 so-1-1-0.mpr4.sjc2.us.mfnx.net (208.184.102.202) 129.922 ms 129.833 ms 129.922 ms
10 pos6-0.mpr2.pao1.us.mfnx.net (208.185.175.162) 129.921 ms 129.941 ms 129.860 ms
11 64.124.11.181.cogentco.com (64.124.11.181) 129.927 ms 129.881 ms 130.117 ms
12 p6-0.core01.sfo01.atlas.cogentco.com (66.28.4.145) 129.734 ms 129.941 ms 129.856 ms
13 g49.ba01.b003123-1.sfo01.atlas.cogentco.com (66.28.6.2) 139.931 ms 129.862 ms 130.005 ms
14 Vianet-Communications.demarc.cogentco.com (66.28.28.42) 129.835 ms 119.954 ms 119.920 ms
15 s6-0.border1-7206.valinux.com (209.81.23.54) 129.847 ms 129.868 ms 119.916 ms
16 fe0-0.dist5-3662.vasoftware.com (198.186.202.86) 129.927 ms 129.888 ms 119.894 ms
17 e2-1.community8-bi8000.vasoftware.com (198.186.202.94) 3959.977 ms !H 3749.875 ms !H 3999.976 ms !H
ross at wheat:/usr/local/src/kde3$ ping !$
ping anoncvs.kde.org
PING bluemchen.sourceforge.net (198.186.203.48): 56 data bytes
# I hit ^c here after awhile
--- bluemchen.sourceforge.net ping statistics ---
26 packets transmitted, 0 packets received, 100% packet loss
-------------------------- ./update script ---------------------------------------------
#! /bin/sh
export CVSROOT=:pserver:anonymous at anoncvs.kde.org:/home/kde
# I can't find out how to stuff the response in
echo "Just hit enter in response to next line."
cvs login
find . -maxdepth 1 -mindepth 1 -type d -printf "%f\n" | xargs cvs -z 4 update -dP
I don't know if this is the best way to report this problem, but it's the only one I could find.
More information about the kde-www
mailing list