[Testing Update] 2024-09-13 – Kernel, Qemu, Systemd, Plasma, KDE Gear, Virtualbox – Testing Updates
Hello community, here we have another set of package updates. This also marks the preview cycle of 24.1 release also to been known as Xahea. Preview ISOs will get released as we see fit.
Current Promotions
- Find out all about our current Gaming Laptop the Hero with Manjaro pre-installed from Spain!
- Protect your personal data, keep yourself safe with Surfshark VPN: Get 3 months extra
Recent News
Previous News
- Roman published our new Website
- Philip was at Computex and showed off the OrangePi Neo
- Manjaro Team member @romangg has a new library project with a guest post on Phoronix.
- Some Manjaro team members attended FOSDEM 2024 and we showed off a prototype of the upcoming Orange Pi Neo Handheld Gaming Console!
- Check out the new Manjaro Slimbook Hero!
- Manjaro, like many other open-source projects, relies on the generosity of its community through donations and corporate sponsorships to support its growth and development. These donations are essential in covering the various expenses incurred in the operations of the project such as server costs, software development tools, infrastructure expenses, training, flying people to events or conferences and the salaries of key developers. With the help of these donations, Manjaro is able to secure the necessary financial stability that allows the project to continuously improve and remain active. If you love Manjaro, consider to donate!
- As you might have seen some of our team were able to attend FOSDEM 2023 and the conference proved to be incredibly productive for us. See our blog post for more.
- Arch Linux and Manjaro on TUXEDO computers – Arch Linux and Manjaro on TUXEDO computers – TUXEDO Computers
- Linux, Judo, unicycles and … Baywatch?! How Vivaldi and Manjaro aim above the ordinary. | Vivaldi Browser
- Framework | Spotlight on Manjaro Linux
Finding information easier about Manjaro
Finding information easier about Manjaro always has been a topic that needed to be solved. With our new search we have put all Manjaro data accessible in one place and divided by sections so it makes it easier to digest: News – Manjaro
Notable Package Updates
Additional Info
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
Python 3.12 info
You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.11.so
.
Print a list of of packages that have files in /usr/lib/python3.11/
:
pacman -Qoq /usr/lib/python3.11/
Rebuild them all at once:*
pamac build $(pacman -Qoq /usr/lib/python3.11)
* Note that if any fail to build, you’ll have to rebuild what’s remaining one or a few at a time.
Use rebuild-detector
to see if anything else needs to be rebuilt:
checkrebuild
Info about AUR packages
AUR (Arch User Repository) packages are neither supported by Arch nor Manjaro. Posts about them in Announcements topics are off-topic and will be flagged, moved or removed without warning.
For help with AUR packages, please create a new topic in AUR and a helpful volunteer may be able to assist you.
Get our latest daily developer images now from Github: Plasma, GNOME, XFCE. You can get the latest stable releases of Manjaro from CDN77.
Our current supported kernels
- linux419 4.19.322
- linux54 5.4.284
- linux510 5.10.226
- linux515 5.15.167
- linux61 6.1.110
- linux66 6.6.51
- linux69 6.9.12 [EOL]
- linux610 6.10.10
- linux611 6.11.0 rc7
- linux61-rt 6.1.108_rt40
- linux66-rt 6.6.49_rt41
- linux610-rt 6.10.2_rt14
Package Changes (Fri Sep 13 05:51:49 CEST 2024)
- testing core x86_64: 23 new and 24 removed package(s)
- testing extra x86_64: 1363 new and 1358 removed package(s)
- testing multilib x86_64: 9 new and 9 removed package(s)
Overlay Changes
- testing core x86_64: 42 new and 44 removed package(s)
- testing extra x86_64: 168 new and 190 removed package(s)
- testing multilib x86_64: 2 new and 2 removed package(s)
A list of all package changes can be found here
- No issue, everything went smoothly
- Yes there was an issue. I was able to resolve it myself.(Please post your solution)
- Yes i am currently experiencing an issue due to the update. (Please post about it)
Check if your mirror has already synced:
9 Likes
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-09-09
Added by @linux-arhus
System freeze on suspend
A feature in systemd 256 freezing a user session when suspending may freeze the system.
The issue is most prominent with Nvidia systems but reports exist that it may affect other systems as well.
A workaround for this is to create a override config
/etc/systemd/system/systemd-suspend.service.d/disable_freeze_user_session.conf
containing
[Service]
Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=false"
2024-09-13
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-06-03
Linux 6.9 is EOL
Linux 6.9 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-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:
1 Like
Oh no, I went ahead and updated this morning (should have checked here first!). Am I going to have issues later when I try to update again?
Thanks.
2 Likes
IMHO; If your system is working fine for now, awesome. Expect package updates later. If no package updates later, then you did a full update and we’re just waiting for Phil to update the OP.
FROM NOW ON, while on a non-Stable Branch, check here first before you accidentally leave yourself with a non-booting system.
3 Likes
I wish I had read this first. I had to do a Timeshift roll back from the command line. Damn.
1 Like
Welcome to the world of Testing where packages as well as your ability to recover are tested
8 Likes
I have, on a more than one occasion, taken a gamble. Luckily, this wasn’t one of those occasions. It’s no biggie for me, though, I’m swimming in backups.
2 Likes
I accidentally upgraded. lol
This is a BTRFS installation for testing purposes. testing branch.
It rebooted successfully. I’m taking separate backups and snapshots (btrfs), so I don’t really care.
It contains grub-2.12-6-x86_64.pkg.tar.zst.
I boot grub from the main one (ext4 stable branch), so it doesn’t affect me in this case.
1 Like
Troublefree update, /boot/grub/grub.cfg
was renewed, the original is stored as /boot/grub/grub.cfg.pacsave
. !! Don’t touch it !!
So is it finally safe to update?
2 Likes
I’d say it’s “finally time to test the update”
1 Like
what are these comments even referencing about it not being safe to update?
The initial first post of the thread, telling NOT to update for now (with no real explanation why).
1 Like
Comment on the unstable announcement thread about issues:
1 Like
Fortunately it was safe for me on Plasma already last night (20 hours ago)… adding my confession to the list, usually I read first or just leave it until I’m ready – but I was feeling kinda rushed last night and just started the update before my shower, and read the ‘No Nike’ thread after…
1 Like
I tried a few minutes ago but got a failed to commit because of a URL issue. That said, I am also having router problems and a new router is supposed to arrive on Monday…so that may be it.
Maybe post the error you get. Maybe refresh mirrors and retry.
3 Likes
So far so good, tested sleep 1x so far with no freeze (intel hd graphics), will report if anything changes.