Open wdoekes opened 2 weeks ago
systemctl disable determine-reboot-cause.service process-reboot-cause.service
systemctl stop determine-reboot-cause.service process-reboot-cause.service
Needs fixing still.
Also:
root@spine2:3:~# journalctl -u system-health.service
Nov 21 11:11:35 spine2.dostno.systems systemd[1]: Started system-health.service - SONiC system health monitor.
Nov 21 11:11:36 spine2.dostno.systems healthd[2694]: Starting up...
Nov 21 11:11:36 spine2.dostno.systems healthd[2694]: System health configuration file not found, exit...
Nov 21 11:11:37 spine2.dostno.systems systemd[1]: system-health.service: Deactivated successfully.
Nov 21 11:11:37 spine2.dostno.systems systemd[1]: system-health.service: Scheduled restart job, restart counter is at 1.
Nov 21 11:11:37 spine2.dostno.systems systemd[1]: Stopped system-health.service - SONiC system health monitor.
Nov 21 11:11:37 spine2.dostno.systems systemd[1]: Started system-health.service - SONiC system health monitor.
root@spine2:2:~# /usr/local/bin/watchdogutil --help
Usage: watchdogutil [OPTIONS] COMMAND [ARGS]...
watchdogutil - Command line utility for providing HW watchdog interface
Options:
--help Show this message and exit.
Commands:
arm Arm HW watchdog
disarm Disarm HW watchdog
status Check the watchdog status with remaining_time if it's armed
version Display version info
root@spine2:0:~# /usr/local/bin/watchdogutil status
root@spine2:2:~# /usr/local/bin/watchdogutil version
So, also kill these for now:
systemctl disable system-health.service watchdog-control.service
systemctl stop system-health.service watchdog-control.service
systemctl reset-failed determine-reboot-cause.service process-reboot-cause.service system-health.service watchdog-control.service
Log spam.
Caused by:
This is rather spammy. Rather have it do all the is-actives in the ExecStart and then Restart=always ?
Right now we'll disable the job.