[Stable Update] 2025-07-20 - Kernels, Mesa, Thunderbird, LibreOffice, Perl, Vulkan

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

Current Promotions

Recent News

Valkey to replace Redis in the [extra] Repository

2025-04-17 - Andrew Crerar

Valkey, a high-performance key/value datastore, will be replacing redis in the [extra] repository. This change is due to Redis modifying its license from BSD-3-Clause to RSALv2 and SSPLv1 on March 20th, 2024.

Arch Linux Package Maintainers intend to support the availability of the redis package for roughly 14 days from the day of this post, to enable a smooth transition to valkey. After the 14 day transition period has ended, the redis package will be moved to the AUR. Also, from this point forward, the redis package will not receive any additional updates and should be considered deprecated until it is removed.

Users are recommended to begin transitioning their use of Redis to Valkey as soon as possible to avoid possible complications after the 14 day transition window closes.

Arch Linux - News: Valkey to replace Redis in the [extra] Repository

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

Notable Package Updates

Additional Info

Python 3.13 info

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

Print a list of of packages that have files in /usr/lib/python3.12/ :

pacman -Qoq /usr/lib/python3.12/

Rebuild them all at once:*

pamac build $(pacman -Qoq /usr/lib/python3.12)

Use rebuild-detector to see if anything else needs to be rebuilt:

 checkrebuild

* It’s recommended to clean your build cache first with pamac clean --build-files

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

  • linux54 5.4.296
  • linux510 5.10.240
  • linux515 5.15.189
  • linux61 6.1.146
  • linux66 6.6.99
  • linux612 6.12.39
  • linux615 6.15.7
  • linux616 6.16.0-rc6
  • linux61-rt 6.1.134_rt51
  • linux66-rt 6.6.94_rt56
  • linux612-rt 6.12.28_rt10
  • linux615-rt 6.15.0_rt2

Package Changes (Sat Jul 19 08:50:01 CEST 2025)

  • stable core x86_64: 30 new and 31 removed package(s)
  • stable extra x86_64: 1878 new and 1874 removed package(s)
  • stable multilib x86_64: 22 new and 22 removed package(s)

A list of all 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:


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

:arrow_right: 2025-07-20

2025-07-12

Warning: ksystemstats: local (6.4.0-1) is newer than extra

If you get this warning, run the following command in order to downgrade the installed package with the higher version to the version currently in the repository… :point_down:

 sudo pacman -Syuu
VLC does not play (certain) videos

For this update, the VLC packages were split up, and not all codecs may be installed on your system. You can install the additional codecs individually, or install the vlc-plugins-all meta-package, which will pull in all available plugins.

 sudo pacman -S vlc-plugins-all
linux-firmware-meta replaces linux-fimware

With the linux-firmware-meta package, all of the firmware is now split up into individual packages, which are all installed as dependencies of linux-firmware-meta.

If you wish to uninstall the firmware packages that you don’t need — e.g. linux-firmware-nvidia — including the meta package itself, then be sure to mark the firmware packages you wish to keep as explicitly installed, or else pacman will regard them as orphans, which would be dangerous when cleaning out your real orphans.

 sudo pacman -D --asexplicit <name-of-package(s)>

2025-06-23

Breaking changes to wine and wine-staging

Transition to the new WoW64 wine and wine-staging

2025-06-16

We are transitioning the wine and wine-staging package to a pure wow64 build. This change removes the dependency on the multilib repository for wine and wine-staging.

The main reason for this is to align with upstream Wine development, which simplifies packaging and the dependency chain.

Potential Issues:

  • OpenGL Performance: A known limitation of the new WoW64 mode is reduced performance for 32-bit applications that use OpenGL directly
  • Breaking Changes: Existing 32-bit prefixes needs to be recreated

If you are facing issues with 32 bit prefixes, please recreate these and reinstall the application.

Possible breaking changes to pacman-mirrors

:warning: With pacman-mirrors 5.0-1, the global mirrors.json data file has been moved from /usr/share/pacman-mirrors to /var/lib/pacman-mirrors.
:warning: This move introduces a possible breaking change if you have custom scripts relying on the mirrors data file. If this is the case, then simply create a symlink from the new location under /var/lib back to the old location, i.e. /usr/share.

