public inbox for [email protected]  
help / color / mirror / Atom feed
apt-archive.postgresql.org a bit broken?
3+ messages / 2 participants
[nested] [flat]

* apt-archive.postgresql.org a bit broken?
@ 2024-07-05 16:07 Tomas Pospisek <[email protected]>
  2024-07-05 16:27 ` Re: apt-archive.postgresql.org a bit broken? Magnus Hagander <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Tomas Pospisek @ 2024-07-05 16:07 UTC (permalink / raw)
  To: [email protected]

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






^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: apt-archive.postgresql.org a bit broken?
  2024-07-05 16:07 apt-archive.postgresql.org a bit broken? Tomas Pospisek <[email protected]>
@ 2024-07-05 16:27 ` Magnus Hagander <[email protected]>
  2024-07-05 17:07   ` Re: apt-archive.postgresql.org a bit broken? Tomas Pospisek <[email protected]>
  0 siblings, 1 reply; 3+ messages in thread

From: Magnus Hagander @ 2024-07-05 16:27 UTC (permalink / raw)
  To: Tomas Pospisek <[email protected]>; +Cc: [email protected]

On Fri, Jul 5, 2024 at 6:07 PM Tomas Pospisek <[email protected]> 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/;
 Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/;


^ permalink  raw  reply  [nested|flat] 3+ messages in thread

* Re: apt-archive.postgresql.org a bit broken?
  2024-07-05 16:07 apt-archive.postgresql.org a bit broken? Tomas Pospisek <[email protected]>
  2024-07-05 16:27 ` Re: apt-archive.postgresql.org a bit broken? Magnus Hagander <[email protected]>
@ 2024-07-05 17:07   ` Tomas Pospisek <[email protected]>
  0 siblings, 0 replies; 3+ messages in thread

From: Tomas Pospisek @ 2024-07-05 17:07 UTC (permalink / raw)
  To: Magnus Hagander <[email protected]>; +Cc: [email protected]

On 05.07.24 18:27, Magnus Hagander wrote:
> 
> 
> On Fri, Jul 5, 2024 at 6:07 PM Tomas Pospisek <[email protected] 
> <mailto:[email protected]>> 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; 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;
>        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;
>     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






^ permalink  raw  reply  [nested|flat] 3+ messages in thread


end of thread, other threads:[~2024-07-05 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-07-05 16:07 apt-archive.postgresql.org a bit broken? Tomas Pospisek <[email protected]>
2024-07-05 16:27 ` Magnus Hagander <[email protected]>
2024-07-05 17:07   ` Tomas Pospisek <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox