You are not logged in.
Hi!
I'm experiencing a very weird issue. I'm trying to install the base package with pacstrap on a ext4 drive in VirtualBox with te following command :
pacstrap -P -K /groovyarcade base
When pacman processes the systemd installation, I have a waterfall of errors. The first one is the following, and happens right before adding all users :
Failed to write /etc/machine-id: Bad file descriptor
Then it's a waterfall of errors, the complete pacstrap log is at https://bpa.st/C24YU, starts once packages have been downloaded.
Offline
was the filesystem empty before running pacstrap?
Online
freshly formatted, yes.
Offline
seems related to systemd 254.2-1
Offline
I got exactly the same error on bare metal.
Offline
Same to me, probably new little bug. More errors:
Failed to write /etc/machine-id: Bad file descriptor
Failed to copy permissions from /etc/group to /etc/.#group5ac29d18b484ee94: No such file or directory
chgrp: invalid group: `systemd-journal-remote`
Failed to resolve user 'dbus': No such process
Offline
There is a new bug posted realted to this issue.
https://bugs.archlinux.org/task/79619
Seems like the systemd 254.2-1 is causing the issue.
Last edited by czekki (2023-09-08 18:53:47)
Offline
Same issue : https://bbs.archlinux.org/viewtopic.php?id=288660
Offline
Fixed in 254.3-1, only in core-testing for now
Offline
Edit: was an error with my installation script causing the problem, now fixed
Last edited by alldayidream (2023-09-11 09:22:29)
Offline