Заметки сисадмина о интересных вещах из мира IT, инструкции и рецензии. Alt26 Настраиваем Компьютеры/Сервера/1С/SIP-телефонию в Москве

Debian12: systemctl status shows : “State: degraded”

2025-07-17 · Posted in Linux Debian

When I run systemctl status, I get State: degraded at the top,

What’s going on, and how do I fix it?

Or you can just list the failed services with systemctl –failed, in my case it shows

Normally, you’ll need to read the journal/log to figure out what to do next about that failing item, by using journalctl -xe. If you just want to reset the units so the system “says” running with a green dot, you can run:

To answer the original question more succinctly:

To find the reason of failure:

(replace  by the name of the failed service). You will find lots of info about the service, also the reason of failure.

Leave a Reply