ln -s /var/lib/pacman-mirrors /usr/share/

:information_source: The moving of the file is the only change and has been made to make it possible for users to have their /usr-tree on a separate read-only partition or btrfs subvolume.

xkeyboard-config 2.45 issue with symlinks

You may fail to upgrade from 2.44 to 2.45 due to some changes to symlinks. A discussion about it can be found here: Cannot update xkeyboard-config to 2.45 / Pacman & Package Upgrade Issues / Arch Linux Forums

The solution is to update the AUR packages depending on xkeyboard-config or move the files to the new folder /usr/share/xkeyboard-config-2.

More information about it here: xkeyboard-config 2.45 issue with symlinks (#1) · Issues · Arch Linux / Packaging / Packages / xkeyboard-config · GitLab

avahi-discover python script may fail to discover services

avahi-discover fails when attempting to write the discovered services to a sqlite database in /usr/lib/avahi due to lack of permissions.

The issue can be reproduced using a pristine Arch LInux system - it appears from the issues at GitHub - avahi/avahi: Avahi - Service Discovery for Linux using mDNS/DNS-SD -- compatible with Bonjour the issue is known - but not fixed.

Use of dbm causes problems with Python 3.13 · Issue #670 · avahi/avahi · GitHub
Fix issue with dbm.sqlite3 on readonly directories by mickael9 · Pull Request #698 · avahi/avahi · GitHub

Even though the issue has been known to upstream since december 2024, the behaviour on unstable branch has changed fairly recently - perhaps 4 weeks.

Temporary workaround
The workaround it is not optimal - but if you rely on avahi discover service - it will work

Move /usr/lib/avahi to /var/lib and symlink it back to /usr

sudo mv /usr/lib/avahi /var/lib/ && sudo ln -s /var/lib/avahi /usr/lib/

Change the ownership of the folder /var/lib/avahi including files

sudo chown root:avahi /var/lib/avahi -R

Change permissions to allow avahi group to write into the folder including the existing db file

sudo chmod g+w /var/lib/avahi -R

Finally add yourself to the avahi group

sudo gpasswd -a $USER avahi

Logoff and login to activate the new group.

Topic in German section
Avahi zeroconf browser zeigt nichts an

2025-04-12

Grub gained security fixes. Updating it may be risky

When Manjaro updates the grub package the actual installed binaries in master boot record (MBR) or UEFI won’t get updated. This is however needed to apply recent security fixes added to grub. Therefore we created Install-grub: a new way to keep your EFI/MBR in-sync with grub package to make it easier.

A more manual approach can be found here: [root tip] [How To] Primer on handling a grub package update

We also have it documented in our wiki on how to manually install grub when a disaster happens: GRUB/Restore the GRUB Bootloader - Manjaro. So if you are not experienced with it you can either ignore that extra step or have an install media at hand to recover as needed.

See also on how to create a boot media to install Manjaro fresh: Burn an ISO File - Manjaro. Those who want to get install medias having this update included may look for 25.0 ISOs when released or here: Releases · manjaro/release-review · GitHub

Remember, update-grub only updates the boot menu and install-grub is a script helper to install or reinstall grub on most case automatically via grub-install. All grub installations can be with a risk when not done properly as the user will change low level system parts and can easily break their systems.

Note: most likely grub was initially installed by an installer and therefore the user doesn’t know how grub got installed. So if you are unsure simply skip a reinstallation of grub.

2025-03-24

System may hang during splash screen when Nvidia 570 drivers are used

A lot of users with older Nvidia cards report system hanging on Plymouth splash screen after installing Nvidia 570 drivers. In the past we had issues with plymouth in general combined with Nvidia drivers. Therefore we didn’t update plymouth in our stable and testing branch.

As a workaround splash could be removed from /etc/default/grub file followed by a update-grub cmd to remove plymouth from starting. Another alternative is to test the newer plymouth and give feedback if that solves the issue:

sudo pacman -U https://mirrors.manjaro.org/repo/pool/overlay/plymouth-24.004.60-12-x86_64.pkg.tar.zst

No sound from PulseAudio after PipeWire update

If PulseAudio audio playback is suspended after PipeWire update, unload module-suspend-on-idle

pactl unload-module module-suspend-on-idle

If that works, create a custom default.pa configuration for PulseAudio in home folder

cp /etc/pulse/default.pa ~/.config/pulse/default.pa

and comment out module-suspend-on-idle in custom configuration

sed -i '/load-module module-suspend-on-idle/s/^/#/' ~/.config/pulse/default.pa

2025-03-05

[community] repository removed from servers

Similar to Arch we removed our [community] repos from our mirrors and servers. You may want to check your pacnew files or manually remove [community] and [kde-unstable] when used in your /etc/pacman.conf file.

2025-05-02
community has been re-created as an empty repository so that systems where package manager configuration /etc/pacman.conf has not been updated can still be used to update packages from other repositories

2025-02-16

Update only regular repository packages first, no AUR

Follow the best practice of first updating only regular repository packages, followed separately by AUR packages.

  1. Update regular repository packages first with
    • pamac update --no-aur
      or
    • sudo pacman -Syu
  2. Then, if needed, update AUR packages.

Failure to follow this practice may result in the installation of packages that you may not need, and may cause problems. For further details, see:

Keyboard layout issues / Update issues with fcitx5

If a system had sdl2 installed and AUR updates enabled, fcitx5 might be installed as a make dependency

It is recommended to remove fcitx5 and any other orphan packages following the update

pamac remove --orphans

Update issues with fcitx5

2025-02-04

Kernel 4,19 and 6.11 are EOL, 6.11 and 4.19 got removed from repos

Kernel 6.11 and 4.19 got marked [EOL] on kernel.org
Linux 6.11 and 4.19 have been removed from the repositories.
Please ensure your system use a supported kernel mhwd-kernel -l

PostgreSQL users should consider to prepare the change of major version 16→17

More info here and here

Update libpamac before installing the 2025-02-04 updates

Run sudo pacman -Sy libpamac in a terminal to make sure pamac-manager doesn’t crash during the update.

XFCE 4.20 may blank display after 5 mins idle time regardless of power management settings

Most likely this: Disable screen blanking

Call xfce4-screensaver-preferences and disable the screensaver.
xfce4-screensaver - Usage [Xfce Docs]

Previous stable update threads:

2 Likes

Link is now fixed …

3 Likes

Getting 3 stable updates in a span of 8 days? Is it Christmas already? Update went smoothly as usual

2 Likes

ahah being lazy I prefer monthly updates :sweat_smile:

1 Like

I updated via pamac and it crashed during the install but oddly was still running in the background (checked htop and also try rerunning pamac threw a Waiting for another package manager to quit). I waited a bit and re-ran pamac and it showed that there was no pending installation. Current shows Manjaro Zetar 25.0.6 is running.

1 Like

Recurring Regression on Thinkpad T60, Intel Graphics 945GM/ i915
No text in SDDM and KRunner, No Graphics in KSystemMonitor.

sddm-greeter-qt6	Failed to link shader program: error: Exceeded max nr indirect texture lookups (5/4)
sddm-greeter-qt6	Failed to build graphics pipeline state

ksplashqml	Failed to link shader program: error: Exceeded max nr indirect texture lookups (5/4)
ksplashqml	Failed to build graphics pipeline state

kinfocenter	Failed to link shader program: error: Exceeded max ALU instructions (152/64)
kinfocenter	Failed to build graphics pipeline state

plasma-systemmonitor	Failed to link shader program: error: Too many fragment shader default uniform block components
error: Too many fragment shader uniform components

plasma-systemmonitor	Failed to build graphics pipeline state
plasma-systemmonitor	Failed to link shader program: error: Exceeded max ALU instructions (96/64)
plasma-systemmonitor	Failed to build graphics pipeline state

ACPI	        \_SB_.PCI0.LPC_.EC__.HKEY: BCSG: evaluate failed
thinkpad_acpi	acpi_evalf(BCSG, dd, ...) failed: AE_NOT_FOUND


inxi -zv8
System:
  Kernel: 6.12.39-1-MANJARO arch: x86_64 bits: 64 compiler: gcc v: 15.1.1
    clocksource: hpet avail: acpi_pm
    parameters: BOOT_IMAGE=/boot/vmlinuz-6.12-x86_64
    root=UUID=e1dde0ee-4c15-4d8c-a030-ca6fcbe770c3 rw quiet splash
    resume=UUID=cb0b30f7-da3e-478f-b887-28a5d39632e1 udev.log_priority=3
  Desktop: KDE Plasma v: 6.3.6 tk: Qt v: N/A info: frameworks v: 6.16.0
    wm: kwin_x11 with: krunner vt: 2 dm: SDDM Distro: Manjaro base: Arch Linux
Machine:
  Type: Laptop System: LENOVO product: 1952VA4 v: ThinkPad T60
    serial: <superuser required> Chassis: type: 10 serial: <superuser required>
  Mobo: LENOVO model: 1952VA4 serial: <superuser required>
    uuid: <superuser required> BIOS: LENOVO v: 79ETE6WW (2.26 ) date: 04/01/2010
Battery:
  ID-1: BAT0 charge: 35.7 Wh (82.3%) condition: 43.4/47.5 Wh (91.3%)
    volts: 12.0 min: 10.8 model: SANYO COMPATIBLE type: Li-ion serial: <filter>
    status: not charging
Memory:
  System RAM: total: 2 GiB available: 1.91 GiB used: 1.51 GiB (79.2%)
  Message: For most reliable report, use superuser + dmidecode.
  Array-1: capacity: 2 GiB slots: 2 modules: 2 EC: None
    max-module-size: 1024 MiB note: est.
  Device-1: DIMM 1 type: DDR2 detail: synchronous size: 1024 MiB speed: N/A
    volts: N/A width (bits): data: 64 total: 64 manufacturer: N/A part-no: N/A
    serial: N/A
  Device-2: DIMM 2 type: DDR2 detail: synchronous size: 1024 MiB speed: N/A
    volts: N/A width (bits): data: 64 total: 64 manufacturer: N/A part-no: N/A
    serial: N/A
PCI Slots:
  Permissions: Unable to run dmidecode. Root privileges required.
CPU:
  Info: model: Intel Core2 T5500 bits: 64 type: MCP arch: Core2 Merom
    level: v1 built: 2006-09 process: Intel 65nm family: 6 model-id: 0xF (15)
    stepping: 6 microcode: 0xD1
  Topology: cpus: 1x dies: 1 clusters: 1 cores: 2 smt: <unsupported> cache:
    L1: 128 KiB desc: d-2x32 KiB; i-2x32 KiB L2: 2 MiB desc: 1x2 MiB
  Speed (MHz): avg: 998 min/max: 1000/1667 scaling: driver: acpi-cpufreq
    governor: schedutil cores: 1: 998 2: 998 bogomips: 6653
  Flags: acpi aperfmperf apic arch_perfmon bts clflush cmov constant_tsc
    cpuid cx16 cx8 de ds_cpl dtes64 dtherm dts est fpu fxsr ht lahf_lm lm mca
    mce mmx monitor msr mtrr nopl nx pae pat pbe pdcm pebs pge pni pse pse36
    pti rep_good sep sse sse2 ssse3 syscall tm tm2 tsc vme xtpr
  Vulnerabilities:
  Type: gather_data_sampling status: Not affected
  Type: indirect_target_selection status: Not affected
  Type: itlb_multihit status: KVM: VMX unsupported
  Type: l1tf mitigation: PTE Inversion
  Type: mds status: Vulnerable: Clear CPU buffers attempted, no microcode;
    SMT disabled
  Type: meltdown mitigation: PTI
  Type: mmio_stale_data status: Unknown: No mitigations
  Type: reg_file_data_sampling status: Not affected
  Type: retbleed status: Not affected
  Type: spec_rstack_overflow status: Not affected
  Type: spec_store_bypass status: Vulnerable
  Type: spectre_v1 mitigation: usercopy/swapgs barriers and __user pointer
    sanitization
  Type: spectre_v2 mitigation: Retpolines; STIBP: disabled; RSB filling;
    PBRSB-eIBRS: Not affected; BHI: Not affected
  Type: srbds status: Not affected
  Type: tsa status: Not affected
  Type: tsx_async_abort status: Not affected
Graphics:
  Device-1: Intel Mobile 945GM/GMS 943/940GML Express Integrated Graphics
    vendor: Lenovo ThinkPad R60/T60/X60 series driver: i915 v: kernel
    arch: Gen-3.5 process: Intel 90nm built: 2005-06 ports: active: LVDS-1
    empty: DVI-D-1,VGA-1 bus-ID: 00:02.0 chip-ID: 8086:27a2 class-ID: 0300
  Display: x11 server: X.Org v: 21.1.18 with: Xwayland v: 24.1.8
    compositor: kwin_x11 driver: X: loaded: intel unloaded: modesetting
    alternate: fbdev,vesa dri: i915 gpu: i915 display-ID: :0 screens: 1
  Screen-1: 0 s-res: 1024x768 s-dpi: 96 s-size: 270x203mm (10.63x7.99")
    s-diag: 338mm (13.3") monitors: <missing: xrandr>
  Monitor-1: LVDS-1 model: Lenovo 0x4020 built: 2007 res: 1024x768 dpi: 91
    gamma: 1.2 chroma: red: x: 0.612 y: 0.329 green: x: 0.298 y: 0.529 blue:
    x: 0.149 y: 0.129 white: x: 0.314 y: 0.329 size: 287x215mm (11.3x8.46")
    diag: 359mm (14.1") ratio: 4:3 modes: 1024x768
  API: EGL v: 1.5 hw: drv: intel i915 platforms: device: 0 egl: 1.4
    drv: i915 device: 1 drv: swrast gbm: egl: 1.4 drv: i915 surfaceless:
    egl: 1.4 drv: i915 x11: egl: 1.4 drv: i915 inactive: wayland
  API: OpenGL v: 4.5 compat-v: 2.1 vendor: mesa v: 25.1.6-arch1.1 glx-v: 1.4
    direct-render: yes renderer: i915 (: 945GM) device-ID: 8086:27a2
    memory: 187.5 MiB unified: yes
  API: Vulkan Message: No Vulkan data available.
  Info: Tools: api: clinfo, eglinfo, glxinfo, vulkaninfo
    de: kscreen-console,kscreen-doctor wl: wayland-info x11: xdpyinfo,xprop
Audio:
  Device-1: Intel NM10/ICH7 Family High Definition Audio vendor: Lenovo
    ThinkPad R60/T60/X60 series driver: snd_hda_intel v: kernel
    bus-ID: 00:1b.0 chip-ID: 8086:27d8 class-ID: 0403
  Device-2: Texas Instruments PCM2900B Audio CODEC
    driver: hid-generic,snd-usb-audio,usbhid type: USB rev: 2.0 speed: 12 Mb/s
    lanes: 1 mode: 1.1 bus-ID: 3-1:2 chip-ID: 08bb:29b0 class-ID: 0300
  API: ALSA v: k6.12.39-1-MANJARO status: kernel-api with: aoss
    type: oss-emulator tools: alsactl,alsamixer,amixer
  Server-1: JACK v: 1.9.22 status: off tools: N/A
  Server-2: PipeWire v: 1.4.6 status: active with: 1: pipewire-pulse
    status: active 2: wireplumber status: active 3: pipewire-alsa type: plugin
    tools: pactl,pw-cat,pw-cli,wpctl
Network:
  Device-1: Intel 82573L Gigabit Ethernet vendor: Lenovo ThinkPad T60
    driver: e1000e v: kernel pcie: gen: 1 speed: 2.5 GT/s lanes: 1 port: 2000
    bus-ID: 02:00.0 chip-ID: 8086:109a class-ID: 0200
  IF: ens2 state: down mac: <filter>
  Device-2: Qualcomm Atheros AR5212 802.11abg NIC vendor: IBM ThinkPad
    11a/b/g Wireless LAN Mini Express driver: ath5k v: kernel pcie: gen: 1
    speed: 2.5 GT/s lanes: 1 bus-ID: 03:00.0 chip-ID: 168c:1014 class-ID: 0200
  IF: wls3 state: up mac: <filter>
  IP v4: <filter> type: dynamic noprefixroute scope: global
    broadcast: <filter>
  IP v6: <filter> type: noprefixroute scope: link
  Info: services: NetworkManager, systemd-timesyncd, wpa_supplicant
  WAN IP: <filter>
Bluetooth:
  Message: No bluetooth data found.
Logical:
  Message: No logical block device data found.
RAID:
  Message: No RAID data found.
Drives:
  Local Storage: total: 232.89 GiB used: 57.29 GiB (24.6%)
  SMART Message: Unable to run smartctl. Root privileges required.
  ID-1: /dev/sda maj-min: 8:0 vendor: Samsung model: SSD 870 EVO 250GB
    size: 232.89 GiB block-size: physical: 512 B logical: 512 B speed: 1.5 Gb/s
    tech: SSD serial: <filter> fw-rev: 2B6Q scheme: GPT
  Optical-1: /dev/sr0 vendor: ■■■■■■■■ model: DVD-RAM UJ-822S rev: 1.61
    dev-links: cdrom
  Features: speed: 24 multisession: yes audio: yes dvd: yes
    rw: cd-r,cd-rw,dvd-r,dvd-ram state: running
Partition:
  ID-1: / raw-size: 68.36 GiB size: 66.74 GiB (97.62%) used: 23.33 GiB (35.0%)
    fs: ext4 dev: /dev/sda2 maj-min: 8:2 label: SYSTEM
    uuid: e1dde0ee-4c15-4d8c-a030-ca6fcbe770c3
  ID-2: /home raw-size: 136.72 GiB size: 133.51 GiB (97.66%)
    used: 32.8 GiB (24.6%) fs: ext4 dev: /dev/sda3 maj-min: 8:3 label: DATA
    uuid: a9b78d9b-3f94-454d-a8b9-3f2e849b9484
Swap:
  Kernel: swappiness: 60 (default) cache-pressure: 100 (default) zswap: no
  ID-1: swap-1 type: partition size: 11.72 GiB used: 1.16 GiB (9.9%)
    priority: -2 dev: /dev/sda4 maj-min: 8:4 label: SWAP
    uuid: cb0b30f7-da3e-478f-b887-28a5d39632e1
Unmounted:
  ID-1: /dev/sda1 maj-min: 8:1 size: 8 MiB fs: <superuser required> label: N/A
    uuid: N/A
USB:
  Hub-1: 1-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-2: 2-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-3: 3-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Device-1: 3-1:2 info: Texas Instruments PCM2900B Audio CODEC
    type: audio,HID driver: hid-generic,snd-usb-audio,usbhid interfaces: 4
    rev: 2.0 speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 power: 100mA
    chip-ID: 08bb:29b0 class-ID: 0300
  Hub-4: 4-0:1 info: full speed or root hub ports: 2 rev: 1.1
    speed: 12 Mb/s (1.4 MiB/s) lanes: 1 mode: 1.1 chip-ID: 1d6b:0001
    class-ID: 0900
  Hub-5: 5-0:1 info: full speed or root hub ports: 8 rev: 2.0
    speed: 480 Mb/s (57.2 MiB/s) lanes: 1 mode: 2.0 chip-ID: 1d6b:0002
    class-ID: 0900
Sensors:
  System Temperatures: cpu: 55.0 C mobo: N/A
  Fan Speeds (rpm): fan-1: 2963 fan-2: 2963
Repos:
  Packages: pm: pacman pkgs: 1299 libs: 335 tools: pamac
  Active pacman repo servers in: /etc/pacman.d/mirrorlist
    1: https://mirror.easyname.at/manjaro/stable/$repo/$arch
Processes:
  CPU top: 5 of 179
  1: cpu: 28.5% command: ps pid: 2204 mem: 3.80 MiB (0.1%)
  2: cpu: 14.6% command: firefox pid: 788 mem: 326.2 MiB (16.6%)
  3: cpu: 9.4% command: konsole pid: 2142 mem: 122.1 MiB (6.2%)
  4: cpu: 6.9% command: firefox pid: 1863 mem: 226.6 MiB (11.5%)
  5: cpu: 5.9% command: zsh pid: 2150 mem: 8.22 MiB (0.4%)
  Memory top: 5 of 179
  1: mem: 326.2 MiB (16.6%) command: firefox pid: 788 cpu: 14.6%
  2: mem: 246.7 MiB (12.5%) command: firefox pid: 1051 cpu: 5.3%
  3: mem: 226.6 MiB (11.5%) command: firefox pid: 1863 cpu: 6.9%
  4: mem: 223.9 MiB (11.4%) command: firefox pid: 1708 cpu: 2.1%
  5: mem: 216.4 MiB (11.0%) command: firefox pid: 1123 cpu: 3.2%
Info:
  Processes: 179 Power: uptime: 26m states: freeze,mem,disk suspend: deep
    avail: s2idle wakeups: 0 hibernate: platform avail: shutdown, reboot,
    suspend, test_resume image: 767.4 MiB services: org_kde_powerdevil,
    power-profiles-daemon, upowerd Init: systemd v: 257 default: graphical
    tool: systemctl
  Compilers: clang: 20.1.8 gcc: 15.1.1 Shell: Zsh v: 5.9 default: Bash
    v: 5.3.0 running-in: konsole inxi: 3.3.38

Currently unable to update because of

error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.23m.com : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.23m.com : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.23m.com : The requested URL returned error: 404
warning: too many errors from mirror.23m.com, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.23m.com : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from ftp.rz.tu-bs.de : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from ftp.rz.tu-bs.de : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from ftp.rz.tu-bs.de : The requested URL returned error: 404
warning: too many errors from ftp.rz.tu-bs.de, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from ftp.rz.tu-bs.de : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from ftp.belnet.be : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from ftp.belnet.be : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from ftp.belnet.be : The requested URL returned error: 404
warning: too many errors from ftp.belnet.be, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from ftp.belnet.be : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.futureweb.be : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.futureweb.be : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.futureweb.be : The requested URL returned error: 404
warning: too many errors from mirror.futureweb.be, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.futureweb.be : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.init7.net : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.init7.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.init7.net : The requested URL returned error: 404
warning: too many errors from mirror.init7.net, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.init7.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.alwyzon.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.alwyzon.net : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.alwyzon.net : The requested URL returned error: 404
warning: too many errors from mirror.alwyzon.net, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.alwyzon.net : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.alpix.eu : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.alpix.eu : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.alpix.eu : The requested URL returned error: 404
warning: too many errors from mirror.alpix.eu, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.alpix.eu : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.easyname.at : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.easyname.at : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.easyname.at : The requested URL returned error: 404
warning: too many errors from mirror.easyname.at, skipping for the remainder of this transaction
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.easyname.at : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from ftp.lysator.liu.se : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from ftp.lysator.liu.se : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from ftp.lysator.liu.se : The requested URL returned error: 404
warning: too many errors from ftp.lysator.liu.se, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from ftp.lysator.liu.se : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from ftp.gwdg.de : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from ftp.gwdg.de : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from ftp.gwdg.de : The requested URL returned error: 404
warning: too many errors from ftp.gwdg.de, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from ftp.gwdg.de : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.mirrors.lavatech.top : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.mirrors.lavatech.top : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from manjaro.mirrors.lavatech.top : The requested URL returned error: 404
warning: too many errors from manjaro.mirrors.lavatech.top, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from manjaro.mirrors.lavatech.top : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from ask4.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from ask4.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from ask4.mm.fcix.net : The requested URL returned error: 404
warning: too many errors from ask4.mm.fcix.net, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from ask4.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.ipacct.com : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.ipacct.com : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from manjaro.ipacct.com : The requested URL returned error: 404
warning: too many errors from manjaro.ipacct.com, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from manjaro.ipacct.com : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.mirrors.uk2.net : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from manjaro.mirrors.uk2.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from manjaro.mirrors.uk2.net : The requested URL returned error: 404
warning: too many errors from manjaro.mirrors.uk2.net, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.mirrors.uk2.net : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from ipng.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from ipng.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from ipng.mm.fcix.net : The requested URL returned error: 404
warning: too many errors from ipng.mm.fcix.net, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from ipng.mm.fcix.net : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from manjaro.ynh.ovh : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from manjaro.ynh.ovh : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.ynh.ovh : The requested URL returned error: 404
warning: too many errors from manjaro.ynh.ovh, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from manjaro.ynh.ovh : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.raiolanetworks.com : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.raiolanetworks.com : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.raiolanetworks.com : The requested URL returned error: 404
warning: too many errors from mirror.raiolanetworks.com, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.raiolanetworks.com : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirrors.up.pt : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirrors.up.pt : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirrors.up.pt : The requested URL returned error: 404
warning: too many errors from mirrors.up.pt, skipping for the remainder of this transaction
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirrors.up.pt : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst' from mirror.hostiko.network : The requested URL returned error: 404
error: failed retrieving file 'linux612-6.12.38-1-x86_64.pkg.tar.zst' from mirror.hostiko.network : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst' from mirror.hostiko.network : The requested URL returned error: 404
warning: too many errors from mirror.hostiko.network, skipping for the remainder of this transaction
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst' from mirror.hostiko.network : The requested URL returned error: 404
error: failed retrieving file 'linux612-headers-6.12.38-1-x86_64.pkg.tar.zst.sig' from manjaro.kurdy.org : The requested URL returned error: 404
error: failed retrieving file 'github-cli-2.75.1-1-x86_64.pkg.tar.zst.sig' from manjaro.kurdy.org : The requested URL returned error: 404
error: failed retrieving file 'linux612-nvidia-575.64.03-4-x86_64.pkg.tar.zst.sig' from manjaro.kurdy.org : The requested URL returned error: 404
warning: too many errors from manjaro.kurdy.org, skipping for the remainder of this transaction
error: failed retrieving file 'linux612-6.12.38-1-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)
Errors occurred, no packages were upgraded.

mirrors are already updated

Please execute (have patience - it will take some time)

sudo pacman-mirrors -c all && sudo pacman -Syu

Managed to solve the problem before your reply, i restarted, logged out, stopped gdm and did pacman -Syyu (I know not recommended but wanted to try it if for some reason it helps) and update went smoothly after that. Thanks for your help.

Another pretty smooth update; thanks team.

I had to rebuild a few Perl modules to fit in with the new version, but that was hardly onerous.

Another nice, smooth update (this thing of not owning a “good” graphic card has its advantages :joy:).

Just a curiosity: the update-grub thing works ok, no problem on reboot, but each time it says:

/usr/bin/grub-probe: warning: unknown device type nvme0n1.

Does anybody know why?

7 Likes

I’m glad to report that kernel 6.15.7-1 seems to have the computer not staying turned off issue sorted out.

1 Like

Flawless update for me, however I received a warning on a laptop with an encrypted drive. I set up the full encryption with the manjaro installer a couple of years ago and never touched it. From pacman.log

[ALPM-SCRIPTLET] → Running build hook: [openswap]
[ALPM-SCRIPTLET] ==> WARNING: you are using potentially dangerous unlock_method keyfile, please make sure you know what you are doing
[ALPM-SCRIPTLET] ==> WARNING: Swap suspend — The Linux Kernel documentation
[ALPM-SCRIPTLET] ==> WARNING: dm-crypt/Swap encryption - ArchWiki
[ALPM-SCRIPTLET] ==> WARNING: keyfile_device_mount_options variable is not set and unlock_method is set to keyfile

In the pacnew file for openswap there is now the option “keyfile_device_mount_options variable” included, so I set it in the existing openswap.conf to the recommended “ro,noload”, which makes sense for something that should not change. But just to make sure I wanted to ask if there is any other trap to be aware of? From the link provided in the warning I could just understand that loading a key from a mounted filesystem after suspend is a problem?

I have an issue with my system freezing under heavy GPU load that started when I updated. I made a support page here: System freezes under heavy GPU load after today's update. AMDGPU RDNA3

My Digital Camera no longer recognise and mount option no longer shown in gtk filebrowser program’s… I don’t know whats going on, but it looks like a regression too me.

This time I was in a hurry while updating so I did not merge openswap.conf.pacnew.
I never touched this config and now I am not sure what to do with it :thinking:

I’ve had the same issue for a long time :frowning: unsure what causes it. I have tried closing the gui/taskbar package manager first, but it doesn’t change anything.

1 Like

You may want to create a topic about this crash, mention it here and paste the backtrace (shown in journaltcl) in it.
Ideally, we would have debug symbols so that the backtrace would be much more useful.

One of these 2 Kernel versions did fix my shutdown problem.

  • linux615 6.15.6
  • linux615 6.15.7

Now shutdown now does not reboot my system anymore.

1 Like