Hauptmenü

Can not start service DB

Begonnen von Den, 11.01.2025 16:56:25

⏪ vorheriges - nächstes ⏩

Den

Hello,

Recently, I've been having trouble restarting the KIX service on an Ubuntu server. I've already updated the system and removed the containers and images, but the problem still persists. Could you please give me some advice on how to fix this? Thank you very much!

ERROR: for db  Cannot start service db: error while creating mount source path '/opt/kix-on-premise/deploy/linux/db/postgresql.conf': mkdir /opt/kix-on-premise: read-only file system

ERROR: for redis  Cannot start service redis: error while creating mount source path '/opt/kix-on-premise/deploy/linux/redis/redis.conf': mkdir /opt/kix-on-premise: read-only file system

Frank Niethardt

Hi Den,

seems like docker or whatever container runtime you use cannot create mountpoints because they are not there or it has no permissions to read them. Because it cannot find them, it tries to create the mapped files, what fails as well.

Regards, 
Frank