Canicule et potager 🥵
Système D pour faire de l'ombre aux jeunes plants de courgettes que je viens de planter et d'autres (concombre) qui craignent la brûlure du soleil intense
Petite récolte de pommes de terre pour faire de la place pour mes jeunes pousses
Les patates douces font des "lianes" qui agrippent bien à mon tipi bancal 😄
#jardin #potager #canicule #systemd

2️⃣6️⃣ Here's the 26th post highlighting key new features of the recently released v261 release of systemd. #systemd261 #systemd

When dealing with VMs, you have to think about dealing with storage, too: how do you connect your block devices and file systems to your VMs.

For a while now systemd has been shipping systemd-vmspawn, a small wrapper around qemu, which integrates it in various ways into the system, for example registers it with systemd-machined and a variety of other things.

While updating my systemd nspawn container server at home:
```
666 packages can be upgraded. Run 'apt list --upgradable' to see them.
```
🎶 6 -- 6 -- 6 -- the number of the packages 🎶

What could possibly go wrong. 🤷‍♂️

#systemd #systemdnspawn #homelab #ironmaiden

No #systemd in my machine because i run #devuan

Fix Systemd Service Errors in Linux

Learn a systematic approach to fixing systemd service failures using service status, logs, dependency analysis, permissions, timeout troubleshooting, exit codes, and automatic restart policies.

🔗 https://www.linuxteck.com/fix-systemd-service-errors-complete-guide/

#LinuxTeck #Linux #Systemd #SysAdmin #DevOps #OpenSource

Автообновления Linux: почему сервер моргает по утрам, а кластер теряет кворум

Ubuntu Server и Debian ставят security-обновления сами, по умолчанию — это не настройка, которую кто-то включил, а поведение из коробки. У механизма два типичных следствия, которые админ месяцами не может опознать. Одиночный сервер «моргает» каждое утро в районе 06:xx на 10–30 секунд: сервис остановлен и тут же запущен, виновного в журнале будто нет, и даунтайм списывают то на сеть, то на GC. Кластер из трёх–пяти узлов, который спокойно переживает падение одного узла, в какой-то момент роняет себя сам: обновление с перезапуском прилетело на все узлы в одно утро — кворума не осталось. Источник у обоих один: таймеры автообновлений с узким окном после шести утра плюс needrestart , который перезапускает не только обновлённый сервис, но и всё, что слинковано с обновившейся системной библиотекой ( libssl3 , libc6 , zlib1g ). Разберём, как подтвердить диагноз за две минуты и как развести узлы во времени — от drop-in к таймеру до координации через Ansible и PodDisruptionBudget.

https://habr.com/ru/articles/1051978/

#unattendedupgrades #dnfautomatic #needrestart #systemd #OnCalendar #автообновления #Linux #кластер #кворум #отказоустойчивость

Автообновления Linux: почему сервер моргает по утрам, а кластер теряет кворум

Автообновления Linux: почему сервер моргает по утрам, а кластер теряет кворум ⚠️  Ахтунг:  тут пробегал ИИ. 💡  Не все знали, но всё это время:  Ubuntu Server и Debian устанавливают...

Хабр

remember that you can write a systemd timer and template service as birthday reminder for everyone.

#Systemd #Linux #Birthday #Fun

✊KaOS Finalizes Its systemd Exit With First Stable Dinit 2026.06 ISO

「 KaOS provides a Wayland desktop based on Niri and Noctalia Wayland shells, maintaining its focus on Qt. The ISO remains GTK-free and continues to offer Qt and KDE-based applications. 」
https://linuxiac.com/kaos-finalizes-its-systemd-exit-with-first-stable-dinit-2026-06-iso/

#kaos #systemd #dinit #distros #opensource #linux

KaOS Finalizes Its systemd Exit With First Stable Dinit 2026.06 ISO

KaOS Dinit 2026.06 arrives as the first stable ISO after the project’s systemd-to-Dinit transition reached its final stage.

Linuxiac

2️⃣5️⃣ Here's the 25th post highlighting key new features of the recently released v261 release of systemd. #systemd261 #systemd

The systemd-socket-proxy tool has been part of the systemd toolset for a long long time, but is probably not known by many. It was originally created to add "fake" socket activation support to daemons that do not support it natively: the tool implements the socket activation, can be wrapped in appropriate socket activation unit files, and when activated…

2️⃣4️⃣ Here's the 24th post highlighting key new features of the recently released v261 release of systemd. #systemd261 #systemd

UAPI.1 Boot Loader Type #1 entries permit gluing together various boot artifacts into a boot menu entry. They originate in pre-UKI times, where kernels and initrds were shipped separately without any trust model (well, some distros still do this), but they are still really useful in a UKI world too, since you can reference a UKI in them (which can even…