Bug #2088
apt.tvheadend.org down
0%
Description
Hi,
just when I found time to test tvheadend stable on Ubuntu 14.04 LTS, the repository is not available. Do you have any idea if there is a chance of getting it back up soon? Or is there serious trouble?
BTW: I could offer setting up a mirror.
History
Updated by Mark Clarkstone over 10 years ago
Ingo Storm wrote:
Hi,
just when I found time to test tvheadend stable on Ubuntu 14.04 LTS, the repository is not available. Do you have any idea if there is a chance of getting it back up soon? Or is there serious trouble?
BTW: I could offer setting up a mirror.
It's working fine here, not sure why it isn't working for you. Could be an internet problem?
Updated by Ingo Storm over 10 years ago
Thanks for the pointer! It is an IPv6 issue.
curl -4 ....
did the trick.
apt.tvheadend.org resolves to both an IPv4 and and IPv6 address:
apt.tvheadend.org. 2090 IN A 83.137.145.55
apt.tvheadend.org. 2081 IN AAAA 2a01:1b0:7999:402::55
Both Mac OS X (where I am sitting at right now) and Ubuntu 14.04 LTS favor IPv6 over IPv4 if there is an IPv6 address for the host. But apt doesn't accept connections over IPv6.
Updated by Ingo Storm over 10 years ago
Thanks for the pointer! It is an IPv6 issue.
curl -4 ....
did the trick.
apt.tvheadend.org resolves to both an IPv4 and and IPv6 address:
apt.tvheadend.org. 2090 IN A 83.137.145.55
apt.tvheadend.org. 2081 IN AAAA 2a01:1b0:7999:402::55
Both Mac OS X (where I am sitting at right now) and Ubuntu 14.04 LTS favor IPv6 over IPv4 if there is an IPv6 address for the host. But apt.tvheadend.org doesn't accept connections over IPv6.
Updated by Ingo Storm over 10 years ago
sorry for the dupe....
Now that I fetched the GPG key with curl -4, tvheadend installs fine. apt doesn't seem to care about IPv6 yet.
Case closed from my side.