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
I just noticed the Docker container does not run on Synology DSM.
Running the provided docker-compose.yaml results in tons of errors like these:
setfacl: var: Operation not supported
setfacl: var/cache: Operation not supported
setfacl: var/cache/prod: Operation not supported
setfacl: var/cache/prod/App_KernelProdContainer.php: Operation not supported
setfacl: var/cache/prod/App_KernelProdContainer.php.lock: Operation not supported
setfacl: var/cache/prod/App_KernelProdContainer.php.meta: Operation not supported
setfacl: var/cache/prod/App_KernelProdContainer.preload.php: Operation not supported
setfacl: var/log: Operation not supported
I tried the workaround provided here but this does not seem to work for me. Editing and mounting the entrypoint.sh works, but $(uname -a) == *synology* matches directly on the host system, but not inside the Docker container because uname -a returns different things.
I am running Domain Watchdog on a different system for now. Not sure how you would want to proceed with this @maelgangloff. This does appear to be a distro-specific issue, but since this is the first time I have seen such behaviour (and I run lots of other containers on my Synology), I decided to report this anyway. Maybe you can think of a similar workaround or if not then this issue is at least a warning to future Synology / QNAP users. Hardcoding chown instead of setfacl in entrypoint.sh does work for what it's worth.
The text was updated successfully, but these errors were encountered:
It's sad that this doesn't work on your platform.
Honestly, I'm not sure what specifically causes this issue with Synology devices.
I don't have any of these devices, so it will be difficult for me to test any fixes.
I'll leave this issue open while I wait for a fix.
I just noticed the Docker container does not run on Synology DSM.
Running the provided
docker-compose.yaml
results in tons of errors like these:I found the exact same issue on a different project: elkarbackup/elkarbackup#581
I tried the workaround provided here but this does not seem to work for me. Editing and mounting the entrypoint.sh works, but
$(uname -a) == *synology*
matches directly on the host system, but not inside the Docker container becauseuname -a
returns different things.I am running Domain Watchdog on a different system for now. Not sure how you would want to proceed with this @maelgangloff. This does appear to be a distro-specific issue, but since this is the first time I have seen such behaviour (and I run lots of other containers on my Synology), I decided to report this anyway. Maybe you can think of a similar workaround or if not then this issue is at least a warning to future Synology / QNAP users. Hardcoding
chown
instead ofsetfacl
in entrypoint.sh does work for what it's worth.The text was updated successfully, but these errors were encountered: