-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi, I use the 22.6.0 version of this container on a CentOS 7.9 VM.
I wanted to upgrade my container to 22.7.0 so I deleted my old container(22.6.0), and I did a docker run with the 22.7.0 version.
Unfortunately the new container didn't want to start and it restarted every 30 seconds.
So I looked in docker logs librenms to see if there are any problems and I found this
I tried to delete SYSLOGNG_OPTS="--no-caps" in /etc/default/syslog-ng with docker exec -it librenms bash in a delay of 30 seconds (before the container restart) to resolve the problem but nothing change.
I tried to delete the lign 32 in /etc/my_init.d/10_syslog_ng or to delete the file /etc/my_init.d/10_syslog_ng but nothing change too.
I tried to upgrade to 22.8.0 but it doesn't work.
In the end, I went back to version 22.6.0 and it worked again.
Have you any idea ?