Known issues and solutions
This is a wiki post; please edit as necessary.
Please, consider subscribing to the Testing Updates Announcements RSS feed
Please RTFT (Read This Fine Thread) first before reporting the same issues over and over again!
2024-07-01
The sshd service needs to be restarted after upgrading to openssh-9.8p1
2024-07-01 - Robin Candau
After upgrading to
openssh-9.8p1
, the existing SSH daemon will be unable to accept new connections (see Can't login after openssh 9.8p1-1 upgrade, MUST restart sshd (#5) · Issues · Arch Linux / Packaging / Packages / openssh · GitLab).
When upgrading remote hosts, please make sure to restart the sshd service usingsystemctl try-restart sshd
right after upgrading.We are evaluating the possibility to automatically apply a restart of the sshd service on upgrade in a future release of the openssh-9.8p1 package.
– Arch Linux - News: The sshd service needs to be restarted after upgrading to openssh-9.8p1
2024-06-03
Linux 6.8 is EOL
Linux 6.8 is EOL and will - at some point - be removed from the repo.
Linux 6.7 is EOL
Linux 6.7 is EOL and will - at some point - be removed from the repo.
Suggestion is to install latest LTS to be sure
sudo mhwd-kernel -i linux66
2024-05-18
Shutdown Issues on some AMD systems (fixed in latest kernels)
- Problem: Kernel updates
6.1.91-1
and6.6.31-1
break shutdown and suspend/resume on the Framework 16 (Ryzen 7 7840HS, no GPU). - Solution: kernels were patched - please update to
6.1.92
/6.6.32
/6.8.11
/6.9.2
- Issue tracking: framework forums
2024-05-14
No plasma interface with kernel 6.9 + Nvidia gpu + Wayland
If you encouter a black screen with no inteface after login in, it’s probably a problem with simpledrm loading.
To solve it add nvidia_drm.fbdev=1
to /etc/default/grub
in the line begining with GRUB_CMDLINE_LINUX="
.
Verify that you also have nvidia_drm.modeset=1
in the same line.
Then exec sudo update-grub
Also, verify that you have nvidia_drm
in /etc/mkinitcpio.conf
in the MODULES=
or HOOKS=
line.
Exemple :
MODULES=(nvidia nvidia_modeset nvidia_uvm nvidia_drm)
If it was not present, then run sudo mkinitcpio -P
after adding it.
2024-05-08
Qemu: MacOS is not bootable with 9.0
Due to a bug MacOS is not bootable with 9.0: [9.0.0] qemu breaks mac os vm (#2334) · Issues · QEMU / QEMU · GitLab
Workaround: remove virtio-serial
and org.qemu.guest_agent.0
from libvirt XML until bug will be fixed.
2024-05-02
The default KDE Plasma session has been changed to X11
As of Plasma 6, KDE decided to make Wayland the default. However, since issues were discovered, we have reverted the default to X11. Users are free to choose whichever works best for them.
Previous testing threads: