SystemD Contributor Harassed Over Optional Age Verification Field, Suggests Installer-Level Disabling
It’s FOSS interviewed a software engineer whose long-running open source contributions include Python code for the Arch Linux installer and maintaining packages for NixOS. But “a recent change he made to systemd has pushed him into the spotlight” after he’d added the optiona … ⌘ Read more
Fish 4.6 Shell Brings Support For Recent systemd Environment Variables
Fish 4.6 released today as the newest version of this Rust-based interactive shell for Linux and other platforms… ⌘ Read more
SystemD Adds Optional ‘birthDate’ Field for Age Verification to JSON User Records
“The systemd project merged a pull request adding a new birthDate field to the JSON user records managed by userdb in response to the age verification laws of California, Colorado, and Brazil,” reports the blog It’s FOSS.
They note that the field “can only be set by administrators, not by users themselves” — it’s … ⌘ Read more
SysV Init 3.16 Released With Cleanups, Improved systemd Unit To SysV Script Conversion
For any holdouts still running SysV Init instead of systemd or other alternatives like OpenRC, SysV Init 3.16 is out as the first release in a half-year and bringing a few refinements… ⌘ Read more
systemd 260 Released: mstack, SysV Service Scripts Removed & AI Agents Documentation
Systemd 260 was just released as the newest stable version of this widely-used Linux init system and service manager. Systemd 260 brings yet more features to this critical open-source project and to be incorporated into H1’2026 Linux distributions… ⌘ Read more
Linux 7.0 cpupower Now Handles systemd Service Setting EPP, Intel P-State Turbo Boost
The cpupower tool that lives within the Linux kernel source tree has squeezed in a few improvements today for the ongoing Linux 7.0 development cycle… ⌘ Read more
systemd 260-rc3 Released With AI Agents Documentation Added
The first release candidate of systemd 260 arrived in late February with the new mstack feature, dropping System V service scripts support, and other changes. A week after that systemd 260-rc2 released with a few more changes and now another week later is systemd 260-rc3… ⌘ Read more
systemd 260-rc2 Released With More Changes
Last week marked the release of systemd 260-rc1 with a new “mstack” feature, a new “FANCY_NAME” field for os-release, dropping System V service script support, and other changes. Out today is systemd 260-rc2 release with more changes in further working its way toward a stable release for empowering 2026 Linux distributions… ⌘ Read more
Linux 7.1 Looks To Support Extended Attributes On Sockets For New GNOME & systemd Functionality
While the Linux 7.0 feature merge window ended this past weekend and that next kernel release won’t debut as stable until April, there are already features out on the horizon that are being positioned for likely merging into the Linux 7.1 kernel assuming no issues appear or objections raised by Linus Torvalds. One of the features already looking like it will be submitted for Linux 7.1 is supporting extended attri … ⌘ Read more
systemd 260-rc1 Released: New “mstack” Feature, System V Service Scripts No Longer Supported
The first release candidate of systemd 260 is now available for testing. Systemd 260 finally does away with System V service scripts support. Also notable to systemd 260 is the work around the new “mstack” feature… ⌘ Read more
Author of Systemd Quits Microsoft To Prove Linux Can Be Trusted
Lennart Poettering has left Microsoft to co-found Amutable, a new Berlin-based company aiming to bring cryptographically verifiable integrity and deterministic trust guarantees to Linux systems. He said in a post on Mastodon that his “role in upstream maintenance for the Linux kernel will continue as it always has.” Poettering will also continue to … ⌘ Read more
Systemd Founder Lennart Poettering Announces Amutable Company
Systemd founder and lead developer Lennart Poettering announced the creation of a new company called Amutable. The Amutable company being led by Chris Kühl (CEO), Christian Brauner (CTO) and Lennart Poettering (Chief Engineer) will be focused on delivering determinism and verifiable integrity to Linux systems… ⌘ Read more
KDE’s ‘Plasma Login Manager’ Stops Supporting FreeBSD - Because Systemd
KDE’s “Plasma Login Manager” is apparently dropping support for FreeBSD, the Unix-like operating system, reports the blog It’s FOSS. They cite a recently-accepted merge request from a KDE engineer to drop the code supporting FreeBSD, since the login manager relies on systemd/logind:
systemd and logind look like hard dependencies of the … ⌘ Read more
T2/Linux Brings a Flagship KDE Plasma Linux Desktop to RISC-V and ARM64
After “a decade of deep focus on embedded and server systems,” T2 SDE Linux “is back to the Desktop,” according to its web site, calling the new “T2 Desktop” flavour “ready for everyday home and office use!”
Built on the latest KDE Plasma, systemd, and Wayland, the new T2 Desktop flavour delivers a modern, clean, and performant exp … ⌘ Read more
Devuan 6.1 Released For Latest Debian 13 “Init Freedom” Without systemd
Released back in November was Devuan 6.0 for Debian 13 without systemd dependence in order to provide “init freedom” with letting users instead opt for SysVinit, OpenRC, or Runit as the init system. Devuan 6.1 is out today as the newest stable point release… ⌘ Read more
Systemd 259 Released With Experimental Musl libc Support, More Features
Systemd 259 is out as the newest feature release for this widely-used Linux init system and service manager. Yes, there are more features in tow for this systemd release to top off 2025… ⌘ Read more
systemd 259-rc1 Released With Musl libc Support, New run0 “Empower” Mode
Released a short time ago was systemd 259-rc1 as the first test release toward this next version of this dominant Linux init system and service manager… ⌘ Read more
systemd Lands Experimental Support For musl libc
Systemd today finally merged support for building against and using the musl libc library. This is a win for Linux distributions like postmarketOS, Alpine Linux, and others that use musl by default as their standard C library or offer it as an option… ⌘ Read more
Red Hat’s RHEL 10.1 Released With systemd Soft-Reboots, Easier AI Accelerator Drivers
Red Hat Enterprise Linux 10.1 has reached general availability with a number of enhancements to this leading enterprise Linux distribution. As with so many things in 2025, AI is a big focus for RHEL 10.1… ⌘ Read more
@bender@twtxt.net Sounds about right.
I had a brainfart yesterday, though. For whatever reason I thought of subdomains, which are modeled with server entries in nginx. So, each could define its own access_log location. However, there are no subdomains in place! Searching around, I didn’t find any solution to give each user their own access log file.
One way would be a cronjob, aeh, systemd timer as I learned the other day, that greps the main access log and writes all user access log files with only the relevant stuff.
@lyse@lyse.isobeef.org Yeah, I’m glad I’m not the only one who didn’t get this right. 😅 You never had to configure a systemd timer? Lucky. 😅
Thank you for https://www.uninformativ.de/blog/postings/2025-11-09/0/POSTING-en.html, @movq@www.uninformativ.de! I never configured systemd timers, but I would have gotten it wrong, too. Good to know when I eventually stumble across that in the future. I’m still using cron. Yeah, its field order sucks and I always have to look it up (because I don’t deal with that all that often). Indeed, systemd’s order sounds more reasonable.
Devuan 6.0 Released: No Systemd & Non-Woke Debian
Devuan’s Code of Conduct: “We accept everyone’s contributions, we don’t care if you’re liberal or conservative, black or white, straight or gay, or anything in between!” ⌘ Read more
systemd-appd Is A New Component Being Planned By Flatpak Developers
Given this week’s release of Flatpak 1.17 for app sandboxing, open-source developer Sebastian Wick published a blog post on Tuesday around the latest Flatpak developments and a look ahead at some of the feature development planned. Arguably most significant of that is the plans for systemd-appd… ⌘ Read more
“detect-fash” Feature Developed (and Rejected) for Systemd
“A utility to detect problematic software and configurations,” such as Omarchy Linux, Hyprland, & Ladybird, was developed by an account with a Russian Military email address. ⌘ Read more
Google’s “AI” is convinced Solaris uses systemd
Who doesn’t love a bug bounty program? Fix some bugs, get some money – you scratch my back, I pay you for it. The CycloneDX Rust (Cargo) Plugin decided to run one, funded by the Bug Resilience Program run by the Sovereign Tech Fund. That is, until “AI” killed it. We received almost entirely AI slop reports that are irrelevant to our tool. It’s a library and most reporters didn’t even bother to read the rules or even look at what the intend … ⌘ Read more
Devuan: The Non-Woke Debian Linux Fork (Without Systemd)
“We don’t care if you’re liberal or conservative, black or white, straight or gay, or anything in between! In fact, we won’t bring it up or ask.” ⌘ Read more
https://chimera-linux.org/docs/faq Interesting point of view #systemd #elogind #chimeralinux
https://artixlinux.org Running Artix (arch linux without systemD) with runit as pid 1. I have done all I want for now. Clean & KISS. Thumbs up!
NiceOS – a Linux distribution that uses packages from whatever Linux distro you want
No SystemD. No default package manager. NiceOS is… weird. But also nice. ⌘ Read more
https://bostonenginerd.com/posts/notmuch-of-a-mail-setup-part-1-mbsync-msmtp-and-systemd/ isync mbsync msmtp mutt
Also pulse randomly decided that I didn’t get to have a driver for my (extremely common) sound card anymore. Jesus, systemd – you’re pushing linux on the desktop back to 1998 levels of bullshit.
Udevd was eating up literally all my ram and literally all my CPU, while doing nothing. I fixed it by turning off udevd. (Take that, systemd.)
Linux has become a weird version of Rock-paper-scissors: udev breaks systemd, systemd breaks pulseaudio, pulseaudio breaks dbus, dbus breaks udev
NixOS 14.12 released
NixOS 14.12 “Caterpillar” has been released, the third stable
release branch. It brings Linux 3.14, systemd 217, Glibc 2.20,
KDE 4.14.1, and much more. See the release\
notes
for details. You can get NixOS 14.12 ISOs and VirtualBox
appliances from the download\
page. For information on how to upgrade from older release
branches to 14.12, check out the [manual section\
on\
upgrading](/manual/nixos/stable/ind … ⌘ Read more
NixOS 14.04 released
NixOS 14.04 “Baboon” has been released, the second stable
release branch. It brings Linux 3.12, systemd 212, GCC 4.8,
Glibc 2.19, KDE 4.12, light-weight NixOS containers, and much
more. See the release\
notes for details. You can get NixOS 14.04 ISOs and
VirtualBox appliances from the download page. For information on
how to upgrade a 13.10 system to 14.04, check out the [manual\
section on upgrading](/manual/nixos/stable/#sec … ⌘ Read more
NixOS switched to systemd
NixOS has switched from Upstart to systemd!
Systemd brings many advantages such as better dependency
management, socket-based activation of services, per-service
logging, cgroup-based process management, and much more. (Read
the announcement.) ⌘ Read more