You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: for zm_db_1 Cannot start service db: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458: setting cgroup config for procHooks process caused: can't load program: operation not permitted: unknown
ERROR: for db Cannot start service db: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458: setting cgroup config for procHooks process caused: can't load program: operation not permitted: unknown
ERROR: Encountered errors while bringing up the project.
root@zm:~/zm#
Did same process with Ubuntu 22.04 and it works. This seems to be an issue with Debian 11.
Please advise and thank you!
The text was updated successfully, but these errors were encountered:
Basic Install on ProxMox LXC Debian 11 Container:
New Container with Debian 11 Template:
Apt Upgrade
Installed Docker and Docker-Composer
mkdir zm
cd zm
Downloaded docker-compose.yml
Downloaded .env
Made no config changes to .env or yml file
Ran docker-compose up -d
Results:
963c0525af26: Pull complete
Digest: sha256:fd2eebd74100f9df71fceed7e86b05728a945cc0b093aa74289243aac7fa14fc
Status: Downloaded newer image for ghcr.io/zoneminder-containers/zoneminder-base:latest
Creating zm_db_1 ... error
ERROR: for zm_db_1 Cannot start service db: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458: setting cgroup config for procHooks process caused: can't load program: operation not permitted: unknown
ERROR: for db Cannot start service db: OCI runtime create failed: container_linux.go:367: starting container process caused: process_linux.go:495: container init caused: process_linux.go:458: setting cgroup config for procHooks process caused: can't load program: operation not permitted: unknown
ERROR: Encountered errors while bringing up the project.
root@zm:~/zm#
Did same process with Ubuntu 22.04 and it works. This seems to be an issue with Debian 11.
Please advise and thank you!
The text was updated successfully, but these errors were encountered: