Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic Install - ProxMox LXC Debian 11 Container #46

Open
jdburcham opened this issue May 2, 2023 · 0 comments
Open

Basic Install - ProxMox LXC Debian 11 Container #46

jdburcham opened this issue May 2, 2023 · 0 comments

Comments

@jdburcham
Copy link

jdburcham commented May 2, 2023

Basic Install on ProxMox LXC Debian 11 Container:

New Container with Debian 11 Template:

  • 8GB Storage
  • 4 CPU
  • 4096 RAM
  • 512MB Swap
  • Added Feature: keyctl

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant