Re: [DNG] Installing postgresql13 on beowulf

2021-07-17 Thread o1bigtenor via Dng
On Sat, Jul 17, 2021 at 6:30 PM wirelessduck--- via Dng
 wrote:
>
>
>
> > On 18 Jul 2021, at 06:22, Antony Stone  
> > wrote:
> >
> > On Saturday 17 July 2021 at 17:20:40, o1bigtenor via Dng wrote:
> >
> >> Greetings
> >>
> >> trying to install postgres 13 on beowulf
> >
> >> deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main
> >
> >> # apt update
> >
> >> Err:7 http://apt.postgresql.org/pub/repos/apt beowulf-pgdg Release
> >
> >> Somehow what I entered as 'Buster' become 'Beowulf' .
> >
> > Can you really confirm that you don't have a beowulf repository lurking
> > somewhere:
> >
> >grep -r postgresql /etc/apt
> >
> > Thanks,
> >
> >
> > Antony.
>
> I would check this too. I have postresql of various versions running fine on 
> multiple Beowulf machines from pgdg repositories so there’s nothing wrong 
> with apt.postgresql.org.
>
> Check also with `apt-cache policy`
>

I, in error, send my previous response to only the previous responder instead
of including the list.

The results of the search request are included.

Regards
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Installing postgresql13 on beowulf

2021-07-17 Thread wirelessduck--- via Dng


> On 18 Jul 2021, at 06:22, Antony Stone  
> wrote:
> 
> On Saturday 17 July 2021 at 17:20:40, o1bigtenor via Dng wrote:
> 
>> Greetings
>> 
>> trying to install postgres 13 on beowulf
> 
>> deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main
> 
>> # apt update
> 
>> Err:7 http://apt.postgresql.org/pub/repos/apt beowulf-pgdg Release
> 
>> Somehow what I entered as 'Buster' become 'Beowulf' .
> 
> Can you really confirm that you don't have a beowulf repository lurking 
> somewhere:
> 
>grep -r postgresql /etc/apt
> 
> Thanks,
> 
> 
> Antony.

I would check this too. I have postresql of various versions running fine on 
multiple Beowulf machines from pgdg repositories so there’s nothing wrong with 
apt.postgresql.org.

Check also with `apt-cache policy`

-- 
Tom
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Installing postgresql13 on beowulf

2021-07-17 Thread Antony Stone
On Saturday 17 July 2021 at 17:20:40, o1bigtenor via Dng wrote:

> Greetings
> 
> trying to install postgres 13 on beowulf

> deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main

> # apt update

> Err:7 http://apt.postgresql.org/pub/repos/apt beowulf-pgdg Release

> Somehow what I entered as 'Buster' become 'Beowulf' .

Can you really confirm that you don't have a beowulf repository lurking 
somewhere:

grep -r postgresql /etc/apt

Thanks,


Antony.

-- 
If you can't find an Open Source solution for it, then it isn't a real problem.

   Please reply to the list;
 please *don't* CC me.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Installing postgresql13 on beowulf

2021-07-17 Thread o1bigtenor via Dng
Greetings

trying to install postgres 13 on beowulf
the official instructions are using systemd  ephemera

I included the repository (postgresql) as suggested:

deb http://deb.devuan.org/merged beowulf-backports main contrib non-free
deb-src http://deb.devuan.org/merged beowulf-backports main contrib non-free

deb http://apt.postgresql.org/pub/repos/apt/ buster-pgdg main
~

but - - - - when I use
# apt update
Hit:1 http://deb.devuan.org/merged beowulf InRelease
Hit:2 http://deb.devuan.org/merged beowulf-security InRelease
Hit:3 http://apt.postgresql.org/pub/repos/apt buster-pgdg InRelease
Ign:4 http://apt.postgresql.org/pub/repos/apt beowulf-pgdg InRelease
Hit:5 http://deb.devuan.org/merged beowulf-updates InRelease
Hit:6 http://deb.devuan.org/merged beowulf-backports InRelease
Err:7 http://apt.postgresql.org/pub/repos/apt beowulf-pgdg Release
  404  Not Found [IP: 87.238.57.227 80]
Reading package lists... Done
E: The repository 'http://apt.postgresql.org/pub/repos/apt
beowulf-pgdg Release' does not have a Release file.
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.

Somehow what I entered as 'Buster' become 'Beowulf' .

How can I install postgresql 13 on Beowulf?

TIA
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng