Discussion:
[dev] [st] git repo not reachable?
Silvan Jegen
2018-06-11 08:30:10 UTC
Permalink
Hi everyone

The st repo hosted on suckless.org is not reachable for me:

$ cat .git/config

[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
[remote "origin"]
url = git://git.suckless.org/st
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master

$ git pull
fatal: unable to connect to git.suckless.org:
git.suckless.org[0: 195.186.210.161]: errno=Connection timed out

Did the git server process die?


Cheers,

Silvan
Quentin Rameau
2018-06-11 08:41:21 UTC
Permalink
Post by Silvan Jegen
Hi everyone
Hi Silvan
Post by Silvan Jegen
$ git pull
git.suckless.org[0: 195.186.210.161]: errno=Connection timed out
Did the git server process die?
The git server is fine, but as you must have seen on the suckless
website, we have switched to another host.

You must be using a third party DNS caching resolver which does not
respect the DNS servers different TTLs and is still serving you the
previous git.suckless.org IP address.

So two solutions, either wait for this resolver to validate propagation
on its side, or use your own.

(for information, the address is 195.201.112.86 / 2a01:4f8:1c0c:706c::1)
Silvan Jegen
2018-06-11 15:43:13 UTC
Permalink
Post by Quentin Rameau
Post by Silvan Jegen
Hi everyone
Hi Silvan
Post by Silvan Jegen
$ git pull
git.suckless.org[0: 195.186.210.161]: errno=Connection timed out
Did the git server process die?
The git server is fine, but as you must have seen on the suckless
website, we have switched to another host.
I have seen this but that was 10 days ago so I assumed the cache
expired already.
Post by Quentin Rameau
You must be using a third party DNS caching resolver which does not
respect the DNS servers different TTLs and is still serving you the
previous git.suckless.org IP address.
So two solutions, either wait for this resolver to validate propagation
on its side, or use your own.
(for information, the address is 195.201.112.86 / 2a01:4f8:1c0c:706c::1)
Thanks for the info! I will try again later!


Cheers,

Silvan

Loading...