Hello,
I’m using Greenbone Community Container Edition with Docker on Ubuntu 22.04 LTS and continuing the discussion from /var/lib/docker/overlay2 eating up all disk space:
After freeing back the disk space, the container ‘redis-server’ can’t start.
It seems that running out of disk space seems to have broken something with the redis container …
The redis-container is permanently restarting and I can the following in the logs:
redis-server_1 | 8:C 21 Jun 2023 15:12:06.911 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis-server_1 | 8:C 21 Jun 2023 15:12:06.911 # Redis version=7.0.11, bits=64, commit=00000000, modified=0, pid=8, just started
redis-server_1 | 8:C 21 Jun 2023 15:12:06.911 # Configuration loaded
redis-server_1 | 8:M 21 Jun 2023 15:12:06.912 * monotonic clock: POSIX clock_gettime
redis-server_1 | 8:M 21 Jun 2023 15:12:06.912 # Failed opening Unix socket: bind: Permission denied
How to fix this?
Thanks in advance.