Am I a musician yet? - Superbooth 2025 Experience
I went to Berlin for a music event and here is what happened.
https://blog.orhun.dev/am-i-a-musician-yet/
#planetarch
I went to Berlin for a music event and here is what happened.
https://blog.orhun.dev/am-i-a-musician-yet/
#planetarch
Transition to the new WoW64 wine and wine-staging
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.
https://archlinux.org/news/transition-to-the-new-wow64-wine-and-wine-staging/
#news
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.
https://archlinux.org/news/transition-to-the-new-wow64-wine-and-wine-staging/
#news
π9
Plasma 6.4.0 will need manual intervention if you are on X11
On Plasma 6.4 the wayland session will be the only one installed when the users does not manually specify kwin-x11.
With the recent split of kwin into kwin-wayland and kwin-x11, users running the old X11 session needs to manually install plasma-x11-session, or they will not be able to login. Currently pacman is not able to figure out your personal setup, and it wouldn't be ok to install plasma-x11-session and kwin-x11 for every one using Plasma.
### tldr: Install plasma-x11-session if you are still using x11
https://archlinux.org/news/plasma-640-will-need-manual-intervention-if-you-are-on-x11/
#news
On Plasma 6.4 the wayland session will be the only one installed when the users does not manually specify kwin-x11.
With the recent split of kwin into kwin-wayland and kwin-x11, users running the old X11 session needs to manually install plasma-x11-session, or they will not be able to login. Currently pacman is not able to figure out your personal setup, and it wouldn't be ok to install plasma-x11-session and kwin-x11 for every one using Plasma.
### tldr: Install plasma-x11-session if you are still using x11
https://archlinux.org/news/plasma-640-will-need-manual-intervention-if-you-are-on-x11/
#news
π6π2π1
linux-firmware >= 20250613.12fe085f-5 upgrade requires manual intervention
With
Unfortunately, this coincided with upstream reorganizing the symlink layout of the NVIDIA firmware, resulting in a situation that Pacman cannot handle. When attempting to upgrade from
To progress with the system upgrade, first remove
https://archlinux.org/news/linux-firmware-2025061312fe085f-5-upgrade-requires-manual-intervention/
#news
With
20250613.12fe085f-5, we split our firmware into several vendor-focused packages. linux-firmware is now an empty package depending on our default set of firmware.Unfortunately, this coincided with upstream reorganizing the symlink layout of the NVIDIA firmware, resulting in a situation that Pacman cannot handle. When attempting to upgrade from
20250508.788aadc8-2 or earlier, you will see the following errors:linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad103 exists in filesystem
linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad104 exists in filesystem
linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad106 exists in filesystem
linux-firmware-nvidia: /usr/lib/firmware/nvidia/ad107 exists in filesystem
To progress with the system upgrade, first remove
linux-firmware, then reinstall it as part of the upgrade:# pacman -Rdd linux-firmware
# pacman -Syu linux-firmware
https://archlinux.org/news/linux-firmware-2025061312fe085f-5-upgrade-requires-manual-intervention/
#news
β8π5π3π€¬1
Specifications
In October 2024 a team of dedicated developers has started work on the ALPM project. Since then it has been focusing on writing new documentation on many aspects of Arch Linux Package Management that were not thoroughly documented in the past. This article provides an overview of the specifications written by this project and attempts to contextualize them for the reader. The existing stack π With its `bash` based `makepkg` tool for package creation, the libalpm C library for interfacing with system state and the central `pacman` package management tool, the pacman project has defined the β¦
https://devblog.archlinux.page/2025/specifications/
#planetarch
In October 2024 a team of dedicated developers has started work on the ALPM project. Since then it has been focusing on writing new documentation on many aspects of Arch Linux Package Management that were not thoroughly documented in the past. This article provides an overview of the specifications written by this project and attempts to contextualize them for the reader. The existing stack π With its `bash` based `makepkg` tool for package creation, the libalpm C library for interfacing with system state and the central `pacman` package management tool, the pacman project has defined the β¦
https://devblog.archlinux.page/2025/specifications/
#planetarch
π4π₯2
Introducing pkgctl license
In Arch Linux, as part of RFC40, we have recently decided to license all Arch Linux package sources as 0BSD. Our package sources didn't have any license previously. RFC40 only specified that we do want to license our package sources but it didn't specify how to ensure this. As such, in RFC52 we decided we want to use REUSE to achieve that. NOTE: It might be a bit confusing that our PKGBUILD files also have a
https://devblog.archlinux.page/2025/pkgctl-license/
#planetarch
In Arch Linux, as part of RFC40, we have recently decided to license all Arch Linux package sources as 0BSD. Our package sources didn't have any license previously. RFC40 only specified that we do want to license our package sources but it didn't specify how to ensure this. As such, in RFC52 we decided we want to use REUSE to achieve that. NOTE: It might be a bit confusing that our PKGBUILD files also have a
license field. However, this field specifies the upstream license, i.e. the license of the software that we package. It does not specify β¦https://devblog.archlinux.page/2025/pkgctl-license/
#planetarch
zabbix >= 7.4.1-2 may require manual intervention
Starting with
zabbix-server
zabbix-proxy
zabbix-agent _(also used by the `zabbix-agent2` package)_
zabbix-web-service
This shared
The switch to the new user account is handled automatically for the corresponding main configuration files and
However, manual intervention may be required if you created custom files or configurations referencing to and / or being owned by the above deprecated users accounts, for example:
`PSK` files used for encrypted communication
Custom scripts for metrics collections or report generations
`sudoers` rules for metrics requiring elevated privileges to be collected
...
Those should therefore be updated to refer to and / or be owned by the new
Once migrated, you may remove the obsolete user accounts from your system.
https://archlinux.org/news/zabbix-741-2-may-requires-manual-intervention/
#news
Starting with
7.4.1-2, the following Zabbix system user accounts (previously shipped by their related packages) will no longer be used. Instead, all Zabbix components will now rely on a shared zabbix user account (as originally intended by upstream and done by other distributions):zabbix-server
zabbix-proxy
zabbix-agent _(also used by the `zabbix-agent2` package)_
zabbix-web-service
This shared
zabbix user account is provided by the newly introduced zabbix-common split package, which is now a dependency for all relevant zabbix-* packages.The switch to the new user account is handled automatically for the corresponding main configuration files and
systemd service units.However, manual intervention may be required if you created custom files or configurations referencing to and / or being owned by the above deprecated users accounts, for example:
`PSK` files used for encrypted communication
Custom scripts for metrics collections or report generations
`sudoers` rules for metrics requiring elevated privileges to be collected
...
Those should therefore be updated to refer to and / or be owned by the new
zabbix user account, otherwise some services or user parameters may fail to work properly, or not at all.Once migrated, you may remove the obsolete user accounts from your system.
https://archlinux.org/news/zabbix-741-2-may-requires-manual-intervention/
#news
Expanding battery charge control support in Linux
Since GNOME 48, users can now preserve their battery health directly from GNOME Settings. Currently, this feature only works on laptops that support both start and end charge thresholds, such as ThinkPads. Ideally, weβd like to support every laptop with any form of charge threshold control but that isn't β¦
https://vdwaa.nl/charge-types-api-upower.html
#planetarch
Since GNOME 48, users can now preserve their battery health directly from GNOME Settings. Currently, this feature only works on laptops that support both start and end charge thresholds, such as ThinkPads. Ideally, weβd like to support every laptop with any form of charge threshold control but that isn't β¦
https://vdwaa.nl/charge-types-api-upower.html
#planetarch
[arch-announce] Recent services outages
https://archlinux.org/news/recent-services-outages/
https://bbs.archlinux.org/viewtopic.php?id=307762
#planetarch
https://archlinux.org/news/recent-services-outages/
https://bbs.archlinux.org/viewtopic.php?id=307762
#planetarch
Release: rebuilderd v0.25.0
rebuilderd v0.25.0 was recently released, this version has improved in-toto support for cryptographic attestations that this blog post briefly outlines. πΊ As a quick recap, rebuilderd is an automatic build scheduler that emerged in 2019/2020 from the Reproducible Builds project doing the following:
1. Track binary packages available in a Linux distribution
2. Attempt to compile the official binary packages from their (alleged) source code
3. Check if the package we compiled is bit-for-bit identical
1. If so, mark it
2. In every other case, mark it
β¦
https://vulns.xyz/2025/09/rebuilderd-v0.25.0/
#planetarch
rebuilderd v0.25.0 was recently released, this version has improved in-toto support for cryptographic attestations that this blog post briefly outlines. πΊ As a quick recap, rebuilderd is an automatic build scheduler that emerged in 2019/2020 from the Reproducible Builds project doing the following:
1. Track binary packages available in a Linux distribution
2. Attempt to compile the official binary packages from their (alleged) source code
3. Check if the package we compiled is bit-for-bit identical
1. If so, mark it
GOOD, issue an attestation2. In every other case, mark it
BAD, generate a diffoscopeβ¦
https://vulns.xyz/2025/09/rebuilderd-v0.25.0/
#planetarch
Why I left Budgie
I said when I made the announcement that there wasnβt any drama, and there still isnβt.
https://serebit.dev/posts/why-i-left-budgie/
#planetarch
I said when I made the announcement that there wasnβt any drama, and there still isnβt.
https://serebit.dev/posts/why-i-left-budgie/
#planetarch
β€1