Good day everyone,
I am having a problem with a fresh install on Ubuntu 24.04. The containers don’t want to start normally despite the install having completed cleanly.
Also stopping the containers give an error whose cause I am unable to figure out:
root@panafcon-srv1:/home/kobotoolbox/kobo-install# python run.py --info
╔════════════════════════════════════════════════════════════════════╗
║ ║
║ KoboToolbox could not start! ║
║ Please try `python3 run.py --logs` to see the logs. ║
║ ║
╚════════════════════════════════════════════════════════════════════╝
root@panafcon-srv1:/home/kobotoolbox/kobo-install# docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ba2980157183 kobotoolbox/kpi:2.024.36a "bash /srv/src/kpi/d…" 3 hours ago Restarting (73) 9 seconds ago kobofe-worker_low_priority-1
cf578b7d8a8f kobotoolbox/kpi:2.024.36a "bash /srv/src/kpi/d…" 3 hours ago Up About a minute 8000/tcp kobofe-beat-1
1a6edfc44f7e kobotoolbox/kpi:2.024.36a "bash /srv/src/kpi/d…" 3 hours ago Restarting (73) 9 seconds ago kobofe-worker-1
4f41b4198ba4 kobotoolbox/kpi:2.024.36a "/bin/bash docker/en…" 3 hours ago Up About a minute 8000/tcp kobofe-kpi-1
64bd91090444 nginx:1.27 "/docker-entrypoint.…" 3 hours ago Up About a minute 0.0.0.0:8003->80/tcp, [::]:8003->80/tcp kobofe-nginx-1
cbc9b59379a1 kobotoolbox/kpi:2.024.36a "bash /srv/src/kpi/d…" 3 hours ago Restarting (73) 9 seconds ago kobofe-worker_kobocat-1
09d4aa6e587c kobotoolbox/enketo-express-extra-widgets:7.3.1 "docker-entrypoint.s…" 3 hours ago Up About a minute 8005/tcp kobofe-enketo_express-1
98be9e9ecbf3 postgis/postgis:14-3.2 "docker-entrypoint.s…" 3 hours ago Up 11 minutes 5432/tcp kobobe-postgres-1
96aaa2f280b2 redis:7.2 "docker-entrypoint.s…" 3 hours ago Up 11 minutes 6379/tcp kobobe-redis_main-1
1241e5806248 redis:7.2 "docker-entrypoint.s…" 3 hours ago Up 11 minutes 6379/tcp kobobe-redis_cache-1
41b8bd8e00ad mongo:5.0 "docker-entrypoint.s…" 3 hours ago Up 11 minutes 27017/tcp kobobe-mongo-1
root@panafcon-srv1:/home/kobotoolbox/kobo-install# less readme.md
root@panafcon-srv1:/home/kobotoolbox/kobo-install# python3 run.py --stop
[+] Stopping 7/7
✘ Container kobofe-enketo_express-1 Error while Stopping14.0s
✔ Container kobofe-worker_low_priority-1 Stopped0.0s
✘ Container kobofe-beat-1 Error while Stopping14.0s
✘ Container kobofe-nginx-1 Error while Stopping14.0s
✘ Container kobofe-kpi-1 Error while Stopping14.0s
✔ Container kobofe-worker_kobocat-1 Stopped0.0s
✔ Container kobofe-worker-1 Stopped0.0s
Error response from daemon: cannot stop container: cf578b7d8a8fd696a6f8f363f145de4f143581dde53057be41a5bda6b299b793: permission denied
An error has occurred
root@panafcon-srv1:/home/kobotoolbox/kobo-install# less readme.md
root@panafcon-srv1:/home/kobotoolbox/kobo-install# python run.py --stop
[+] Stopping 7/7
✔ Container kobofe-worker_kobocat-1 Stopped0.0s
✘ Container kobofe-enketo_express-1 Error while Stopping14.0s
✘ Container kobofe-beat-1 Error while Stopping14.0s
✘ Container kobofe-kpi-1 Error while Stopping14.0s
✔ Container kobofe-worker-1 Stopped0.0s
✔ Container kobofe-worker_low_priority-1 Stopped0.0s
✘ Container kobofe-nginx-1 Error while Stopping14.0s
Error response from daemon: cannot stop container: 09d4aa6e587c139eac86d62b0c20ae3d1efc693163a52136ee69828575291678: permission denied
An error has occurred
Maybe someone can help me figure out what the cause is?
Thanks