[GH-ISSUE #140] Issue with GeoDNS APT Repository Access and Installation on Ubuntu 22.04 #240

Open
opened 2026-03-01 17:24:45 +03:00 by kerem · 1 comment
Owner

Originally created by @skorpions2000 on GitHub (Jan 5, 2024).
Original GitHub issue: https://github.com/abh/geodns/issues/140

Hello GeoDNS Team,

I am reaching out to report an issue I encountered while trying to install GeoDNS on Ubuntu 22.04 (Jammy Jellyfish) using the APT repository as described on your GitHub page.

  1. I followed the instructions to add the GeoDNS repository to my APT sources. However, when I tried to retrieve the GPG key from https://pkgs.ntppool.org/apt/key.gpg, I encountered a 404 error, indicating that the key could not be found.

  2. Additionally, when accessing the repository URL directly via https://pkgs.ntppool.org/apt/, the server responds with a "Not Found" error.

  3. During the sudo apt update process, APT reported an error stating: "E: The repository 'https://pkgs.ntppool.org/apt jammy Release' does not have a Release file."

It seems that there might be an issue either with the repository's support for Ubuntu 22.04 or with the GPG key URL. Could you please assist me in resolving this issue or provide updated instructions for installing GeoDNS on Ubuntu 22.04?

Thank you in advance for your assistance and for maintaining GeoDNS.

Best regards.

Originally created by @skorpions2000 on GitHub (Jan 5, 2024). Original GitHub issue: https://github.com/abh/geodns/issues/140 Hello GeoDNS Team, I am reaching out to report an issue I encountered while trying to install GeoDNS on Ubuntu 22.04 (Jammy Jellyfish) using the APT repository as described on your GitHub page. 1. I followed the instructions to add the GeoDNS repository to my APT sources. However, when I tried to retrieve the GPG key from https://pkgs.ntppool.org/apt/key.gpg, I encountered a 404 error, indicating that the key could not be found. 2. Additionally, when accessing the repository URL directly via https://pkgs.ntppool.org/apt/, the server responds with a "Not Found" error. 3. During the `sudo apt update` process, APT reported an error stating: "E: The repository 'https://pkgs.ntppool.org/apt jammy Release' does not have a Release file." It seems that there might be an issue either with the repository's support for Ubuntu 22.04 or with the GPG key URL. Could you please assist me in resolving this issue or provide updated instructions for installing GeoDNS on Ubuntu 22.04? Thank you in advance for your assistance and for maintaining GeoDNS. Best regards.
Author
Owner

@abh commented on GitHub (Jan 9, 2024):

Hi @skorpions2000 -- apologies if the instructions aren't correct; patches welcome!

This is how I use the repository:

$ cat /etc/apt/sources.list.d/ntppool.list
deb [trusted=yes] https://pkgs.ntppool.org/apt/ /

apt search geodns works on that.

<!-- gh-comment-id:1882521897 --> @abh commented on GitHub (Jan 9, 2024): Hi @skorpions2000 -- apologies if the instructions aren't correct; patches welcome! This is how I use the repository: ``` $ cat /etc/apt/sources.list.d/ntppool.list deb [trusted=yes] https://pkgs.ntppool.org/apt/ / ``` `apt search geodns` works on that.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/geodns#240
No description provided.