MX-15/16 Expired Key
- Eadwine Rose
- Administrator
- Posts: 14755
- Joined: Wed Jul 12, 2006 2:10 am
Re: MX-15/16 Expired Key
Mennohexo's topic is here: viewtopic.php?f=104&p=491424#p491424
MX-23.6_x64 July 31 2023 * 6.1.0-37amd64 ext4 Xfce 4.20.0 * 8-core AMD Ryzen 7 2700
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Asus TUF B450-Plus Gaming UEFI * Asus GTX 1050 Ti Nvidia 535.247.01 * 2x16Gb DDR4 2666 Kingston HyperX Predator
Samsung 870EVO * Samsung S24D330 & P2250 * HP Envy 5030
Re: MX-15/16 Expired Key
This is an expired antiX key. A working antiX keyring is now available in the MX repository so:
will fix it.
Code: Select all
sudo apt-get install antix-archive-keyring
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
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
Re: MX-15/16 Expired Key
What does return?
Code: Select all
apt-cache policy antix-archive-keyring
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
Dell Inspiron 15, AMD Ryzen 7 2700u (quad core). Sabrent 500GB nvme, Seagate 1TB
- mmikeinsantarosa
- Developer
- Posts: 2245
- Joined: Thu May 01, 2014 10:12 am
Re: MX-15/16 Expired Key
OK. You now have the necessary keyring installedMennohexo wrote: Sun Mar 17, 2019 1:36 pm hi friend , i got this message. no sudoCode: 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:~ $
Code: Select all
Installed: 20019.3.13~mx15
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
-
- Developer
- Posts: 372
- Joined: Mon Apr 16, 2012 4:51 pm
Re: MX-15/16 Expired Key
That appears to be a different key number.
What are the contents of /etc/apt/sources.list.d/antix.list?
What are the contents of /etc/apt/sources.list.d/antix.list?
-
- Developer
- Posts: 372
- Joined: Mon Apr 16, 2012 4:51 pm
Re: MX-15/16 Expired Key
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
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
Re: MX-15/16 Expired Key
I don't think "1552432420" is a key, I think it's the time (in seconds since the epoch) when the key expired.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
https://www.epochconverter.com/
-
- Developer
- Posts: 372
- Joined: Mon Apr 16, 2012 4:51 pm
Re: MX-15/16 Expired Key
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?
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?
-
- Developer
- Posts: 372
- Joined: Mon Apr 16, 2012 4:51 pm
Re: MX-15/16 Expired Key
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.
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.
Re: MX-15/16 Expired Key
May be this expired key was manually installed sometimes ago into the /etc/apt/trusted.gpg keyring.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.
Code: Select all
apt-key list
But anyway, downloading the deb and installing will probably sort this.