Phil Dibowitz
Phil Dibowitz
Sometimes it's 30 seconds. Sometimes it's a minute or two. Sometimes 5 or more minutes. However, it's USUALLY 1 minute or so. Here's some data: ``` 2023-06-30T16:07:11.554359+00:00 virt systemd[1]: Started...
@badlop - any thoughts on the original issue? The recurring crashes are really frustrating.
To be clear here, the *ORIGINAL* issue is, I think, unrelated to the watchdog. I no indication the watchdog is unreachable in my logs.
@weiss that Connor had to do with the watchdog, and while @csrado output was the watchdog, mine (the original bug report) doesn't mention the watchdog. Do you think this commit...
OK, did that. I'll let you know how it goes...
It's still crashing. BUT... I just realized, `error.log` has nothing of use in it - the logs I copied and pasted above, while from that date, don't seem to be...
Oh yeah, in `syslog`: ``` 2023-08-09T17:26:36.040824+00:00 virt systemd[1]: ejabberd.service: Watchdog timeout (limit 30s)! 2023-08-09T17:27:42.290679+00:00 virt systemd[1]: ejabberd.service: Watchdog timeout (limit 30s)! 2023-08-09T17:29:05.541971+00:00 virt systemd[1]: ejabberd.service: Watchdog timeout (limit 30s)! 2023-08-09T17:29:56.790673+00:00...
Yup: ``` # grep 'ejabberd_systemd:maybe_start_timer' ejabberd.log | tail -n 10 2023-08-09 17:25:20.903814+00:00 [info] @ejabberd_systemd:maybe_start_timer/1:164 Watchdog notifications enabled 2023-08-09 17:26:42.195441+00:00 [info] @ejabberd_systemd:maybe_start_timer/1:164 Watchdog notifications enabled 2023-08-09 17:27:48.360714+00:00 [info] @ejabberd_systemd:maybe_start_timer/1:164 Watchdog notifications...
in ejabberd.log? ``` 2023-08-09 18:42:50.883885+00:00 [info] @ejabberd_systemd:maybe_start_timer/1:164 Watchdog notifications enabled {id,ejabberd_systemd}, {mfargs,{ejabberd_systemd,start_link,[]}}, 2023-08-09 18:42:51.200821+00:00 [debug] @ejabberd_systemd:notify/2:181 Notifying systemd: READY=1 2023-08-09 18:43:05.884344+00:00 [debug] @ejabberd_systemd:notify/2:181 Notifying systemd: WATCHDOG=1 2023-08-09 18:43:20.885429+00:00 [debug] @ejabberd_systemd:notify/2:181...
Ah missed that. Disabled the watchdog with an override file. Thanks!