Module 13 · When Something Goes Wrong 25 min

Every computer breaks sometimes. That's not a disaster, it's normal. Windows breaks. Macs break. Linux breaks. The difference between someone who panics and someone who calmly fixes it is just knowing what to try, in what order. This module gives you that order.

By the end of this module, you will:

  • Know the six things to try, in order, when anything stops working
  • Recognise the four most common Linux error messages and what they really mean
  • Know where to find help (and how to ask for it well)
  • Stop being scared of error messages, they're usually friendly once you read them
💡

Good news, before we start

Linux error messages are usually friendly. They tell you what went wrong in plain words. Compare to Windows, where you sometimes get "0x8024A105" with no clue what it means, on Linux the GNOME dialog nearly always says something more like "Not enough space on disk" or "You don't have permission". So the first rule of fixing Linux problems is the easiest rule of all: read the dialog. It's usually telling you the answer.

The Golden Rule: read the error dialog

If you do nothing else, do this. Read the dialog before reacting. On Linux the GNOME error pop-up tells you, in plain words, what went wrong. The same four messages cover the vast majority of everyday snags you will see on the desktop:

What the dialog saysWhat it almost always means, and what to do
"Not enough space on disk"
(Files copy dialog, Software Updater)
Your drive is nearly full. Open Files, right-click the Trash in the sidebar → Empty Trash. Then look in Downloads for big things you don't need. If still full, open System Settings → About → Storage to see what's eating the space.
"You don't have permission to access this file"
(Files, System Settings padlock)
The file or setting is locked, either it belongs to another user account on the machine or IT has restricted it by policy. Don't try to override it. On a managed laptop, ask IT. On personal kit, check Files → right-click → Properties → Permissions.
"Could not connect to network"
(Wi-Fi indicator, Firefox, email client)
Wi-Fi off, wrong password, or your VPN dropped. Click the top-right Wi-Fi / network indicator: confirm Wi-Fi is on, the right network is selected, and (if needed) the VPN toggle is green. If you're on Ethernet, unplug and replug the cable.
"The application is not responding"
(GNOME force-quit dialog)
The app froze. Click Force Quit. Reopen the app, your work was almost certainly auto-saved (LibreOffice, Firefox, GNOME Text Editor all do this). If the same app freezes repeatedly, reboot the laptop and try again before escalating.

Notice that none of those are mysterious. Read what the dialog says, click the obvious button, and most of the time it works.

The six things to try, in order

When something on Linux stops working and you do not know why, walk through these six checks. They sound simple, that is because they are. Most problems get fixed somewhere in the first three steps.

1
Read the error message

If there is a message on screen, read it slowly, all the way through. Do not skim. Do not immediately Google. Linux's errors usually tell you what is wrong in plain words.

2
Is the disk full?

A surprising number of "weird" Linux problems are just a full hard drive. Open System Settings → About → Storage to see a coloured bar of what's used. Or open Files, click Other Locations, and look at the disk usage shown next to your drive. If anything is above 90% full, that is almost certainly the problem. Empty Trash, delete old Downloads, free up space.

3
Have you turned it off and on again?

Yes, really. Linux is more stable than Windows so people are sometimes too proud to reboot. But a fresh restart fixes a huge percentage of weird issues, Bluetooth glitches, frozen apps, network gone funny. Restart first, then keep troubleshooting if the problem comes back.

4
Did you change something just before it broke?

Did you install a new app yesterday? Did you change a setting? Did you plug in new hardware? The thing you changed most recently is almost always the cause. Try undoing it.

5
Run "Software Updater"

Search "Software Updater" in your Activities, run it, install whatever it offers. A surprising number of problems are bugs that have already been fixed in an update you have not installed yet. Same idea as Windows Update.

6
Search the exact error message online

Copy the exact words of the error message. Paste them into Google. Do not paraphrase. The exact wording is what helps you find someone who hit the same problem. Add your distro name (e.g. "Ubuntu") to the search. You are almost certainly not the first person to see this, and there is almost certainly an answer already written.

