20 Jun 2025

feedPlanet Arch Linux

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

20 Jun 2025 12:00am GMT

16 Jun 2025

feedPlanet Arch Linux

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:

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

16 Jun 2025 12:00am GMT

12 May 2025

feedPlanet Arch Linux

Am I a musician yet? - Superbooth 2025 Experience

I went to Berlin for a music event and here is what happened.

12 May 2025 12:00am GMT

18 Apr 2025

feedPlanet Arch Linux

Easter hack: terraform-provider-openwrt

April is usualy tax season for most people in Norway, and as I got some "money back on the skætt" I wound up purchasing an OpenWrt One to replace my 13-14 year old Asus router. I've been meaning to learn a bit more about networking in general and getting an OpenWrt router seemed like a fun project. Last year I bought a Beryl AX from GL-Inet as I was travelling for a few weeks.

18 Apr 2025 12:00am GMT

17 Apr 2025

feedPlanet Arch Linux

Valkey to replace Redis in the [extra] Repository

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[0]. 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. [0] https://github.com/redis/redis/commit/0b34396924eca4edc524469886dc5be6c77ec4ed

17 Apr 2025 12:00am GMT

23 Feb 2025

feedPlanet Arch Linux

Rust edition 2024 annotated

Last Thursday Rust 1.85 was released, and with it, edition 2024 has dropped. The new edition is significantly larger than the two editions that preceded it, and contains many small but significant quality of life improvements to the language. In this post, I'd like to explain what an edition is, and summarize all the changes that were made to the language I love. If you need the details, I recommend reading the edition guide, but for a general overview, read on.

23 Feb 2025 12:00am GMT

17 Feb 2025

feedPlanet Arch Linux

Cleaning up old repositories

Around two years ago, we've merged the [community] repository into [extra] as part of the git migration. In order to not break user setups, we kept these repositories around in an unused and empty state. We're going to clean up these old repositories on 2025-03-01. On systems where /etc/pacman.conf still references the old [community] repository, pacman -Sy will return an error on trying to sync repository metadata. The following deprecated repositories will be removed: [community], [community-testing], [testing], [testing-debug], [staging], [staging-debug]. Please make sure to remove all use of the aforementioned repositories from your /etc/pacman.conf (for which a .pacnew was shipped with pacman>=6.0.2-7)!

17 Feb 2025 12:00am GMT

04 Feb 2025

feedPlanet Arch Linux

Infrastructure as Advent of Code

In the cold of December we have but one thing to keep us warm: our laptops, trying to solve Advent of Code puzzles with inefficient algorithms. This year, 2024, is the tenth edition, and the puzzles are filled with more Easter eggs than ever before. Unfortunately, I'm not interested in Easter eggs, or solving the puzzles. I am a DevOps engineer, and I'm going to apply Infrastructure as Code principles to Advent of Code.

04 Feb 2025 12:00am GMT

03 Feb 2025

feedPlanet Arch Linux

Glibc 2.41 corrupting Discord installation

We plan to move glibc and its friends to stable later today, Feb 3. After installing the update, the Discord client will show a red warning that the installation is corrupt. This issue has been fixed in the Discord canary build. If you rely on audio connectivity, please use the canary build, login via browser or the flatpak version until the fix hits the stable Discord release. There have been no reports that (written) chat connectivity is affected.

03 Feb 2025 12:00am GMT

16 Jan 2025

feedPlanet Arch Linux

Critical rsync security release 3.4.0

We'd like to raise awareness about the rsync security release version 3.4.0-1 as described in our advisory ASA-202501-1. An attacker only requires anonymous read access to a vulnerable rsync server, such as a public mirror, to execute arbitrary code on the machine the server is running on. Additionally, attackers can take control of an affected server and read/write arbitrary files of any connected client. Sensitive data can be extracted, such as OpenPGP and SSH keys, and malicious code can be executed by overwriting files such as ~/.bashrc or ~/.popt. We highly advise anyone who runs an rsync daemon or client prior to version 3.4.0-1 to upgrade and reboot their systems immediately. As Arch Linux mirrors are mostly synchronized using rsync, we highly advise any mirror administrator to act immediately, even though the hosted package files themselves are cryptographically signed. All infrastructure servers and mirrors maintained by Arch Linux have already been updated.

16 Jan 2025 12:00am GMT

31 Dec 2024

feedPlanet Arch Linux

2024 wrapped

Dear blog. This post is inspired by an old friend of mine who has been writing these for the past few years. I meant to do this for a while now, but ended up not preparing anything, so this post is me writing it from memory. There's likely stuff I forgot, me being gentle with myself I'll probably just permit myself to complete this list the next couple of days. I hate bragging, I try to not depend on external validation as much as possible, and being the anti-capitalist that I am, I try to be content with knowing I'm …

31 Dec 2024 12:00am GMT

24 Dec 2024

feedPlanet Arch Linux

Goodbye, Sam

A eulogy for the greatest dog of all, and a friend I will never forget.

24 Dec 2024 12:00am GMT

23 Dec 2024

feedPlanet Arch Linux

How I set up this blog

Like my blog? Here is how I set it up.

23 Dec 2024 12:00am GMT

19 Nov 2024

feedPlanet Arch Linux

Providing a license for package sources

Arch Linux hasn't had a license for any package sources (such as PKGBUILD files) in the past, which is potentially problematic. Providing a license will preempt that uncertainty. In RFC 40 we agreed to change all package sources to be licensed under the very liberal 0BSD license. This change will not limit what you can do with package sources. Check out the RFC for more on the rationale and prior discussion. Before we make this change, we will provide contributors with a way to voice any objections they might have. Starting on 2024-11-19, over the course of a week, contributors will receive a single notification email listing all their contributions.

If you contributed to Arch Linux packages before but didn't receive an email, please contact us at package-sources-licensing@archlinux.org.

19 Nov 2024 12:00am GMT

16 Oct 2024

feedPlanet Arch Linux

Can't trust any VPN these days

After Turkey banned Discord, I had to jump through some hoops, fix my VPN, and learn a bit about how DNS works.

16 Oct 2024 12:00am GMT

04 Oct 2024

feedPlanet Arch Linux

Facts

A collection of facts about yours truly. Guaranteed to be as accurate as my memory.

04 Oct 2024 12:00am GMT