Systemctl issue with debian

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
loerichroot
Posts: 4
Joined: 2024-10-25 08:23
Has thanked: 1 time

Systemctl issue with debian

#1 Post by loerichroot »

i have an issue with my systemctl on debian and when i type the systemctl status command it shows as follows

Code: Select all

root@debian:/etc/kamailio# sudo systemctl status
● debian
    State: degraded
    Units: 474 loaded (incl. loaded aliases)
     Jobs: 0 queued
   Failed: 1 units
    Since: Thu 2024-11-07 07:40:39 EST; 54min left
  systemd: 252.30-1~deb12u2
  Tainted: local-hwclock
   CGroup: /
           ├─init.scope
           │ └─1 /sbin/init
           ├─system.slice
           │ ├─ModemManager.service
           │ │ └─1071 /usr/sbin/ModemManager
           │ ├─NetworkManager.service
           │ │ └─1010 /usr/sbin/NetworkManager --no-daemon
           │ ├─accounts-daemon.service
           │ │ └─951 /usr/libexec/accounts-daemon
           │ ├─apache2.service
           │ │ ├─1151 /usr/sbin/apache2 -k start
           │ │ ├─1154 /usr/sbin/apache2 -k start
           │ │ ├─1155 /usr/sbin/apache2 -k start
           │ │ └─1156 /usr/sbin/apache2 -k start
lines 1-23...skipping.
any advice on how to handle this issue ?

User avatar
sunrat
Site admin
Site admin
Posts: 7451
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 134 times
Been thanked: 665 times

Re: Systemctl issue with debian

#2 Post by sunrat »

Show:

Code: Select all

systemctl --failed
I guess it's the local-hwclock service. Is your hwclock set to local time instead of the usual UTC?
Maybe journalctl can give more clues.
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply