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!
Note: Do not forget to review your .pacnew
files:
2024-10-02
2024-09-13
Linux 6.9 is EOL
Linux 6.9 is EOL and has been removed from the repos.
Suggestion is to install latest LTS; i.e.,
sudo mhwd-kernel -i linux66
System freeze on suspend
A feature in systemd 256 freezing a user session when suspending may freeze the system.
- [SOLVED] System freezes after sleep since update / Newbie Corner / Arch Linux Forums
- Systemd 256 may break sleep
The issue is most prominent with Nvidia systems but reports exist that it may affect other systems as well.
System freezes for 60 seconds and then wakes back up or hangs after waking up
Since systemd v256, systemd freezes
user.slice
before sleeping. This process can fail due to kernel bugs, particularly when KVM is in use.[13][14]Messages in the logs will contain
Failed to freeze unit 'user.slice'
before sleep. When such an issue occurs, trying to login (start another session) would fail withpam_systemd(process:session): Failed to create session: Job 9876 for unit 'session-6.scope' failed with 'frozen'
.To temporarily revert back to the old behavior, edit
systemd-suspend.service
,systemd-hibernate.service
,systemd-hybrid-sleep.service
, andsystemd-suspend-then-hibernate.service
with the following drop-in:[Service] Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=false"
KDE Plasma hangs on Shutdown, Restart and Logout
With KDE Plasma 6.1, the session saving feature can make Plasma hang.
A workaround is to disable it in System settings > Session > Desktop Session, by choosing “Start with an empty session”.
Session auto login can't be re-enabled for X11
Once session auto login for X11 gets disabled, it can’t be re-enabled in settings.
A workaround is to edit the /etc/sddm.conf.d/kde_settings.conf
file and replace Session=Plasma (X11)
by Session=plasma
2024-08-04
pulseaudio-ctl requires pulseaudio and is not compatible with pipewire
If one is using PipeWire, one will need to remove pulseaudio-ctl
if prompted during the update as it’s only compatible with pulseaudio
2024-07-14
Nvidia driver downgrade
Nvidia drivers got downgraded to 550.100, therefore update with sudo pacman -Syuu
. If you want to stay on the 555 driver series you may either switch to unstable or install nvidia-dkms via: sudo pacman -U https://mirror.easyname.at/manjaro/pool/overlay/nvidia-dkms-555.58.02-1-x86_64.pkg.tar.zst
. More info about Nvidia drivers here:
555 release feedback & discussion - Linux - NVIDIA Developer Forums
550.78 release feedback & discussion thread - Linux - NVIDIA Developer Forums
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
Previous testing threads: