Tag Archives: Linux

Arch Linux: pacman -Syu and “Failed to connect to system scope bus via local transport” errors
0 (0)

29 December 2025

Problems with upgrades on Arch Linux are very rare, and a situation like today’s is a first for me in nearly 10 years of using the system. So, what happened: installed upgrades with pacman -Syu after installation, sudo reboot would hang managed to reboot only with sudo reboot -f (force) after the reboot – X.Org… Read More: Arch Linux: pacman -Syu and “Failed to connect to system… »

Loading

FreeBSD: Home NAS, part 6 – Samba server and client connections
4.6 (7)

28 December 2025

Continuing the setup of my home NAS on FreeBSD. Actually, a NAS is a Network System, and it’s desirable to have access to it from other devices – Linux and Windows hosts, phones, and TVs. Here we have two main options – Samba and NFS. One could also mention sshfs – but this solution is… Read More: FreeBSD: Home NAS, part 6 – Samba server and client… »

Loading

Kubernetes: Pod resources.requests, resources.limits, and Linux cgroups
0 (0)

20 July 2025

How exactly do resources.requests and resources.limits in a Kubernetes manifest works “under the hood”, and how exactly will Linux allocate and limit resources for containers? So, in Kubernetes for Pods, we can set two main parameters for CPU and Memory – the spec.containers.resources.requests and spec.containers.resources.limits fields: resources.requests: affects how and where a Pod will be… Read More: Kubernetes: Pod resources.requests, resources.limits, and Linux cgroups0 (0) »

Loading

TCP/IP: OSI and TCP/IP models, TCP packets, Linux sockets and ports
0 (0)

19 July 2025

It’s difficult to describe in one post what thousands of books have been written about in a thousand pages, but today we’ll try to quickly review the basics of how hosts communicate on a network. First, let’s talk about the OSI and TCP/IP models, then about packet structure and connection establishment, and finally, we’ll look… Read More: TCP/IP: OSI and TCP/IP models, TCP packets, Linux sockets and… »

Loading

Arch Linux: linux-firmware-nvidia: /usr/lib/firmware/nvidia/ exists in filesystem
0 (0)

9 July 2025

Even though the changes were announced in emails from Arch Linux, for some reason, many people have had problems with the latest update: in the Arch Linux subreddits on Reddit, people are complaining like “Everything is broken, what should I do now?” Let’s see how to complete the upgrade and what exactly has changed. The… Read More: Arch Linux: linux-firmware-nvidia: /usr/lib/firmware/nvidia/ exists in filesystem0 (0) »

Loading

Arch Linux: install in 2025 – partitions, encryption, and manual system installation
0 (0)

5 July 2025

Every time I start installing Arch Linux, it’s like a new journey: it seems like nothing much has changed over the years, but every time something new happens. I’ve written about this a lot, and it’s time to write about it again because I bought a new laptop. At first, I was too lazy to… Read More: Arch Linux: install in 2025 – partitions, encryption, and manual… »

Loading

Arch Linux: mount LVM partitions and run mkinitcpio
0 (0)

15 April 2025

It’s not often, but sometimes I need to boot the system from a USB and rebuild initramfs-linux.img. This post is more of a quick note to myself on how, what, and where to mount on my laptop to run mkinitcpio, as I have LVM partitions, separate disk partitions for /boot, and swap. iwctl and WiFi… Read More: Arch Linux: mount LVM partitions and run mkinitcpio0 (0) »

Loading

Kubernetes: containers, and the “lost” SIGTERM signals
0 (0)

23 June 2024

We have an API service with Gunicorn in Kubernetes that periodically returns 502, 503, 504 errors. I started debugging it, and found a weird thing: there were no messages in the logs about the received SIGTERM, so I first went to deal with Kubernetes – why doesn’t it send it? The Issue So, here’s what… Read More: Kubernetes: containers, and the “lost” SIGTERM signals0 (0) »

Loading

Arch Linux: failed to mount on real root
0 (0)

25 July 2023

I updated my Arch Linux yesterday, and for the first time in 9 years of using this system, I encountered an error when after a reboot the system could not mount a disk: ERROR: device UUID not found. mount: /new_root: can’t find UUID. ERROR: Failed to mount UUID on real root. You are now being… Read More: Arch Linux: failed to mount on real root0 (0) »

Loading

Linux: saving laptop’s battery energy
0 (0)

19 November 2022

This time it became interesting to me – is it possible to somehow save the charge of the laptop battery? Not to say that it discharges quickly, it is enough for 5-6 hours of work, but it will not be too much, especially with the current power outages in Ukraine. Found several utilities, and will… Read More: Linux: saving laptop’s battery energy0 (0) »