Thanks for the reply.

I'm sure that our outsourced network configuration employs some sort
of firewall, but it appears from the wireshark log that the tcp SYN
command reaches the android.git.us.kernel.org server on port (git)9418
and the servers responds with a valid RST command thus refusing the
connection.

>From wireshark:

52      4.419396        10.45.97.200    204.152.191.13  TCP     53423 > git 
[SYN] Seq=0
Win=5840 Len=0 MSS=1460 TSV=4294952615 TSER=0 WS=7

53      4.420515        204.152.191.13  10.45.97.200    TCP     git > 53423 
[RST, ACK]
Seq=1 Ack=1 Win=0 Len=0

This is obviously working for others, but the instruction are so
obvious I can't figure out what I could be doing wrong. Maybe it is an
O.S. Configuration issue. A wireshark log from a successful repo init
might be helpful. Maybe the the git server is not using the default
port?

Any suggestion would be appreciated.




On Oct 30, 12:45 pm, "David Turner" <[EMAIL PROTECTED]> wrote:
> Hmmm, the servers appear to be up and running. Could it be that you are
> behind some sort of firewall ?
>
> On Thu, Oct 30, 2008 at 5:15 PM, dan <[EMAIL PROTECTED]> wrote:
>
> > I have been unable to download the android source using the
> > instructions found athttp://source.android.com/download. Running the
> > command:
>
> > repo init -u git://android.git.kernel.org/platform/manifest.git
>
> > results in:
>
> > android.kernel.org[0: 204.152.191.13]: errno=Connection refused
> > android.kernel.org[0: 204.152.191.45]: errno=Connection refused
> > fatal: unable to connect a socket (Connection refused)
>
> > Anybody know what might be causing this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to