apt-get update fails on Ubuntu1604 image

mathieu.cartoixa's Avatar

mathieu.cartoixa

19 Sep, 2022 01:26 PM

Hi,

My build today fails at the very start during sudo apt-get update on an Ubuntu1604 image. It seems that the apt.postgresql.org repository is at fault. The interesting bits are:

Ign:28 http://apt.postgresql.org/pub/repos/apt xenial-pgdg/main Translation-en
Err:30 http://apt.postgresql.org/pub/repos/apt xenial-pgdg/main amd64 Packages
  404  Not Found [IP: 147.75.85.69 80]
Ign:32 http://apt.postgresql.org/pub/repos/apt xenial-pgdg/main i386 Packages
Get:38 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3340 B]
Get:39 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main i386 Packages [3348 B]
Get:40 https://dl.google.com/linux/chrome/deb stable/main amd64 Packages [1093 B]
Get:41 https://packages.microsoft.com/ubuntu/16.04/prod xenial/main amd64 Packages [291 kB]
Fetched 4207 kB in 6s (651 kB/s)
Reading package lists... Done
: The repository 'http://apt.postgresql.org/pub/repos/apt xenial-pgdg Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://apt.postgresql.org/pub/repos/apt/dists/xenial-pgdg/main/binary-amd64/Packages  404  Not Found [IP: 147.75.85.69 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
Command exited with code 100

It seems that the support for xenial has been removed from Postgresql : https://wiki.postgresql.org/wiki/Apt#News
I don't use the service but other people might be affected.

  1. Support Staff 1 Posted by Feodor Fitsner on 19 Sep, 2022 05:52 PM

    Feodor Fitsner's Avatar

    Thanks for letting know! Will update the image shortly.

  2. 2 Posted by Mu Masri on 22 Sep, 2022 09:49 PM

    Mu Masri's Avatar

    Hi, we got the same error and using xenial packages. any idea how to workaround this? also, is there an estimation for a stable fix for this?

  3. Support Staff 3 Posted by Feodor Fitsner on 23 Sep, 2022 12:28 AM

    Feodor Fitsner's Avatar

    The workaround is to add the following command to before sudo apt update:

    sudo add-apt-repository --remove "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main"
    
  4. Feodor Fitsner closed this discussion on 23 Nov, 2022 09:02 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac

 

01 Oct, 2024 04:27 PM
26 Sep, 2024 03:49 PM
26 Sep, 2024 09:02 AM
25 Sep, 2024 07:07 PM
24 Sep, 2024 08:39 PM
24 Sep, 2024 06:47 AM