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

14 Sep 2024

feedPlanet Arch Linux

Manual intervention for pacman 7.0.0 and local repositories required

With the release of version 7.0.0 pacman has added support for downloading packages as a separate user with dropped privileges. For users with local repos however this might imply that the download user does not have access to the files in question, which can be fixed by assigning the files and folder to the alpm group and ensuring the executable bit (+x) is set on the folders in question. $ chown :alpm -R /path/to/local/repo Remember to merge the .pacnew files to apply the new default. Pacman also introduced a change to improve checksum stability for git repos that utilize .gitattributes files. This might require a one-time checksum change for PKGBUILDs that use git sources.

14 Sep 2024 12:00am GMT

06 Sep 2024

feedPlanet Arch Linux

Why I started livestreaming as a Rust developer?

Some thoughts on why I started livestreaming my open-source development sessions and my future plans.

06 Sep 2024 12:00am GMT

31 Aug 2024

feedPlanet Arch Linux

SSH CA with device and identity attestation: ssh-tpm-ca-authority

The past year I have been hacking around on tools utilizing TPMs, and one of the features I have been interested to learn more about is the device attestation features. After being a bit inspired by some ideas from people at work, the hackerspace and toots on mastodon, I figure out a SSH certificate authority would be a cool small project to hack on. Last year I wrote an SSH agent with TPM bound keys so this would nicely fit into the existing tooling.

31 Aug 2024 12:00am GMT

Reproducible Arch images with mkosi

In the previous article I investigated how to create a reproducible image but ended up with only managing to create two identical image directories. In this article we'll end up with a fully bit-by-bit reproducible filesystem image! Some things have changed since the last post, mkosi now no longer creates …

31 Aug 2024 12:00am GMT

29 Aug 2024

feedPlanet Arch Linux

August

Arch Linux in August 2024 # Staff # We would like to welcome Quentin Michaud as part of the Arch Linux Package Maintainer team. RFC # A previously proposed Distribution Developer Manual RFC has been accepted with the intention to document how to run the distribution while leveraging GitLab's collaboration features and streamlined workflows for maintaining and evolving the resulting specifications. We have proposed an RFC to license all Arch Linux package sources under the terms of the Zero-Clause BSD license.

29 Aug 2024 12:00am GMT

24 Aug 2024

feedPlanet Arch Linux

Deleting emails will not save the planet

A while ago I saw a post on LinkedIn that piqued my interest, not because it was any good, but because it was impressively wrong. It claimed that, to quote, "if every email user deleted just 10 emails, it would save enough electricity to power millions of households each year". This is not only wrong, it is obviously wrong. In this post, I'd like to dive into why it's wrong, how one might come to think it's right, and perhaps what better message you could put out there to save the planet.

24 Aug 2024 12:00am GMT

18 Aug 2024

feedPlanet Arch Linux

Investigating creating reproducible images with mkosi

I've blogged before about creating vagrant images using mkosi as part of an investigation to move image creation to mkosi but also as I will be giving a talk at All Systems Go about Arch Linux images mkosi and reproducibility. With reproducible images in this article I mean that anyone …

18 Aug 2024 12:00am GMT