[Stable Update] 2024-10-10 - Kernels, Pacman 7.0, KDE Frameworks 6.6, Virtualbox 7.1.2, Mesa

Hello community, here we have another set of package updates.

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
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

image

Notable Package Updates

Additional Info

Python 3.12 info

:information_source: You will need to rebuild any AUR Python packages that install files to site-packages or link to libpython3.11.so. :information_source:

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

:warning: 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.112
  • linux66 6.6.54
  • linux610 6.10.13
  • linux611 6.11.2
  • linux612 6.12.0-rc2
  • linux61-rt 6.1.111_rt42
  • linux66-rt 6.6.52_rt43
  • linux610-rt 6.10.2_rt14

Package Changes (We, Sep, 18, 2024 7:41:09 PM GMT+07:00)

  • stable core x86_64: 41 new and 39 removed package(s)
  • stable extra x86_64: 1250 new and 1177 removed package(s)
  • stable multilib x86_64: 28 new and 13 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)
0 voters

Check if your mirror has already synced:

10 Likes

Known issues and solutions

This is a wiki post; please edit as necessary.
Please, consider subscribing to the Stable 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-13

Kernel 6.10 has been marked [EOL] on kernel.org

:warning: Linux 6.9 is EOL

Linux 6.9 is EOL and got removed from the repo.

Please ensure your system use a supported kernel mhwd-kernel -l

:zap: KERNELS REMOVED

Linux 6.8 and 6.9 have been removed from repo.

:arrow_right: 2024-10-10

Steam games may not launch

Those who have issues with steam games may check this thread for help: Steam games won't launch after 2024-10-10 stable update

Electron apps may crash and flatpak apps may not start

It got reported that electron apps may crash. Also flatpaks might not work. Most likely fixed via adwaita-icon-theme-legacy 46.2-3. More information about it here

2024-10-01

Introducing linux-meta package to deal with EOL kernels more automated

Since we got several reports about issues around linux69 removal we created meta packages called linux-meta and packages for the extramodules. It will detect end of life Kernels and replace them with the current recommended kernel. For now with linux610 series. Please report back if you have any issues with this provided solution.

Users with Nvidia graphic cards may get unbootable systems into graphical environments

Since we removed the linux69 kernel from our repositories and most users will use pamac to update their systems, there is a chance that you may land in a TTY after you reboot your system. Here is why:

  • pamac has an auto-conflict resolution and might have put the linux69-nvidia package on the removal list.
  • you only had linux69 as your kernel installed, since it got shipped by default in Manjaro 24.0 ISOs
  • you rebooted your system without noticing that possible issue

How to fix:

  • first don’t panic and log in to your TTY with your user name and password
  • then install a kernel like 6.6 LTS or 6.10 to your system via: sudo mhwd-kernel -i linux66 or sudo mhwd-kernel -i linux610
  • then install the nvidia drivers via: sudo mhwd --auto pci ${DRIVER} 0300
VirtualBox: might show an error message after update to 7.1

You may have an error message like this: Failed to acquire the VirtualBox COM object. The application will now terminate.Callee RC%3ANS_ERROR_FAILURE (0x80004005). Simply restart the application

Random QML widgets and System Settings pages failing to launch in Plasma settings

… until Qt’s QML cache folder is cleared (if you do this, please save it first and attach it to the bug report).

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.

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 with pam_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, and systemd-suspend-then-hibernate.service with the following drop-in:

[Service]
Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=false"

– Power management/Suspend and hibernate - ArchWiki

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

:information_source: 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.

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 with pam_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, and systemd-suspend-then-hibernate.service with the following drop-in:

[Service]
Environment="SYSTEMD_SLEEP_FREEZE_USER_SESSIONS=false"

– Power management/Suspend and hibernate - ArchWiki

2024-08-20

Some GTK apps on Gnome suddenly changed to other (bright) theme

The adw-gtk3 package is now called adw-gtk-theme which replaces the old adw-gtk-theme.
With that change, you may need to set Legacy Applications to Adw-gtk3-dark in the Tweaks application under Appearance. It may have been set to the now removed Adw-dark previously.

