artix-archlinux-support - error keys could not be locally signed 13 January 2024, 09:47:30 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 – 14 January 2024, 00:24:04 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 Last Edit: 14 January 2024, 01:03:31 by Wolzly
Re: artix-archlinux-support - error keys could not be locally signed Reply #2 – 14 January 2024, 04:47:52 Welcome.This page might interest you :https://wiki.artixlinux.org/Main/Troubleshooting#Invalid_or_corrupted_packages_.28PGP_signature.29
Re: artix-archlinux-support - error keys could not be locally signed Reply #3 – 14 January 2024, 09:57:44 Quote from: argo – on 13 January 2024, 09:47:30... I'm getting this error: ...I would think about the time first.https://wiki.gentoo.org/wiki/System_timehttps://wiki.archlinux.org/title/System_time
Re: artix-archlinux-support - error keys could not be locally signed Reply #4 – 14 January 2024, 10:03:36 Quote from: lq – on 14 January 2024, 09:57:44Quote from: argo – on 13 January 2024, 09:47:30... I'm getting this error: ...I would think about the time first.https://wiki.gentoo.org/wiki/System_timehttps://wiki.archlinux.org/title/System_timeWell seen !https://forum.artixlinux.org/index.php/topic,6260.msg38625.html#msg38625
Re: artix-archlinux-support - error keys could not be locally signed Reply #5 – 14 January 2024, 10:30:58 Quote from: tintin – on 14 January 2024, 10:03:36Well seen !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.
Re: artix-archlinux-support - error keys could not be locally signed Reply #6 – 14 January 2024, 10:37:00 Quote from: lq – on 14 January 2024, 10:30:58Your 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/hwclockCode: [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 – 14 January 2024, 14:24:14 Issue was not with time.. but today I tried removing and reinstalling the package it now works somehow Thanks for the replies 1 Likes