After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 677663 - ostree.gnome.org: Can't reach sourceware.org
ostree.gnome.org: Can't reach sourceware.org
Status: RESOLVED FIXED
Product: sysadmin
Classification: Infrastructure
Component: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Sysadmins
GNOME Sysadmins
Depends on:
Blocks:
 
 
Reported: 2012-06-07 23:48 UTC by Colin Walters
Modified: 2012-06-14 11:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Colin Walters 2012-06-07 23:48:55 UTC
I'm trying to add lvm2 to the gnome-ostree build, but I'm hitting this:

git clone --mirror git://sourceware.org/git/lvm2.git /srv/ostree/ostbuild/src/git/git/sourceware.org/git/lvm2.git.tmp
Cloning into bare repository /srv/ostree/ostbuild/src/git/git/sourceware.org/git/lvm2.git.tmp...
fatal: unable to connect to sourceware.org:
sourceware.org[0: 209.132.180.131]: errno=Connection timed out

While it works fine from elsewhere.  Looking at the IP addresses, it appears the machine is actually on the same subnet =)

ostree@ostree:~/src/gnome-ostree$ route -n | grep 209.132.180
209.132.180.0   0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         209.132.180.190 0.0.0.0         UG    0      0        0 eth0
$

So my guess is that the sourceware.org server has the git port firewalled off when reached from the local subnet or something?
Comment 1 Olav Vitters 2012-06-08 09:54:21 UTC
From what I understood, there is some kind of firewall in front of the GNOME machines. So it might not just be sourceware.org, but maybe that firewall.

Either Owen, Jrb, mgalgoci should know.. think it is easier if you reach out to them?
Comment 2 Colin Walters 2012-06-12 21:48:09 UTC
mgalgoci fixed this.  Thanks mgalgoci!