GNOME Bugzilla – Bug 677663
ostree.gnome.org: Can't reach sourceware.org
Last modified: 2012-06-14 11:51:03 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?
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?
mgalgoci fixed this. Thanks mgalgoci!