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
Note: Quite a few linuxserver containers broke like this relatively recently
Expected Behavior
The file "/root/etc/services.d/homeassistant/run" is no longer marked executable in the container, configurations utilizing S6_READ_ONLY_ROOT and what mark the root read-only will fail. This is a regression compared to the previous builds.
Current Behavior
The ./run file of the homeassistant service is rw-rw-r-- instead of rwxr--r-- causing the following error message:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Note: Quite a few linuxserver containers broke like this relatively recently
Expected Behavior
The file "/root/etc/services.d/homeassistant/run" is no longer marked executable in the container, configurations utilizing S6_READ_ONLY_ROOT and what mark the root read-only will fail. This is a regression compared to the previous builds.
Current Behavior
The
./run
file of the homeassistant service isrw-rw-r--
instead ofrwxr--r--
causing the following error message:One
chmod
in the container fixes that.Steps to Reproduce
Add the snippet provided below to your compose file.
Similar symptoms or issues:
init
as default command rocker-org/rocker#202Environment
OS: Ubuntu 22.04
CPU architecture: arm64
How docker service was installed: Official repos
Command used to create docker container
The text was updated successfully, but these errors were encountered: