MX-15/16 Expired Key

Message
Author
User avatar
Eadwine Rose
Administrator
Posts: 11950
Joined: Wed Jul 12, 2006 2:10 am

Re: MX-15/16 Expired Key

#11 Post by Eadwine Rose »

Mennohexo's topic is here: viewtopic.php?f=104&p=491424#p491424
MX-23.2_x64 July 31 2023 * 6.1.0-20-amd64 ext4 Xfce 4.18.1 * 8core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 525.147.05 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 860EVO * Samsung S24D330 & P2250 * HP Envy 5030

User avatar
timkb4cq
Developer
Posts: 3201
Joined: Wed Jul 12, 2006 4:05 pm

Re: MX-15/16 Expired Key

#12 Post by timkb4cq »

This is an expired antiX key. A working antiX keyring is now available in the MX repository so:

Code: Select all

sudo apt-get install antix-archive-keyring
will fix it.
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
timkb4cq
Developer
Posts: 3201
Joined: Wed Jul 12, 2006 4:05 pm

Re: MX-15/16 Expired Key

#13 Post by timkb4cq »

What does

Code: Select all

apt-cache policy antix-archive-keyring
return?
HP Pavillion TP01, AMD Ryzen 3 5300G (quad core), Crucial 500GB SSD, Toshiba 6TB 7200rpm
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB

User avatar
mmikeinsantarosa
Developer
Posts: 2199
Joined: Thu May 01, 2014 10:12 am

Re: MX-15/16 Expired Key

#14 Post by mmikeinsantarosa »

Mennohexo wrote: Sun Mar 17, 2019 1:36 pm hi friend , i got this message. no sudo

Code: Select all

hans@mx1:~
$ apt-cache policy antix-archive-keyring
antix-archive-keyring:
  Installed: 20019.3.13~mx15
  Candidate: 20019.3.13~mx15
  Version table:
 *** 20019.3.13~mx15 0
        500 http://nl.mxrepo.com/mx/repo/ mx15/main i386 Packages
        100 /var/lib/dpkg/status
     20017.3.14 0
        500 http://nl.mxrepo.com/antix/jessie/ jessie/main i386 Packages
hans@mx1:~
$ 

 
OK. You now have the necessary keyring installed

Code: Select all

Installed: 20019.3.13~mx15
For some reason the nl (New Zealand) mirrors have had issues lately. In MX tools there's an app called Repo Manager.
Run it and switch to a different repo location. Then try a reload and see if that helps.
LT: MX19.1 Quad Core model: Intel Core i7-6820HQ Kernel: 5.0.0-7.1-liquorix-amd64 x86_64

antiX-Dave
Developer
Posts: 372
Joined: Mon Apr 16, 2012 4:51 pm

Re: MX-15/16 Expired Key

#15 Post by antiX-Dave »

That appears to be a different key number.
What are the contents of /etc/apt/sources.list.d/antix.list?

antiX-Dave
Developer
Posts: 372
Joined: Mon Apr 16, 2012 4:51 pm

Re: MX-15/16 Expired Key

#16 Post by antiX-Dave »

That mirror is signed using the correct key from the archive keyring deb.
Not certain why your machine is displaying a different key...
Could you run
gpg --list-keys 1552432420
and post the output to see information on the key from your system?

Also after doing so try
rm -r /var/lib/apt/* && apt-get clean all && apt-get update

User avatar
kmathern
Developer
Posts: 2406
Joined: Wed Jul 12, 2006 2:26 pm

Re: MX-15/16 Expired Key

#17 Post by kmathern »

antiX-Dave wrote: Sun Mar 17, 2019 5:09 pm That mirror is signed using the correct key from the archive keyring deb.
Not certain why your machine is displaying a different key...
Could you run
gpg --list-keys 1552432420
I don't think "1552432420" is a key, I think it's the time (in seconds since the epoch) when the key expired.
https://www.epochconverter.com/

antiX-Dave
Developer
Posts: 372
Joined: Mon Apr 16, 2012 4:51 pm

Re: MX-15/16 Expired Key

#18 Post by antiX-Dave »

Well it expired a few days ago and the epoch date is displaying today? However it would make more sense.
In that case then the new package failed to overwrite the antix-archive-keyring.gpg file...
What does
stat /etc/apt/trusted.gpg.d/antix-archive-keyring.gpg
Show?

antiX-Dave
Developer
Posts: 372
Joined: Mon Apr 16, 2012 4:51 pm

Re: MX-15/16 Expired Key

#19 Post by antiX-Dave »

OK well I am not sure how you only have an expired error if the file is not there... I would have thought you would receive a unknown key error. Maybe someone else has an explanation for this.

Anyway
apt-get purge antix-archive-keyring && wget http://repo.antixlinux.com/antix-archiv ... 13_all.deb && dpkg -i antix-archive-keyring_20019-03-13_all.deb && rm antix-archive-keyring_20019-03-13_all.deb

Should remove the installed (but not really) package, download the package, install the package and remove the download.

User avatar
fehlix
Developer
Posts: 10367
Joined: Wed Apr 11, 2018 5:09 pm

Re: MX-15/16 Expired Key

#20 Post by fehlix »

antiX-Dave wrote: Sun Mar 17, 2019 6:04 pm OK well I am not sure how you only have an expired error if the file is not there... I would have thought you would receive a unknown key error. Maybe someone else has an explanation for this.
May be this expired key was manually installed sometimes ago into the /etc/apt/trusted.gpg keyring.

Code: Select all

apt-key list 
would tell the truth.
But anyway, downloading the deb and installing will probably sort this.
Gigabyte Z77M-D3H, Intel Xeon E3-1240 V2 (Quad core), 32GB RAM,
GeForce GTX 770, Samsung SSD 850 EVO 500GB, Seagate Barracuda 4TB

Post Reply

Return to “General”