I had a rpi aarch64 systemd-nspawn container on x86_64
And I now I can't even get a prompt when I run [code]systemd-nspawn --bind-ro /etc/resolv.conf -M sinope -D archlinuxARM-aarch64-sinope[/code]
It also happened with an arm7 rpi container.
When I use arch-chroot instead. the terminal is not workiing properly where tab or uparrow does not work in bash.
tmux and other tty related comand are broken (like less)
I can now reproduce the problem by downloading the latest ArchlinuxARM-rpi-aarch64-latest.tar.gz from today 2025-11-10.
If I use it like that it's ok. But if I run [code]pacman -Syu[/code] in the container, and exit it. I can't re enter because I never get a prompt on the next systemd-nspawn.
I tried to downagrade systemd, binutils. But this changed nothing.
All I can say if something is broken after upgrading:
[code]binutils 2.44-1 -> 2.45+r29+g2b2e51a31ec7-1
curl 8.16.0-1 -> 8.17.0-1
device-mapper 2.03.36-1 -> 2.03.36-2
glib2 2.86.1-1 -> 2.86.1-1.1
glibc 2.41+r6+gcf88351b685d-1 -> 2.42+r17+gd7274d718e6f-1
hwdata 0.400-1 -> 0.401-1
iana-etc 20250612-1 -> 20251030-1
libelf 0.194-1 -> 0.194-1.1
libsysprof-capture 49.0-1 -> 49.0-1.1
libxcrypt 4.4.38-1 -> 4.5.1-1
linux-aarch64 6.17.7-2 -> 6.17.7-3
mkinitcpio 39.2-5 -> 40-1
raspberrypi-bootloader 20251031-1 -> 20251104-1
sqlite 3.50.4-2 -> 3.51.0-1
systemd 258.1-1 -> 258.2-1
systemd-libs 258.1-1 -> 258.2-1
systemd-resolvconf 258.1-1 -> 258.2-1
systemd-sysvcompat 258.1-1 -> 258.2-1[/code]
The containers are not booted (no -b)
