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
Thanks for the report. Hopefully someone can verify and provide an idea of how to proceed, I don't use the docker build myself atm. If nobody steps up I'll have a look at it right before the next release.
Unless cache-dir is at its default location (/var/run/inadyn/), inadyn shouldn't try to chown the cache directory. The cache directory might be shared with other applications (e.g. /tmp), or maybe mapped from NFS or other containers with different uid/pid.
When running inadyn as unprivileged user, it will complain about not able to
chown
the cache-dir.Can be produced with the following docker/docker-compose setup:
The text was updated successfully, but these errors were encountered: