We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ddclient can't write cache file with --cache /run/ddclient-cache
--cache /run/ddclient-cache
Cache path needs to be a file e.g. --cache /run/ddclient-cache/ddclient.cache or --cache /run/ddclient/ddclient.cache
--cache /run/ddclient-cache/ddclient.cache
--cache /run/ddclient/ddclient.cache
cache file is created
run container
- OS: Ubuntu 23.10
arm64
-
WARNING: Failed to create cache file /run/ddclient-cache: Is a directory
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Is there an existing issue for this?
Current Behavior
ddclient can't write cache file with
--cache /run/ddclient-cache
Cache path needs to be a file e.g.
--cache /run/ddclient-cache/ddclient.cache
or--cache /run/ddclient/ddclient.cache
Expected Behavior
cache file is created
Steps To Reproduce
run container
Environment
- OS: Ubuntu 23.10
CPU architecture
arm64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: