You are not logged in.

#1 2023-08-25 20:54:43

s1nistr4
Member
Registered: 2023-08-25
Posts: 3

Arch Linux is uninstallable as of 8/25/2023

Arch linux cannot be installed with the current iso due to severe keyring errors.

## steps repeated

1. Booted into it
2. Made 3 partitions, 1 EFI partition, a 2gb swap, and btrfs
3. Mounted the btrfs partition at /mnt
4. Ran ```pacstrap /mnt base base-devel linux linux-firmware```
5. arch-chrooted into the /mnt partition after it was done

After you do that and try to install anything, bam keyring errors. It seems it can't contact the keyring servers.

I've also tried this
```
pacman-key --init
pacman-key --refresh-keys
```

And that gave a ton of EOF errors, as well as unable to register keyring errors.

This is an ISO-wide issue that isn't specific to one machine or hardware, I tested it on 2 separate systems, every person who will install arch as of today will face this issue.
This could have been avoided if the ISOs went through a simple test in a vm before being shipped out to the public. I think doing a small test like that on every ISO release will help the OS greatly and prevent issues like this from happening.

Offline

#2 2023-08-25 21:21:41

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: Arch Linux is uninstallable as of 8/25/2023

The latest iso is from August 1st so if this was a problem w/ the iso, it'd have been so for more than 3 weeks now.
Yet you're the first one to "report" that…

bam keyring errors. It seems it can't contact the keyring servers … ton of EOF errors, as well as unable to register keyring errors

Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855

And try to

pacman -Sy archlinux-keyring

ahead of everything, but we better look at the actual errors first.

Offline

#3 2023-08-25 21:23:55

s1nistr4
Member
Registered: 2023-08-25
Posts: 3

Re: Arch Linux is uninstallable as of 8/25/2023

Yeah I tried that, it didn't work because you need keyrings to install packages to begin with, so you can't install the archlinux-keyring package via pacman, and again it should work ootb anyway. I've never had this issue with an arch iso before

Offline

#4 2023-08-25 21:29:39

schard
Forum Moderator
From: Hannover
Registered: 2016-05-06
Posts: 1,991
Website

Re: Arch Linux is uninstallable as of 8/25/2023

Did you run

pacman-key --populate archlinux

?


macro_rules! yolo { { $($tokens:tt)* } => { unsafe { $($tokens)* } }; }

Offline

#5 2023-08-25 21:37:28

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: Arch Linux is uninstallable as of 8/25/2023

it should work ootb anyway

Yes "should" …
You otoh should post the actual errors, not vague descriptions thereof.

Offline

#6 2023-08-25 21:46:12

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,881
Website

Re: Arch Linux is uninstallable as of 8/25/2023

Works fine here.


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

#7 2023-08-25 22:34:21

s1nistr4
Member
Registered: 2023-08-25
Posts: 3

Re: Arch Linux is uninstallable as of 8/25/2023

schard wrote:

Did you run

pacman-key --populate archlinux

?

Yea, I tried that and still the same issue

Offline

#8 2023-08-25 22:58:09

mpan
Member
Registered: 2012-08-01
Posts: 1,210
Website

Re: Arch Linux is uninstallable as of 8/25/2023

Being offensive is not making getting help easier. Even worse, if the accusations are in disagreement both with actual observations and with your own report.

Speaking of which, I want to bring to attention, that s1nistr4 claims they already installed the system with no errors. Keyring or otherwise:

4. Ran ```pacstrap /mnt base base-devel linux linux-firmware```
5. arch-chrooted into the /mnt partition after it was done

I would say this indicates the ISO worked fine.

s1nistr4: you were asked twice to provide the exact error messages. Please do this. Also please provide the exact command, which you invoked to get the error. Do not paraphrase, do not describe what you believe you saw: just provide the error message.


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#9 2023-08-26 01:19:55

Tammit9
Member
Registered: 2023-08-26
Posts: 2

Re: Arch Linux is uninstallable as of 8/25/2023

This is happening to me too. I'll create a separate post once I've done some troubleshooting, but I wanted to quickly confirm that this is definitely affecting more than one person.

Last edited by Tammit9 (2023-08-26 01:20:19)

Offline

#10 2023-08-26 01:53:13

Tammit9
Member
Registered: 2023-08-26
Posts: 2

Re: Arch Linux is uninstallable as of 8/25/2023

The same errors happened to me this morning doing a routine system update with pacman -Syu

Running the steps in https://wiki.archlinux.org/title/Pacman … leshooting worked for me, including removing the /etc/pacman.d/gnupg directory

Previously running pacman-key --init and pacman-key --populate without remove the gnupg dir didn't fix the issue

I don't understand what happened but I'm guessing it was related to the fact that archlinux-keyring was one of the packages requiring an update

Offline

#11 2023-08-26 04:44:51

mpan
Member
Registered: 2012-08-01
Posts: 1,210
Website

Re: Arch Linux is uninstallable as of 8/25/2023

Hello Tammit9 and welcome to Arch fora! Keyring issues come in various flavors. It may be the same or it may be not, but until OP decides to share the exact errors we can’t tell.

I just tested it with August ISO and encountered no problems. Neither with pacstrap nor while running `pacman -S` inside the chroot.

A few days ago archlinux-keyring received an update, which shifts expiration of one key and adds another. Using an older version could hypothetically cause trouble, but the package itself would still be updateable and the failure would already occur in pacstrap. This doesn’t fit the OP’s description.

What puzzles me is the omission of the -K flag in pacstrap invocation


Sometimes I seem a bit harsh — don’t get offended too easily!

Offline

#12 2023-08-26 06:33:23

seth
Member
Registered: 2012-09-03
Posts: 51,456

Re: Arch Linux is uninstallable as of 8/25/2023

@Tammit9, you were running this from an installed system, not the August iso, right?
Check your pacman log for your previous update, as suggested by mpan you might have skipped a couple of updates and ran into a dated key before the archlinux-keyring-wkd-sync.timer hit (If you boot the system very rarely?)

including removing the /etc/pacman.d/gnupg directory

You might also have configured a custom keyserver that's now out of business? (Do you still have the files?)


As for the OP, there could be network issues, a locally broken iso (bad usb key) or the system time severely off. Or the gods hate him. Or the local dictator has an extended episode of severe insecurity complexes (what perhaps falls under "network issues")
We don't know because there's no actual error data.

Offline

#13 2023-08-26 22:13:24

wavepass
Member
Registered: 2023-08-26
Posts: 1

Re: Arch Linux is uninstallable as of 8/25/2023

Did you install network manager or dhcpcd?
Try

pacstrap -K /mnt base linux linux-firmware dhcpcd

Is

ping archlinux.org

working?

Last edited by wavepass (2023-08-26 22:19:28)

Offline

Board footer

Powered by FluxBB