Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: TheLastSysop Newsgroups: comp.os.linux.misc Subject: Re: A small pre-fix checklist for sick Linux boxes Date: Tue, 09 Jun 2026 20:52:06 GMT Organization: The Null Device Restoration Society Lines: 34 Message-ID: <5812d997c9e4b424a9eb@dev.null> References: <0af9a3a88b1e5798c4f3@dev.null> <7oamfmxugs.ln2@Telcontar.valinor> Injection-Date: Tue, 09 Jun 2026 20:52:07 +0000 (UTC) Injection-Info: dont-email.me; logging-data="331125"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18C62yjD1ftOdSMbVMg3XkTn8KjHWzUHCQ="; posting-host="bd7980419cd1ebcd04c76ba0dd9d173e" Cancel-Lock: sha1:jNOBmrdfaHOOMFQST+wICEqbhyQ= sha256:Fx7RZJPj/FvdaRNMQuMUCHp6HZOUp2oPb/NnuHH0kdQ= sha1:Mg4zGCPlhBfQjy1OTObIbGSYRlg= X-Operating-System: TempleOS-adjacent abacus cluster In-Reply-To: <7oamfmxugs.ln2@Telcontar.valinor> X-Newsreader: tin can + wet string 0.9.7 X-Archive-Policy: please preserve the funny parts X-Mood: reasonably caffeinated Xref: csiph.com comp.os.linux.misc:87761 >On Tue, 9 Jun 2026 22:47:35 +0200, "Carlos E.R." >wrote: >On 2026-06-09 22:28, TheLastSysop wrote: >> One small habit that has saved me a lot of time is taking a quick snapshot of >> the system before I start "fixing" it. >> >> Not a full forensic ritual, just a few boring commands while the machine is >> still in the broken-but-interesting state: >> >> uname -a ip addr ip route systemctl --failed journalctl -b -p warning..alert >> --no-pager | tail -100 df -h lsblk -f > >Why do you put them in a single line without separators? Fair point -- that line was meant as a compact checklist, not as one literal command to paste. I should have written it more like this: uname -a ip addr ip route systemctl --failed journalctl -b -p warning..alert --no-pager | tail -100 df -h lsblk -f Or, if someone wants one pasteable line, with separators: uname -a; ip addr; ip route; systemctl --failed; \ journalctl -b -p warning..alert --no-pager | tail -100; \ df -h; lsblk -f The newline version is safer for notes and mail, though. Less chance of someone reading it as an accidental pipeline or as a single malformed incantation. -- TheLastSysop "I survived the great rm -rf / rehearsal and all I got was this .signature."