From 99518ce83facf385cd94369f6a5c3e051df68607 Mon Sep 17 00:00:00 2001 From: Alex Garel Date: Wed, 6 Sep 2023 10:26:48 +0200 Subject: [PATCH] docs: off1 exim panic log (#253) --- docs/logs-off1.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/logs-off1.md b/docs/logs-off1.md index c60f39d9..80b9d163 100644 --- a/docs/logs-off1.md +++ b/docs/logs-off1.md @@ -3,6 +3,17 @@ Report here the timeline of incidents and interventions on off1 server. Keep things short or write a report. +## 2023-09-05 exim paniclog + +We have an alert since 09-03 because `/var/log/exim4/paniclog` is not empty. +Indeed it has a line saying `2023-09-03 04:17:57 daemon: fork of queue-runner process failed: Cannot allocate memory` +But appart from this it's all ok. Alert will remain until this paniclog is empty. +I did a: +```bash +cd /var/log/exim4; mv paniclog paniclog.1; systemctl reload exim4 +``` + + ## 2023-07-25 Disk full on /rpool/off/products -See [2023-07-26 rpool/off/products dataset full on off1](reports/2023-07-26-rpool-off-products-full.md) \ No newline at end of file +See [2023-07-26 rpool/off/products dataset full on off1](reports/2023-07-26-rpool-off-products-full.md)