2024-08-08

pipewire-pulse conflicts with pulseaudio-ctl

pulseaudio-ctl is not compatible with PipeWire and should be removed:

pamac remove pulseaudio-ctl
Noisetorch from Extra repository cannot be updated

noisetorch on AUR has been updated to change pulseaudio dependency to pulse-native-provider
A similar change has not been implemented for repository package yet, so pipewire-pulse users may need to remove package before update

pamac remove noisetorch

Noisetorch 0.12.2-4 with pulse-native-provider dependency has been released to all Manjaro branches - Branch compare for Manjaro - noisetorch

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 using systemctl 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

Virtual machines using libvirt have no internet if the host uses UFW

This is a known bug. “Workaround” is to change the firewall with firewalld or to disable UFW.
Another easier workaround is to edit /etc/libvirt/network.conf, and add

firewall_backend = "iptables"

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-13

Python interpreter upgrade

If you have a lot of pip/AUR packages to upgrade to Python 3.12, read this.

If you installed python312 from the AUR, you need to uninstall it before running this update.

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.

If you use KDE you better logout of your session and do the update via Pacman or Pamac in tty.

Helper script to reset plasma Manjaro-Plasma-Reset/manjaro-plasma-reset.sh at main - wonky/Manjaro-Plasma-Reset - Codeberg.org @liinux-aarhus
Also I would, before the update:

  • make a Timeshift snapshot if you ain’t got no recent one.
  • ( export content of widgets like your radio stations in Advanced Radio Player or your Podcasts in Kasts or any podcatcher as a backup )
  • make a fresh boot, but before that even:
  • System Settings > Appearance > Global Theme > set to Breath and tick both options for defaults
  • You might go to the hamburger menu in System Settings and look what changes you made away from default by selecting: Highlight Changed Settings and see if you want to make the effort to get back more defaults
  • System Settings > Workspace > Startup and Shutdown: SDDM defaults and Desktop Session: Start with empty session
  • disable all user-installed widgets that are still on your desktop, panels and even lock screen or wallpaper (e.g. Active Blur)
  • Export your custom shortcuts or mouse gestures in SS> Workspace > Shortcuts
  • Reboot, Timeshift snapshot, reboot
  • then do not log in, do the update via tty (CTRL+ALT+F3, same with F2 gets you back)
  • reboot, login, check through System Settings
  • reboot again
  • enjoy 8)

post-install:

  • look for Plasma 6 replacements for your widgets after the install
  • in case you have Github-installed theming: uninstall the KDE5-version of klassy, install the Plasma 6 version of klassy, maybe reinstall lightly

(greetings, @1efaf7d71a8637c6800a , PS: these are just my thoughts; I didn’t do this update yet!)

How to fix `plasma-firewall` error in System Settings GUI when running `ufw`

Open /usr/lib/kde_ufw_plugin_helper.py and change the first line from #!/usr/bin/python3.11 to #!/usr/bin/python3.12. This fixed the issue for me immediately and makes sense since Manjaro is currently on Python 3.12.

Xfce has inconsistent themes for Qt applications

Qt 6 is now default but some apps are still using Qt 5
To restore the look of QT apps after this update

pamac install kvantum-qt5

Manjaro-settings-manager has light theme instead of dark

2024-04-04

DKMS fails for v4l2loopback on 6.8 kernel

