apt-archive.postgresql.org a bit broken?

Started by Tomas Pospisekalmost 2 years ago3 messagesgeneral
Jump to latest
#1Tomas Pospisek
tpo2@sourcepole.ch

Hello,

I get this when I try to access the archive of focal packages:

```
# apt-get update
[...]
Err:6 https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg
InRelease
403 Forbidden [IP: 2600:9000:2761:4600:b:5965:3380:93a1 443]
[...]
E: Failed to fetch
https://apt-archive.postgresql.org/pub/repos/apt/dists/focal-pgdg/InRelease
403 Forbidden [IP: 2600:9000:2761:4600:b:5965:3380:93a1 443]
E: The repository 'https://apt-archive.postgresql.org/pub/repos/apt
focal-pgdg InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
```

And so I can't access old, archived focal packages. I guess this isn't
wanted behavior?

In case I should direct this problem report to some different place I'd
be glad if you would tell me.

Thank you,
*t

#2Magnus Hagander
magnus@hagander.net
In reply to: Tomas Pospisek (#1)
Re: apt-archive.postgresql.org a bit broken?

On Fri, Jul 5, 2024 at 6:07 PM Tomas Pospisek <tpo2@sourcepole.ch> wrote:

Hello,

I get this when I try to access the archive of focal packages:

```
# apt-get update
[...]
Err:6 https://apt-archive.postgresql.org/pub/repos/apt focal-pgdg
InRelease
403 Forbidden [IP: 2600:9000:2761:4600:b:5965:3380:93a1 443]
[...]
E: Failed to fetch
https://apt-archive.postgresql.org/pub/repos/apt/dists/focal-pgdg/InRelease
403 Forbidden [IP: 2600:9000:2761:4600:b:5965:3380:93a1 443]
E: The repository 'https://apt-archive.postgresql.org/pub/repos/apt
focal-pgdg InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
```

And so I can't access old, archived focal packages. I guess this isn't
wanted behavior?

In case I should direct this problem report to some different place I'd
be glad if you would tell me.

The dist name should be "focal-pgdg-archive" not "focal-pgdg".

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/&gt;
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/&gt;

#3Tomas Pospisek
tpo2@sourcepole.ch
In reply to: Magnus Hagander (#2)
Re: apt-archive.postgresql.org a bit broken?

On 05.07.24 18:27, Magnus Hagander wrote:

On Fri, Jul 5, 2024 at 6:07 PM Tomas Pospisek <tpo2@sourcepole.ch
<mailto:tpo2@sourcepole.ch>> wrote:

Hello,

I get this when I try to access the archive of focal packages:

```
# apt-get update
[...]
Err:6 https://apt-archive.postgresql.org/pub/repos/apt
<https://apt-archive.postgresql.org/pub/repos/apt&gt; focal-pgdg
InRelease
   403  Forbidden [IP: 2600:9000:2761:4600:b:5965:3380:93a1 443]
[...]
E: Failed to fetch
https://apt-archive.postgresql.org/pub/repos/apt/dists/focal-pgdg/InRelease <https://apt-archive.postgresql.org/pub/repos/apt/dists/focal-pgdg/InRelease&gt;
  403  Forbidden [IP: 2600:9000:2761:4600:b:5965:3380:93a1 443]
E: The repository 'https://apt-archive.postgresql.org/pub/repos/apt
<https://apt-archive.postgresql.org/pub/repos/apt&gt;
focal-pgdg InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is
therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user
configuration details.
```

And so I can't access old, archived focal packages. I guess this isn't
wanted behavior?

In case I should direct this problem report to some different place I'd
be glad if you would tell me.

The dist name should be "focal-pgdg-archive" not "focal-pgdg".

You are right, thank you!
*t