Does this systemctl status indicate a problem?
Posted: Mon Oct 28, 2019 2:05 pm
I have just set up a new RPi 4 with a fresh install of Raspbian Buster and PiHole. This was mainly to replace the previous RPi 3B which was my PiHole server. I notice these results from systemctl command and wondered if this indicates a problem:
Then this:
If I try to restart the rpi-eeprom-update.service, I get a similar failed message.
So, is this something I should worry about?
Any help is greatly appreciated.
Code: Select all
pi@raspberrypi:~ $ systemctl status
● raspberrypi
State: degraded
Jobs: 0 queued
Failed: 1 units
Since: Wed 1969-12-31 19:00:01 EST; 49 years 9 months ago
CGroup: /
├─user.slice
│ ├─user-1000.slice
......Code: Select all
pi@raspberrypi:~ $ systemctl --failed
UNIT LOAD ACTIVE SUB DESCRIPTION
● rpi-eeprom-update.service loaded failed failed Check for Raspberry Pi EEPROM updates
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
1 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.So, is this something I should worry about?
Any help is greatly appreciated.