Hi,
since yesterday, while trying to 'push' some updates (grep / hdparm / gnupg) to repo, I'm getting the following errors:
***SNIP*** root@Devel: /home/matz/ipfire-2.x # git push mfischer gnupg ssh: connect to host git.ipfire.org port 22: No route to host fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists. ***SNAP***
The same happens with - for example - 'git pull origin next'.
Testing with 'ping':
***SNIP*** root@Devel: /home/matz/ipfire-2.x # ping git.ipfire.org PING gw03.ipfire.org (178.63.73.248) 56(84) bytes of data. 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=1 ttl=53 time=17.8 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=2 ttl=53 time=17.3 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=3 ttl=53 time=16.8 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=4 ttl=53 time=18.8 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=5 ttl=53 time=16.7 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=6 ttl=53 time=17.6 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=7 ttl=53 time=16.4 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=8 ttl=53 time=17.1 ms 64 bytes from git.ipfire.org (178.63.73.248): icmp_seq=9 ttl=53 time=17.7 ms ^C --- gw03.ipfire.org ping statistics --- 10 packets transmitted, 9 received, 10% packet loss, time 9014ms rtt min/avg/max/mdev = 16.491/17.393/18.810/0.680 ms ***SNAP***
The machine had no problems so far, updates are running ('apt-get ...' is working OK) - in my opinion I didn't change anything.
Bug or Feature?
Regards Matthias