christgau / wsdd

A Web Service Discovery host daemon.
MIT License
808 stars 97 forks source link

Package repo gone #156

Closed pcdeem closed 1 year ago

pcdeem commented 1 year ago

The repo at pkg.ltec.ch seems to have disappeared. Is this by design? It was nice having a package although I'm sure the generic instructions would suffice,

fxrb commented 1 year ago

What distribution?

pcdeem commented 1 year ago

That whole server is gone. pkg.ltec.ch is not contactable.

fxrb commented 1 year ago

No, its not. What distribution?

pcdeem commented 1 year ago

Debian And yes that server is down. apt-get update Err:6 https://pkg.ltec.ch/public bullseye InRelease Temporary failure resolving 'pkg.ltec.ch' Fetched 93.0 kB in 2s (44.3 kB/s) Reading package lists... Done W: Failed to fetch https://pkg.ltec.ch/public/dists/bullseye/InRelease Temporary failure resolving 'pkg.ltec.ch' W: Some index files failed to download. They have been ignored, or old ones used instead. ![2022-10-10 02 04 51 pkg ltec ch 06687abede4d] (https://user-images.githubusercontent.com/19802617/194764210-804c080b-8954-4f69-9f7e-756298d78b33.png) 2022-10-10 02 04 56 downforeveryoneorjustme com 0ac78cd007c6

fxrb commented 1 year ago

Well, so be it.

christgau commented 1 year ago

There appears to be an DNS issue. I can successfully ping the server. So it is actually alive:

~$ ping pkg.ltec.ch
PING www.ltec.ch (95.143.48.181) 56(84) bytes of data.
64 bytes from mail.ltec.ch (95.143.48.181): icmp_seq=1 ttl=55 time=81.0 ms
64 bytes from mail.ltec.ch (95.143.48.181): icmp_seq=2 ttl=55 time=62.0 ms

However, downforeveryoneorjustme.com also told me the it is down. Some attempts to resolve the host name with well-known public DNS resolvers reveal problems:

~$ host pkg.ltec.ch 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:

Host pkg.ltec.ch not found: 2(SERVFAIL)
~$ host pkg.ltec.ch 9.9.9.9
Using domain server:
Name: 9.9.9.9
Address: 9.9.9.9#53
Aliases:

Host pkg.ltec.ch not found: 2(SERVFAIL)
~$ host pkg.ltec.ch 1.1.1.1
Using domain server:
Name: 1.1.1.1
Address: 1.1.1.1#53
Aliases:

Host pkg.ltec.ch not found: 2(SERVFAIL)

I am not sure if @fxrb can do anything about that, but actually there is some problem...

pcdeem commented 1 year ago

Interesting. Doing a dig with Cloudflare returns a DNSSEC error. EDE: 9 (DNSKEY Missing): (no SEP matching the DS found for ltec.ch.)

christgau commented 1 year ago

Could it be that the problem is gone?!

~$ host pkg.ltec.ch 8.8.8.8
Using domain server:
Name: 8.8.8.8
Address: 8.8.8.8#53
Aliases:

pkg.ltec.ch is an alias for www.ltec.ch.
www.ltec.ch has address 95.143.48.181
~$ host pkg.ltec.ch 9.9.9.9
Using domain server:
Name: 9.9.9.9
Address: 9.9.9.9#53
Aliases:

pkg.ltec.ch is an alias for www.ltec.ch.
www.ltec.ch has address 95.143.48.181
fxrb commented 1 year ago

Looks like. I think this issue can be closed.

christgau commented 1 year ago

@pcdeem, any objections on closing the issue?

pcdeem commented 1 year ago

No objections at all. It looks to be resolved.