Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: artix-archlinux-support - error keys could not be locally signed (Read 539 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

artix-archlinux-support - error keys could not be locally signed

Noob here, trying to install artix-archlinux-support but I'm getting this error:

Getting the same error when I try to run `pacman-key --populate archlinux`.

Re: artix-archlinux-support - error keys could not be locally signed

Reply #1
I was just getting these errors.  Try this:

(from https://wiki.archlinux.org/title/Pacman/Package_signing#Resetting_all_the_keys)

Remove or reset all the keys installed in your system by removing the /etc/pacman.d/gnupg directory (as root) and by rerunning pacman-key --init followed by pacman-key --populate to re-add the default keys.

I think you also have to run:
pacman-key --populate artix


Re: artix-archlinux-support - error keys could not be locally signed

Reply #3
...  I'm getting this error: ...

I would think about the time first.

https://wiki.gentoo.org/wiki/System_time
https://wiki.archlinux.org/title/System_time
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "


Re: artix-archlinux-support - error keys could not be locally signed

Reply #5

Your solution is correct, but because it is probably a dualboot system [m$-windows], I think it is appropriate to post the three wiki articles.
"Wer alles kann, macht nichts richtig"

Artix USE="runit openrc slim openbox lxde gtk2 qt4 qt5 qt6 conky
-gtk3 -gtk4 -adwaita{cursors,themes,icons} -gnome3 -kde -plasma -wayland "

Re: artix-archlinux-support - error keys could not be locally signed

Reply #6
Your solution is correct, but because it is probably a dualboot system [m$-windows], I think it is appropriate to post the three wiki articles.
I noted this which should always work:
If you need to set the time in relation to the BIOS (windows/linux dual boot):
Code: [Select]
sudo nano /etc/conf.d/hwclock
Code: [Select]
# Set CLOCK to "UTC" if your Hardware Clock is set to UTC (also known as
#Greenwich Mean Time). If that clock is set to the local time, then
# set CLOCK to "local". Note that if you dual boot with Windows, then
# you should set it to "local".
clock="local"
#clock="UTC"

https://forum.artixlinux.org/index.php/topic,1464.0.html

 

Re: artix-archlinux-support - error keys could not be locally signed

Reply #7
Issue was not with time.. but today I tried removing and reinstalling the package it now works somehow :)
Thanks for the replies