• 1 Post
  • 16 Comments
Joined 2 years ago
cake
Cake day: July 11th, 2023

help-circle
  • KDE Manjaro running on 4 or 5 of my machines, pure stability. It sounds like a hardware issue.

    Here are my suggestions to diagnose this.

    Option 1. Setup an ssh server, connect from a second computer (or phone via Termux), execute $journalctl -fe, and observe the journal from your second device when the crash occurs. That should help pinpoint the issue.

    Option 2. If you don’t have a second device, use a non-gui tty, access via Ctrl+Alt+F1. (Usually terminals are available F1 thru F6). Once again execute $journalctl -fe and observe it during the crash.

    Tbh option 2 may just be easier especially if you have minimal knowledge of ssh. Good luck, ping me back if you find this helpful and would like more perspective, and apologies if this doesn’t help you.

    If the entire computer crashes, boot into a terminal and browse journalctl history of previous boots, sorry I don’t have these commands off the top of my head but if you need them and ask I will get them for you.







  • tbh my go to command is just… journalctl -fe -u service

    ex :
    journalctl -fe -u jellyfin
    journalctl -fe -u nordvpnd

    so I’d also like to know the answer to this question. my other go to is dumping journalctl to text files and parsing with grep and awk and creating my own reports with that parsed information.

    grep -E is my favorite, I love regex capturing groups.










  • A reporter asked a very very long question in a press conference 2-3 years ago. It has become a quaint F1 copypasta due to this. The author took that quote and replaced all of the Formula 1 references with Linux references.

    It’s obscure as hell but funny to encounter as a fan of both.

    I am pretty sure the long question is used in Netflix’s Drive to Survive series in one of the seasons with Sebastien Vettel. Good show even for a non-F1 fan, but I admit I am biased.