Skip to content

Troubleshooting

When something breaks on a real server, you need a plan — not panic. These are playbooks for the problems Linux admins hit most often. Each follows the same shape so you can move fast:

Symptom → Likely causes → Diagnose → Fix → Prevent

Start with the method, then jump to the matching playbook.

The method

Common problems

Golden rule

Before you change anything, read the actual error message and ask what changed recently? Most outages trace back to a recent edit, deploy, or update — see dnf history and the logs.