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

standard_init_linux.go:228: exec user process caused: operation not permitted #1

Open
onlymejosh opened this issue Mar 11, 2022 · 2 comments

Comments

@onlymejosh
Copy link

I am trying to use your image but am running into issues

josh@mitsubishi:~/mitsubishi$ docker-compose up
Pulling nut (teknologist/webnut:)...
latest: Pulling from teknologist/webnut
Image docker.io/teknologist/webnut:latest uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/
3b8d91fe7572: Already exists
a3ed95caeb02: Already exists
dfc6505cfad4: Already exists
d037f43089a1: Already exists
4717f7a00ad0: Already exists
8a3b80faaa5d: Already exists
477523a5c87a: Already exists
94c9817feabb: Already exists
d1dd2f906fbd: Already exists
e223665f5c7e: Already exists
aa98bbb30a1e: Already exists
15471723cc6f: Already exists
Digest: sha256:12e3e09f7287bb9deddae792d9544d17b55a3bcbb44be95c3d9e663c29723947
Status: Downloaded newer image for teknologist/webnut:latest
webnut is up-to-date
Attaching to webnut
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted
webnut | standard_init_linux.go:228: exec user process caused: operation not permitted

My compose file looks like

version: '3'
services:
  nut:
    image: teknologist/webnut
    container_name: webnut
    environment:
      - UPS_HOST=127.0.0.1
      - UPS_PORT=3493
      - UPS_USER=admin
      - UPS_PASSWORD=PASSWORD
    restart: unless-stopped
    security_opt:
      - no-new-privileges:true
    networks:
      - proxy
    ports:
      - 6543:6543
networks:
  proxy:
    external: true

I had to create the proxy network but nothing else was done

@timdonovanuk
Copy link

I've run into a similar issue - this image sadly does not run on arm32 (Pi's with 32bit OS). Perhaps you're in the same situation.

@jerry1333
Copy link

ahh that's why it's not starting on rpi0, thanks!

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

3 participants