Gnuradio git service unavailable?

Hi,

Over the last 13 hours I got this:

ras@dk5ras:~/gnuradio$ git pull
fatal: unable to connect to gnuradio.org:
gnuradio.org[0: 108.162.196.111]: errno=Connection timed out
gnuradio.org[1: 108.162.197.111]: errno=Connection timed out

The server IP address is reached:

ras@dk5ras:~/gnuradio$ ping gnuradio.org
PING gnuradio.org (108.162.197.111) 56(84) bytes of data.
64 bytes from 108.162.197.111: icmp_req=1 ttl=56 time=22.9 ms
64 bytes from 108.162.197.111: icmp_req=2 ttl=56 time=22.6 ms

Same ping result with the other IP address git has used.

Also the website works.

Yesterday in the morning (Germany, UTC+2) I had the same problem, in the
evening it was OK.

Am I the only one? :slight_smile:

Ralph.

On Wed, Apr 17, 2013 at 9:41 AM, Ralph A. Schmid [email protected]
wrote:

ras@dk5ras:~/gnuradio$ git pull
fatal: unable to connect to gnuradio.org:
gnuradio.org[0: 108.162.196.111]: errno=Connection timed out
gnuradio.org[1: 108.162.197.111]: errno=Connection timed out

Am I the only one? :slight_smile:

No. This is an unintended side effect of our testing of the CloudFlare
CDN
with gnuradio.org, with the gnuradio.org address now resolving to
CloudFlare servers.

I’ve added ‘git.gnuradio.org’ to the DNS which points directly to the
original IP address, so you can change your remote to that temporarily.

I’m not sure there is a way to have both; the only way I can see is to
make
the git.gnuradio.org workaround permanent. But since we’re just
evaluating
CloudFlare, it’s entirely possible we’ll discontinue it and that won’t
be
necessary.

Hi,

OK, I already feared smth. like that, after the announcement of the new
cloud servers :slight_smile: Your dns entry is just fine, this way it works. Thanks
a
lot!

Ralph, dk5ras.

From: Johnathan C. [mailto:[email protected]]
Sent: Wednesday, 17 April, 2013 19:18
To: Ralph A. Schmid
Cc: [email protected]
Subject: Re: [Discuss-gnuradio] gnuradio git service unavailable?

On Wed, Apr 17, 2013 at 9:41 AM, Ralph A. Schmid [email protected]
wrote:

ras@dk5ras:~/gnuradio$ git pull
fatal: unable to connect to gnuradio.org:
gnuradio.org[0: 108.162.196.111]: errno=Connection timed out
gnuradio.org[1: 108.162.197.111]: errno=Connection timed out

Am I the only one? :slight_smile:

No. This is an unintended side effect of our testing of the CloudFlare
CDN
with gnuradio.org, with the gnuradio.org address now resolving to
CloudFlare
servers.

I’ve added ‘git.gnuradio.org’ to the DNS which points directly to the
original IP address, so you can change your remote to that temporarily.

I’m not sure there is a way to have both; the only way I can see is to
make
the git.gnuradio.org workaround permanent. But since we’re just
evaluating
CloudFlare, it’s entirely possible we’ll discontinue it and that won’t
be
necessary.