Re: [DNG] Key is expired

2022-09-07 Thread Joril via Dng

On 06/09/22 19:33, Chris Dos wrote:


Just spent that last few hours updating all our Devuan servers.
If you ever need again to do the same set of commands on multiple 
servers, you may find cssh useful. It connects via SSH to any number of 
servers and replicates the commands you type to all of them at once.


https://linux.die.net/man/1/cssh

(on Devuan the package is 'clusterssh')
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Key is expired

2022-09-07 Thread Chris Dos
On 9/7/22 04:42, Peter Duffy wrote:
> On Tue, 2022-09-06 at 11:33 -0600, Chris Dos wrote:
>>  I also had to manually delete the previous key in order for this to
>> work:
>>  apt-key del "E032 601B 7CA1 0BC3 EA53  FA81 BB23 C00C 61FC 752C"
>>  
> 
> I've not found that I needed to do the "apt-key del" step for it to
> work - I just do the wget and then the dpkg. After that, all seems
> fine.
> 
> Did you find that you needed to delete the old key for the new one to
> work?

Yea I had to delete the key on the first three servers that I fixed so I just
added that step to all my other servers as well.  Not sure if they all needed
it, but the first three did for sure.

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


Re: [DNG] Key is expired

2022-09-07 Thread Peter Duffy
On Tue, 2022-09-06 at 11:33 -0600, Chris Dos wrote:
>  I also had to manually delete the previous key in order for this to
> work:
>  apt-key del "E032 601B 7CA1 0BC3 EA53  FA81 BB23 C00C 61FC 752C"
>  
>  After that:
> wgethttp://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb
>  sudo dpkg -i devuan-keyring_2022.09.04_all.deb 
>  sudo apt update
>  
>  Just spent that last few hours updating all our Devuan servers.  May
> want to put this information on the home page or something.
> 
>  Chris
>  

I've not found that I needed to do the "apt-key del" step for it to
work - I just do the wget and then the dpkg. After that, all seems
fine.

Did you find that you needed to delete the old key for the new one to
work?

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


Re: [DNG] Key is expired

2022-09-06 Thread Chris Dos
I also had to manually delete the previous key in order for this to work:
apt-key del "E032 601B 7CA1 0BC3 EA53  FA81 BB23 C00C 61FC 752C"

After that:
wget
http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb
sudo dpkg -i devuan-keyring_2022.09.04_all.deb
sudo apt update

Just spent that last few hours updating all our Devuan servers.  May want to
put this information on the home page or something.

    Chris

On 9/3/22 11:27, Ludovic Bellière via Dng wrote:
> Hello list,
>
> In order to resolve the gpg key being outdated, the following steps needs to
> be taken:
>
>     wget
> http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb
>     sudo dpkg devuan-keyring_2022.09.04_all.deb
>     sudo apt update
>
> Cheers,
>     Ludovic
>
>
> On Sat, 03 Sep 2022, Elimar Riesebieter wrote:
>
>>
>> Hi all,
>>
>> the signing key 'Devuan Repository (Amprolla3 on Nemesis)' is
>> expired:
>>
>> W: GPG error: http://deb.devuan.org/merged stable InRelease: The following
>> signatures were invalid: EXPKEYSIG BB23C00C61FC752C Devuan Repository
>> (Amprolla3 on Nemesis) 
>>
>> Elimar
>
> -- 
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Key is expired

2022-09-05 Thread Peter Duffy
Ludovic, thanks for that. Confirmed that the new key seems to work, and
upgrade now in process.

One point which I'm sure is obvious, but just thought I'd mention it:
"dpkg " => "dpkg -i " 