DKMS fails for v4l2loopback on 6.8 kernel (#2) · Issues · Arch Linux / Packaging / Packages / v4l2loopback · GitLab

issues with auto-mount of ntfs filesystem using Kernel 6.8

The kernel changed default ntfs driver from FUSE one to ntfs3.
These two are not fully compatible, mainly as far as mount options go. If you have custom mount options in the fstab (or any other application, such as VeraCrypt) they need to be changed.

Symptoms:
Mount fails with: Device or resource busy
DMesg reports: Can't open blockdev

Solution:
Migrate your mount options. For me the changes were:

  • allow_other → umask=000
  • default_permissions → [drop]
  • user_id=1000 → uid=1000
  • group_id=1000 → gid=1000

2024-03-06

gnome-keyring: ssh component is not included

ssh component is not included (#3) · Issues · Arch Linux / Packaging / Packages / gnome-keyring · GitLab

2024-02-21

plymouth update may cause black screens

With a newer version of plymouth than 22.02.122 you may experience an unbootable system with a black screen. This might be due to not having early KMS enabled. If you have an Nvidia GPU you could set nvidia_drm.modeset=1 nvidia_drm.fbdev=1 to the kernel parameters in your bootloader config to avoid the need of KMS. However, with Wayland around the corner, KMS will be needed.

To “fix” the current problem, we have downgraded plymouth once again to have more time to find a proper solution to migrate most of your installations to a working state with newer plymouth versions.

sudo pacman -Syuu

Those who don’t have issues can enjoy the newer version of plymouth.

Directions for adding kms to your system configuration and how you can help troubleshooting by providing some sysinfo, read more → Black Screen with Plymouth - Cause and Solution

polkit update might remove your local modified config

With polkit 124-1 there were changes made to etc/pam.d/polkit-1. So check if you made local changes to the file. See also: https://www.reddit.com/r/archlinux/comments/19bnj0i/comment/kit2v33/

bashrc-manjaro is now merged into bash
  • Yes, replace bashrc-manjaro with bash
  • Please also compare your:
    /etc/bash.bashrc
    with the generated
    /etc/bash.bashrc.pacsave
    and retrofit all of your customisations as there was no .pacnew file generated.
  • Same goes for /etc/skel/.bashrc
pacman and pacman-contrib changes

pacman-contrib is now split out from pacman. If you have anything installed that depends on pacman-contrib, update (after you finished the Release Update) with:

sudo pacman -Syu pacman-contrib

2024-01-13

Initramfs image can be bigger on 6.7 kernel due to Nvidia GSP Boot firmware

We all known that kernel 6.7 is very feature rich. One of the features is the inclusion of Nvidia’s GSP Boot firmware into Initramfs. However this will increase your image by 150 MB and the fallback image might be 240 MB in size. A way would be to remove kms from mkinitcpio.conf and redo your initramfs images. A discussion regarding that can be found at Arch Gitlab: kms hook increases the initramfs size heavily starting with 6.7 kernel (#238) · Issues · Arch Linux / Mkinitcpio / mkinitcpio · GitLab

To reduce size add fallback_options="-S autodetect -S kms" to /etc/mkinitcpio.d/linux67.preset

Making dbus-broker our default D-Bus daemon

2024-01-09 - Jan Alexander Steffens

We are making dbus-broker our default implementation of D-Bus, for improved performance, reliability and integration with systemd.

For the foreseeable future we will still support the use of dbus-daemon, the previous implementation. Pacman will ask you whether to install dbus-broker-units or dbus-daemon-units. We recommend picking the default.

For a more detailed rationale, please see our RFC 25.

– Arch Linux - News: Making dbus-broker our default D-Bus daemon

In some cases, however it is better to keep the legacy way. Here are some examples: Dbus-broker warnings

Previous stable update threads:

1 Like

See Everything gaming related is screwed up since update

6 Likes

13 posts were split to a new topic: Steam games won’t launch after 2024-10-10 stable update

After the update, the flatpak version of telegram fell off. It freezes at the startup stage, even when all settings are cleared.

A problem with libpamac and packagekit when trying to upgrade (running on Plasma):

$ sudo pacman -Syuu
:: Starting full system upgrade...
resolving dependencies...
warning: cannot resolve "libalpm.so=15", a dependency of "libpamac"
warning: cannot resolve "libalpm.so=15", a dependency of "libpamac"
warning: cannot resolve "libalpm.so=15", a dependency of "libpamac"
warning: cannot resolve "libalpm.so=15-64", a dependency of "packagekit"
warning: cannot resolve "libalpm.so=15", a dependency of "libpamac"
warning: cannot resolve "libalpm.so=15", a dependency of "libpamac"
:: The following packages cannot be upgraded due to unresolvable dependencies:
      libpamac  packagekit

:: Do you want to skip the above packages for this upgrade? [y/N] n
error: failed to prepare transaction (could not satisfy dependencies)

Is this just me, or is this a common problem?

Well, which packagekit version you have? 1.3.0, support alpm v15

Just wanted to say that I don’t have any of the gaming issues that are reported with this update. I can start and play the only game I have installed right now, wich is for Windows and uses the default Proton.
DE is Cinnamon, with Steam (not Native) from official repo, kernel 6.6 LTS and latest NVIDIA drivers.

2 Likes

I have packagekit 1.2.8-8.

Tried with:

$ sudo pacman -S packagekit
resolving dependencies...
warning: cannot resolve "libalpm.so=15-64", a dependency of "packagekit"
:: The following package cannot be upgraded due to unresolvable dependencies:
      packagekit

But no luck.

Since the update, pamac-manager tends to crash.
It’s not 100% reproduceable, but when it does crash, it’s… big surprise… a segfault.
But it’s hard to debug without symbols.

Yes, it might crash more often since pamac is not fully supporting libalpm v15 yet. We are looking into that for sure. One example would be: [pkg-upd] 7.0.0.r3.g7736133-2.0 (4c5278d9) · Commits · Packages / core / pacman · GitLab

1 Like

I did the update from the console, and everything went normally, but after rebooting, NetworkManager crashes every time it tries to log in on Wi-Fi. I restored to the version before this update, and everything is okay.
Something is wrong with this update.

oct 10 10:53:56 voodoo-manjaro systemd-coredump[3192]: [🡕] Process 3106 (NetworkManager) of user 0 dumped core.

                                                       Stack trace of thread 3106:
                                                       #0  0x0000565488841a3b n/a (NetworkManager + 0x142a3b)
                                                       #1  0x0000565488843a48 n/a (NetworkManager + 0x144a48)
                                                       #2  0x00007f71fe8ef299 n/a (libglib-2.0.so.0 + 0x5d299)
                                                       #3  0x00007f71fe951ec7 n/a (libglib-2.0.so.0 + 0xbfec7)
                                                       #4  0x00007f71fe8effa7 g_main_loop_run (libglib-2.0.so.0 + 0x5dfa7)
                                                       #5  0x000056548872cdab n/a (NetworkManager + 0x2ddab)
                                                       #6  0x00007f71fe23ae08 n/a (libc.so.6 + 0x25e08)
                                                       #7  0x00007f71fe23aecc __libc_start_main (libc.so.6 + 0x25ecc)
                                                       #8  0x000056548872d5c5 n/a (NetworkManager + 0x2e5c5)

                                                       Stack trace of thread 3108:
                                                       #0  0x00007f71fe32c1fd syscall (libc.so.6 + 0x1171fd)
                                                       #1  0x00007f71fe94aeb0 g_cond_wait (libglib-2.0.so.0 + 0xb8eb0)
                                                       #2  0x00007f71fe8b795c n/a (libglib-2.0.so.0 + 0x2595c)
                                                       #3  0x00007f71fe9247f7 n/a (libglib-2.0.so.0 + 0x927f7)
                                                       #4  0x00007f71fe91f1b6 n/a (libglib-2.0.so.0 + 0x8d1b6)
                                                       #5  0x00007f71fe2a939d n/a (libc.so.6 + 0x9439d)
                                                       #6  0x00007f71fe32e49c n/a (libc.so.6 + 0x11949c)

                                                       Stack trace of thread 3110:
                                                       #0  0x00007f71fe32c1fd syscall (libc.so.6 + 0x1171fd)
                                                       #1  0x00007f71fe94b807 g_cond_wait_until (libglib-2.0.so.0 + 0xb9807)
                                                       #2  0x00007f71fe8b7925 n/a (libglib-2.0.so.0 + 0x25925)
                                                       #3  0x00007f71fe9253cb n/a (libglib-2.0.so.0 + 0x933cb)
                                                       #4  0x00007f71fe91f1b6 n/a (libglib-2.0.so.0 + 0x8d1b6)
                                                       #5  0x00007f71fe2a939d n/a (libc.so.6 + 0x9439d)
                                                       #6  0x00007f71fe32e49c n/a (libc.so.6 + 0x11949c)

                                                       Stack trace of thread 3173:
                                                       #0  0x00007f71fe32c1fd syscall (libc.so.6 + 0x1171fd)
                                                       #1  0x00007f71fe94b807 g_cond_wait_until (libglib-2.0.so.0 + 0xb9807)
                                                       #2  0x00007f71fe8b7925 n/a (libglib-2.0.so.0 + 0x25925)
                                                       #3  0x00007f71fe9253cb n/a (libglib-2.0.so.0 + 0x933cb)
                                                       #4  0x00007f71fe91f1b6 n/a (libglib-2.0.so.0 + 0x8d1b6)
                                                       #5  0x00007f71fe2a939d n/a (libc.so.6 + 0x9439d)
                                                       #6  0x00007f71fe32e49c n/a (libc.so.6 + 0x11949c)

                                                       Stack trace of thread 3107:
                                                       #0  0x00007f71fe32063d __poll (libc.so.6 + 0x10b63d)
                                                       #1  0x00007f71fe951e0d n/a (libglib-2.0.so.0 + 0xbfe0d)
                                                       #2  0x00007f71fe8ee795 g_main_context_iteration (libglib-2.0.so.0 + 0x5c795)
                                                       #3  0x00007f71fe8ee7f2 n/a (libglib-2.0.so.0 + 0x5c7f2)
                                                       #4  0x00007f71fe91f1b6 n/a (libglib-2.0.so.0 + 0x8d1b6)
                                                       #5  0x00007f71fe2a939d n/a (libc.so.6 + 0x9439d)
                                                       #6  0x00007f71fe32e49c n/a (libc.so.6 + 0x11949c)

                                                       Stack trace of thread 3109:
                                                       #0  0x00007f71fe32063d __poll (libc.so.6 + 0x10b63d)
                                                       #1  0x00007f71fe951e0d n/a (libglib-2.0.so.0 + 0xbfe0d)
                                                       #2  0x00007f71fe8effa7 g_main_loop_run (libglib-2.0.so.0 + 0x5dfa7)
                                                       #3  0x00007f71feaf3d04 n/a (libgio-2.0.so.0 + 0x112d04)
                                                       #4  0x00007f71fe91f1b6 n/a (libglib-2.0.so.0 + 0x8d1b6)
                                                       #5  0x00007f71fe2a939d n/a (libc.so.6 + 0x9439d)
                                                       #6  0x00007f71fe32e49c n/a (libc.so.6 + 0x11949c)
                                                       ELF object binary architecture: AMD x86-64
â–‘â–‘ Subject: Process 3106 (NetworkManager) dumped core
â–‘â–‘ Defined-By: systemd
â–‘â–‘ Support: https://forum.manjaro.org/c/support
â–‘â–‘ Documentation: man:core(5)
â–‘â–‘
â–‘â–‘ Process 3106 (NetworkManager) crashed and dumped core.
â–‘â–‘
â–‘â–‘ This usually indicates a programming error in the crashing program and
â–‘â–‘ should be reported to its vendor as a bug.
type or paste code here

Also after restoring to the previous version that is working, I tried to install the kernel linux611-6.11.0-6, but without success. Please see the error below.

The following packages will be installed:
linux611
linux611-nvidia

Starting
resolving dependencies...
looking for conflicting packages...
Packages (2) linux611-6.11.0-6  linux611-nvidia-550.120-3
Total Download Size:   189,99 MiB
Total Installed Size:  195,18 MiB
:: Proceed with installation? [Y/n]
:: Retrieving packages...
linux611-6.11.0-6-x86_64 downloading...
 linux611-nvidia-550.120-3-x86_64 downloading...
Errors occurred, no packages were upgraded.
error: failed retrieving file 'linux611-nvidia-550.120-3-x86_64.pkg.tar.zst.sig' from manjaro.kurdy.org : The requested URL returned error: 404
error: failed retrieving file 'linux611-6.11.0-6-x86_64.pkg.tar.zst.sig' from manjaro.kurdy.org : The requested URL returned error: 404
warning: failed to retrieve some files
error: failed to commit transaction (failed to retrieve some files)


Done ...

The mirrors seem updated, what can be the problem?

Local mirror status for stable branch
Mirror #1   OK  01:24   Germany      https://manjaro.kurdy.org/
Mirror #2   OK  00:24   Germany      https://ftp.gwdg.de/pub/linux/manjaro/
Mirror #3   OK  05:54   Czechia      https://mirror.dkm.cz/manjaro/
Mirror #4   OK  05:54   Germany      https://mirror.netcologne.de/manjaro/
Mirror #5   OK  05:34   Hungary      https://quantum-mirror.hu/mirrors/pub/manjaro/
Mirror #6   OK  01:38   Germany      https://mirror.23m.com/manjaro/
Mirror #7   OK  00:03   Belgium      https://mirror.futureweb.be/manjaro/
Mirror #8   OK  02:06   Sweden       https://ftpmirror1.infania.net/mirror/manjaro/
Mirror #9   OK  00:16   Austria      https://mirror.easyname.at/manjaro/
Mirror #10  OK  01:05   Netherlands  https://manjaro.mirrors.lavatech.top/
Mirror #11  OK  00:33   Bulgaria     https://manjaro.ipacct.com/manjaro/
Mirror #12  OK  00:04   Germany      https://mirror.alpix.eu/manjaro/
Mirror #13  OK  01:04   France       https://manjaro.ynh.ovh/
Mirror #14  OK  01:56   Sweden       https://ftp.lysator.liu.se/pub/manjaro/
Mirror #15  OK  04:49   Netherlands  https://mirror.bouwhuis.network/manjaro/
Mirror #16  OK  05:36   Portugal     https://mirrors.up.pt/pub/manjaro/
Mirror #17  OK  01:56   Sweden       https://mirror.zetup.net/manjaro/
Mirror #18  OK  05:36   Poland       https://ftp.psnc.pl/linux/manjaro/
Mirror #19  OK  00:24   Denmark      https://mirrors.dotsrc.org/manjaro/
Mirror #20  OK  02:26   Russia       https://mirror.kamtv.ru/manjaro/

Those which might have issues with this update might check which packages got actually updated. Also check if your mirror is fully synced. Checking /var/log/pacman.log might give you needed details.

Starting electron apps with Wayland flags ends in segmentation fault

$ mattermost-desktop --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto
10:28:34.580 › Logger Log level set to: info
[macos-notification-state] failed to load 'notificationstate' addon Error: Module did not self-register: '/usr/lib/mattermost-desktop/app.asar.unpacked/node_modules/macos-notification-state/build/Release/notificationstate.node'.
    at process.func [as dlopen] (node:electron/js2c/node_init:2:2559)
    at Module._extensions..node (node:internal/modules/cjs/loader:1602:18)
    at Object.func [as .node] (node:electron/js2c/node_init:2:2786)
    at Module.load (node:internal/modules/cjs/loader:1295:32)
    at Module._load (node:internal/modules/cjs/loader:1111:12)
    at c._load (node:electron/js2c/node_init:2:17025)
    at Module.require (node:internal/modules/cjs/loader:1318:19)
    at require (node:internal/modules/helpers:179:18)
    at bindings (/usr/lib/mattermost-desktop/app.asar/node_modules/bindings/bindings.js:112:48)
    at safeLoad (/usr/lib/mattermost-desktop/app.asar/node_modules/macos-notification-state/lib/index.js:3:31) {
  code: 'ERR_DLOPEN_FAILED'
}
10:28:34.681 › [App.Initialize] Current working directory is /home/christopher, changing into /usr/lib/electron31
[1]    4315 segmentation fault (core dumped)  mattermost-desktop --enable-features=WaylandWindowDecorations

Moderator edit: In the future, please use proper formatting: [HowTo] Post command output and file content as formatted text

2 Likes

Same problem here with Ferdium.

Ah, got fixed with:

$ sudo pacman -Syyu

Don’t know why I was trying with pacman -Syuu :hushed:

1 Like

Well, we can try to remove the mesa update from this update if that helps. Before we had 24.2.2. You can find older versions here: Index of /packages/. Simply check /var/log/pacman.log what got updated and get them from the Archive. Get back to me so I might pull them.


Xahea 24.1.1 (2024-10-10)

Download XFCE

Full

https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-241010-linux610.iso
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-241010-linux610.iso.sig
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-241010-linux610.iso.sha1
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-241010-linux610.iso.sha256
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-241010-linux610.iso.torrent
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-241010-linux610.iso.pkgs

Minimal

https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux610.iso
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux610.iso.sig
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux610.iso.sha1
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux610.iso.sha256
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux610.iso.torrent
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux610.iso.pkgs

Minimal (linux66)

https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux66.iso
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux66.iso.sig
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux66.iso.sha1
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux66.iso.sha256
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux66.iso.torrent
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux66.iso.pkgs

Minimal (linux61)

https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux61.iso
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux61.iso.sig
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux61.iso.sha1
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux61.iso.sha256
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux61.iso.torrent
https://download.manjaro.org/xfce/24.1.1/manjaro-xfce-24.1.1-minimal-241010-linux61.iso.pkgs

Download GNOME

Full

https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-241010-linux610.iso
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-241010-linux610.iso.sig
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-241010-linux610.iso.sha1
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-241010-linux610.iso.sha256
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-241010-linux610.iso.torrent
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-241010-linux610.iso.pkgs

Minimal

https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux610.iso
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux610.iso.sig
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux610.iso.sha1
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux610.iso.sha256
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux610.iso.torrent
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux610.iso.pkgs

Minimal (linux66)

https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux66.iso
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux66.iso.sig
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux66.iso.sha1
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux66.iso.sha256
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux66.iso.torrent
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux66.iso.pkgs

Minimal (linux61)

https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux61.iso
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux61.iso.sig
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux61.iso.sha1
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux61.iso.sha256
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux61.iso.torrent
https://download.manjaro.org/gnome/24.1.1/manjaro-gnome-24.1.1-minimal-241010-linux61.iso.pkgs

Download KDE

Full

https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-241010-linux610.iso
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-241010-linux610.iso.sig
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-241010-linux610.iso.sha1
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-241010-linux610.iso.sha256
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-241010-linux610.iso.torrent
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-241010-linux610.iso.pkgs

Minimal

https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux610.iso
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux610.iso.sig
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux610.iso.sha1
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux610.iso.sha256
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux610.iso.torrent
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux610.iso.pkgs

Minimal (linux66)

https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux66.iso
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux66.iso.sig
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux66.iso.sha1
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux66.iso.sha256
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux66.iso.torrent
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux66.iso.pkgs

Minimal (linux61)

https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux61.iso
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux61.iso.sig
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux61.iso.sha1
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux61.iso.sha256
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux61.iso.torrent
https://download.manjaro.org/kde/24.1.1/manjaro-kde-24.1.1-minimal-241010-linux61.iso.pkgs

Are the fresh ISOs including this update, if someone wants to test things in a live-session.

1 Like

Same issue here, running code-oss under electron30.
I tried downgrading many of the related packages but couldn’t fix the issue.
The only way to run code-oss is to disable the wayland flags.

EDIT:
Editing here because my account is new and I’m limited to one reply on this thread…

In ~/.config/code-flags.conf I have:

--enable-features=UseOzonePlatform,WaylandWindowDecorations
--disable-features=WaylandFractionalScaleV1
--ozone-platform=wayland

In ~/.config/electron-flag.conf I have:

--enable-features=UseOzonePlatform,WaylandWindowDecorations
--disable-features=WaylandFractionalScaleV1
--ozone-platform-hint=auto
--ozone-platform=wayland

Currently, code-oss runs with all these flags disabled (I just put # in front of them). I didn’t try disabling individual flags, because I had to get to work, unfortunately.

What are these so called wayland flags?

Sorry, I meant the necessary electron flags to use electron apps without xwayland
https://wiki.archlinux.org/title/Wayland#Electron

For example with Mattermost this worked before the update:

$ mattermost-desktop --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto