Christian Lehnert — Linux, Hacking & Faith

tag: #sysadmin

10 posts
2 weeks ago halt vs shutdown - The Case for the Simpler Command

shutdown is the command operators reach for out of habit when they want to bring a system down. For the common case (a single-user workstation, a headless server, an ad-hoc maintenance window), halt does the same orderly shutdown with less ceremony and a simpler invocation. The reason shutdown won the muscle memory is historical and no longer applies on modern systemd systems.

#linux #freebsd #sysadmin
3 weeks ago Backup at 64 KB/s - When CIFS Stops Being a Backup Protocol

A chunk-store backup that was projected to take ten days for sixty six gigabytes. The protocol was CIFS over rsync. The fix was rclone over SFTP with parallel transfers. The same data, the same network, the same off-site target, moved 280 times faster. The reason is a protocol property that does not show up in any "which backup software" comparison but that decides whether your backup can actually finish before tomorrow.

#linux #backup #sysadmin #networking #homelab
1 month ago A Proxmox Hypervisor Down - Recovery, Postmortem, and the Hardening That Followed

This afternoon the primary Proxmox hypervisor in the homelab refused to boot. Several VMs went offline. Hours of recovery later, every service was back up and no VM data had been lost. This post is the writeup of what failed, what saved the data, and the three hardening layers that have been permanently added so that the next incident in this family does not reach the "blind boot from a serial console" stage.

#proxmox #linux #sysadmin #prometheus #recovery