The "have you tried turning it off and on again?" rule

It is a joke for a reason. About a third of all Linux problems, frozen apps, weird screen flickers, Bluetooth gone silent, sound disappeared, are fixed by a simple restart. Do not be too proud. Restart, then carry on troubleshooting only if it does not come back.

Where to find help

Even people who have used Linux for 20 years search for answers every single day. That is not a sign of weakness, it is how Linux works. Here is where to look, in order of usefulness:

  • The exact error message in Google, copy and paste, add your distro name. 90% of the time you will find the answer in the first three results.
  • Ask Ubuntu (askubuntu.com), community Q&A specifically for Ubuntu. Massive archive. Search before posting; almost always already answered.
  • The Ubuntu Forum (ubuntuforums.org), older but still extremely active.
  • Reddit r/linuxquestions and r/ubuntu, friendly, beginner-tolerant. People will help.
  • The Mint forum, the Fedora forum, etc., if you are using a different distro, every distro has its own forum and they are all welcoming.

How to ask for help so people answer

Three things make people want to help:

  1. Say what you tried. "I tried X, Y, Z", shows you have already done some thinking.
  2. Paste the exact error. Not a paraphrase, not a screenshot of your phone showing the screen, the actual text.
  3. Say which distro and which version. "Ubuntu 24.04" tells the helper a lot.

"It does not work, what do I do?" gets ignored. "I'm on Ubuntu 24.04, when I try to print I get the message X, I've tried restarting and reinstalling the printer driver" gets answered in five minutes.

If your computer will not boot at all

This is the only properly scary one. You turn the laptop on, and instead of getting to your normal desktop, you see a black screen, or a strange menu, or a wall of text. Do not reinstall. On a managed government laptop, do not try to repair the boot loader yourself either, every boot problem listed here has a recovery path that goes through IT.

What you seeWhat to do (civil-servant version)
Black screen, then nothingHold the power button for 10 seconds to force off, wait 10 seconds, power back on. If it still won't boot to the desktop, stop and contact IT, note exactly what you see (black screen, blinking cursor, error text). Take a phone photo if there's any text.
Forgot your login passwordContact IT. On a managed laptop they can reset your account; on personal kit your distro's official documentation walks you through the GUI password-reset path. Never try to bypass it via boot menus on a work machine.
Linux got really slow after the last updateFrom the lock screen, click the cog icon and pick the previous session if your distro shows one. Otherwise reboot once, log in, run Software Updater again (a follow-up patch is often released within 24 hours). Still slow? Report to IT with the date the slowdown started.
Desktop is frozen but the cursor movesWait 60 seconds, GNOME often unfreezes itself. If still stuck, hold the power button to force off and power back on. Report repeat freezes to IT with the application name involved.

The technician's version (terminal commands)

Behind the scenes a technician would translate these six steps into a short list of terminal commands, but civil servants on managed laptops don't need them: escalate to IT instead. If you want the full technician's walkthrough, it lives in the separate win2linux, Advanced course alongside the deeper troubleshooting and system-monitoring material.

Updates & backups: the small toolkit

Specific symptom → specific check → specific fix for the most common update and backup snags. Same six-step mindset, applied to the M10 toolkit.

SymptomFirst place to lookWhat to try
Update fails, "could not get lock"Another update operation is already runningWait a couple of minutes and try Software Updater again. On managed laptops this usually means IT's push job is in flight, let it finish.
Disk is full, can't updateFiles app → right-click a folder → Properties shows used / free spaceOpen Software & Updates → clear old snap revisions; empty the Trash; offload large folders to your backup drive. On a managed laptop, escalate to IT (they have policy tools for this).
Update broke somethingTimeshift → Restore latest snapshot (personal kit)On a managed laptop, escalate to IT, they have central snapshot/restore tooling.
Forgot encryption passphraseYou can't recoverMake a new backup chain. Then write the passphrase down on paper, kept somewhere safe.
External backup drive isn't detectedFiles app sidebar, is it mounted?Try another USB cable / port. Try the drive in another machine to rule out the drive itself.