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

Error exec /init: no such file or directory on docker 2024.7.* #121457

Open
garanda21 opened this issue Jul 7, 2024 · 0 comments
Open

Error exec /init: no such file or directory on docker 2024.7.* #121457

garanda21 opened this issue Jul 7, 2024 · 0 comments

Comments

@garanda21
Copy link

The problem

After update to 2024.7 docker error on startup exec /init: no such file or directory
I'm using stable image: ghcr.io/home-assistant/home-assistant:stable, tried with 2024.7.0, 2024.7.1 with same result.

If I rollback to ghcr.io/home-assistant/home-assistant:2024.6.4 everything works again and docker up with no issues

What version of Home Assistant Core has the issue?

core-2024.7.1

What was the last working version of Home Assistant Core?

core-2024.6.4

What type of installation are you running?

Home Assistant Container

Integration causing the issue

No response

Link to integration documentation on our website

No response

Diagnostics information

No response

Example YAML snippet

version: '3'
services:
  homeassistant:
    container_name: homeassistant
    image: "ghcr.io/home-assistant/home-assistant:stable"
    volumes:
      - /volume1/docker/homeassistant:/config
    environment:
      TZ: 'Europe/Madrid'
    restart: unless-stopped
    network_mode: host
    privileged: true

Anything in the logs that might be useful for us?

exec /init: no such file or directory
exec /init: no such file or directory
exec /init: no such file or directory
exec /init: no such file or directory
exec /init: no such file or directory
exec /init: no such file or directory
exec /init: no such file or directory
exec /init: no such file or directory

Additional information

Installation using docker-compose on a Synology 423+ DSM: DSM 7.2.1-69057 Update 5

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