You are not logged in.
No idea why how can I fix this?
$ paru -S linux-lts66 linux-lts66-headers
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
Aur (1) linux-lts66-6.6.94-1 (linux-lts66 linux-lts66-headers)
:: Proceed to review? [Y/n]:
:: Downloading PKGBUILDs...
PKGBUILDs up to date
nothing new to review
:: keys need to be imported:
ABAF11C65A2970B130ABE3C479BE3E4300411886 wanted by: linux-lts66-6.6.94-1 (linux-lts66 linux-lts66-headers)
:: import? [Y/n]:
gpg: keyserver receive failed: No data
error: failed to run: gpg --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886:
$ gpg --keyserver hkps://keyserver.ubuntu.com --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886
gpg: keyserver receive failed: No data
$ gpg --keyserver hkps://keys.openpgp.org --recv-keys ABAF11C65A2970B130ABE3C479BE3E4300411886
gpg: key 79BE3E4300411886: new key but contains no user ID - skipped
gpg: Total number processed: 1
gpg: w/o user IDs: 1
Last edited by korimitsu (2025-06-28 20:55:25)
Offline
Same for 6.1 lts
Offline
Mod note: moving to AUR Issues
Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD
Making lemonade from lemons since 2015.
Offline
The key you're missing belongs to Linus Torvalds (creator of linux and primary kernel maintainer/developer ) .
Kernel developers use Web Key Directory, see https://www.kernel.org/category/signatures.html .
Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.
clean chroot building not flexible enough ?
Try clean chroot manager by graysky
Online
This fixed it:
$ gpg --locate-keys torvalds@kernel.org gregkh@kernel.org
Offline