On Sat, 2022-09-03 at 19:27 +0200, Ludovic Bellière via Dng wrote:
> Hello list,
> 
> In order to resolve the gpg key being outdated, the following steps
> needs to be taken:
> 
>  wget
> http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb
>  sudo dpkg devuan-keyring_2022.09.04_all.deb
>  sudo apt update
> 
> Cheers,
>  Ludovic
> 
> 
> On Sat, 03 Sep 2022, Elimar Riesebieter wrote:
> 
> > 
> > Hi all,
> > 
> > the signing key 'Devuan Repository (Amprolla3 on Nemesis)' is
> > expired:
> > 
> > W: GPG error: http://deb.devuan.org/merged stable InRelease: The
> > following signatures were invalid: EXPKEYSIG BB23C00C61FC752C
> > Devuan Repository (Amprolla3 on Nemesis) 
> > 
> > Elimar
> 
> --
> ___
> Dng mailing list
> Dng@lists.dyne.org
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


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


Re: [DNG] Key is expired

2022-09-04 Thread aitor

Hi,

On 4/9/22 11:20, aitor wrote:


Hi Adrian,

On 4/9/22 10:39, Adrian Zaugg wrote:

Will the key update on existing systems be done automatically at some point or
is Ludovic's described manual action required?

Automatically updates require the key to be updated, but the package in point 
that
should provide the updated key is outdated as well. So, it's a vicious circle 
that
requires manual intervention via "dpkg -i", as Ludovic has pointed out.
Cheers,
Aitor.

Sorry for the [SPAM] in the subject of my previous email.___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Key is expired

2022-09-04 Thread Adrian Zaugg
In der Nachricht vom Saturday, 3 September 2022 19:27:03 CEST schrieb Ludovic 
Bellière via Dng:
> In order to resolve the gpg key being outdated, the following steps needs to
> be taken: [...]

Will the key update on existing systems be done automatically at some point or 
is Ludovic's described manual action required?

Regards, Adrian.


BTW:
...please use https: as discussed on this list at 2020-03-19 onwards in the 
thread "Beowulf Beta is here!" to download the package:

wget 
https://pkgmaster.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb


signature.asc
Description: This is a digitally signed message part.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


Re: [DNG] Key is expired

2022-09-03 Thread Ludovic Bellière via Dng

A typo inserted itself in the previous message. I obviously meant for y'all to
use 'dpkg -i package.deb' to install the newly acquired package.

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


Re: [DNG] Key is expired

2022-09-03 Thread Ludovic Bellière via Dng

Hello list,

In order to resolve the gpg key being outdated, the following steps needs to be 
taken:

wget 
http://deb.devuan.org/devuan/pool/main/d/devuan-keyring/devuan-keyring_2022.09.04_all.deb
sudo dpkg devuan-keyring_2022.09.04_all.deb
sudo apt update

Cheers,
Ludovic


On Sat, 03 Sep 2022, Elimar Riesebieter wrote:



Hi all,

the signing key 'Devuan Repository (Amprolla3 on Nemesis)' is
expired:

W: GPG error: http://deb.devuan.org/merged stable InRelease: The following signatures 
were invalid: EXPKEYSIG BB23C00C61FC752C Devuan Repository (Amprolla3 on Nemesis) 


Elimar


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


Re: [DNG] Key is expired

2022-09-03 Thread onefang
On 2022-09-03 15:41:59, Elimar Riesebieter wrote:
> 
> Hi all,
> 
> the signing key 'Devuan Repository (Amprolla3 on Nemesis)' is
> expired:
> 
> W: GPG error: http://deb.devuan.org/merged stable InRelease: The following 
> signatures were invalid: EXPKEYSIG BB23C00C61FC752C Devuan Repository 
> (Amprolla3 on Nemesis) 

Yes, we know, already reported on this mailing list.  We are fixing it now.

-- 
A big old stinking pile of genius that no one wants
coz there are too many silver coated monkeys in the world.
___
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


[DNG] Key is expired

2022-09-03 Thread Elimar Riesebieter

Hi all,

the signing key 'Devuan Repository (Amprolla3 on Nemesis)' is
expired:

W: GPG error: http://deb.devuan.org/merged stable InRelease: The following 
signatures were invalid: EXPKEYSIG BB23C00C61FC752C Devuan Repository 
(Amprolla3 on Nemesis) 

Elimar
-- 
  On the keyboard of life you have always
  to keep a finger at the escape key;-)

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