Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] pacman fail GPG nonsense error, can't install anything (Read 1067 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] pacman fail GPG nonsense error, can't install anything

The only way I can install anything is to use the base installation media and basestrap, any attempt to use pacman properly has this problem. Once artix-chroot is done, pacman fails with this error.

I repeat, installation works fine via basestrap...

Freshly installed system has this problem.

Even during the live installation this problem occurs (cannot install anything to the live system, such as openssh).
Code: [Select]
# pacman -Syu netifrc

:: Synchronizing package databases...
 system is up to date
 world is up to date
 galaxy is up to date
:: Starting full system upgrade...
resolving dependencies...
looking for conflicting packages...

Packages (1) netifrc-0.7.3-3

Total Download Size:   0.07 MiB
Total Installed Size:  0.30 MiB

:: Proceed with installation? [Y/n]
:: Retrieving packages...
 netifrc-0.7.3-3-x86_64                                                                       68.4 KiB   142 KiB/s 00:00 [########################################################################] 100%
(1/1) checking keys in keyring                                                                                           [########################################################################] 100%
downloading required keys...
:: Import PGP key 1247D995F165BBAC, "Artix Build Bot <[email protected]>"? [Y/n]
error: key "1247D995F165BBAC" could not be looked up remotely
error: required key missing from keyring
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
#
This looks severe...

Re: pacman fail GPG nonsense error, can't install anything

Reply #1
This seems to happen at random... I just started over on a new VM. The Live Install Media worked. But, as soon as I basestrap, it fails...

That's the opposite of what happened last time...
Code: [Select]
:: Import PGP key 1247D995F165BBAC, "Artix Build Bot <[email protected]>"? [Y/n] 
error: key "1247D995F165BBAC" could not be looked up remotely
error: required key missing from keyring
error: failed to commit transaction (unexpected error)
Errors occurred, no packages were upgraded.
==> ERROR: Failed to install packages to new root

Re: pacman fail GPG nonsense error, can't install anything

Reply #2
No new system can be installed instant repo GPG key failure.

Existing systems can continue working. Apparently they don't need this mystery GPG key.

It looks like Artix Linux is no longer in operation...

Re: pacman fail GPG nonsense error, can't install anything

Reply #3
As stated here it looks like your copy of the artix keyring is out of date.

Try updating the keyring either with the command:

Code: [Select]
# pacman-key --refresh-keys

Or manually upgrading the keys:

Code: [Select]
# pacman -S artix-keyring && pacman -Su

 

Re: pacman fail GPG nonsense error, can't install anything

Reply #4
No new system can be installed instant repo GPG key failure.

Existing systems can continue working. Apparently they don't need this mystery GPG key.

It looks like Artix Linux is no longer in operation...
Before making false accusations learn how pacman works and how to update their must be a million answers on google for this common question