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

Not working on 0.117.0 #15

Open
StefanNienhuis opened this issue Oct 29, 2020 · 2 comments
Open

Not working on 0.117.0 #15

StefanNienhuis opened this issue Oct 29, 2020 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@StefanNienhuis
Copy link

On the new Home Assistant 0.117.0, I'm getting this error message:
s6-overlay-preinit: fatal: unable to chown /var/run/s6: Operation not permitted

It seems like something changed in S6.

@tribut
Copy link
Owner

tribut commented Oct 31, 2020

Thank you for reporting this, but unfortunately I cannot reproduce it. I am running 0.117.1 just fine.

Can you give me the full docker run command you are using and maybe some more context for the error message? Thanks!

@tribut tribut added bug Something isn't working question Further information is requested labels Oct 31, 2020
@StefanNienhuis
Copy link
Author

Hi, this is my docker compose service:

homeassistant:
    container_name: homeassistant
    image: homeassistant/home-assistant:stable
    userns_mode: host
    network_mode: host
    privileged: true
    restart: unless-stopped

    volumes:
      - /home/<username>/Docker/Home Assistant:/config
      - /home/<username>/Docker/Home Assistant/docker/run:/etc/services.d/home-assistant/run

    devices:
      - /dev/ttyACM0:/dev/ttyACM0

    environment:
      TZ: $TZ
      PUID: 1000
      PGID: 998
      EXTRA_GID: 20 107

    labels:
      com.centurylinklabs.watchtower.enable: 'true'

When using tag stable, it repeatedly logs s6-overlay-preinit: fatal: unable to chown /var/run/s6: Operation not permitted, nothing else.
When using tag 0.16.4, it runs fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants