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
The current docs have you mount the ddclient.conf file in /config, but when ddclient runs it is expecting it to be present in /etc/ddclient/ddclient.conf
# ddclient --verbose
WARNING: file /etc/ddclient/ddclient.conf: Cannot open file '/etc/ddclient/ddclient.conf'. (No such file or directory)
stat() on closed filehandle FD at /usr/bin/ddclient line 1578.
Use of uninitialized value $mode in bitwise and (&) at /usr/bin/ddclient line 1579.
-o on closed filehandle FD at /usr/bin/ddclient line 1584.
-w on closed filehandle FD at /usr/bin/ddclient line 1584.
Use of uninitialized value $mode in bitwise and (&) at /usr/bin/ddclient line 1587.
readline() on closed filehandle FD at /usr/bin/ddclient line 1594.
WARNING: file /etc/ddclient/ddclient.conf: Cannot open file '/etc/ddclient/ddclient.conf'. (No such file or directory)
stat() on closed filehandle FD at /usr/bin/ddclient line 1578.
Use of uninitialized value $mode in bitwise and (&) at /usr/bin/ddclient line 1579.
-o on closed filehandle FD at /usr/bin/ddclient line 1584.
-w on closed filehandle FD at /usr/bin/ddclient line 1584.
Use of uninitialized value $mode in bitwise and (&) at /usr/bin/ddclient line 1587.
readline() on closed filehandle FD at /usr/bin/ddclient line 1594.
Expected Behavior
No response
Steps To Reproduce
I'm running a podman quadlet, but still followed the same volume mounting instructions from here, which recommend mounting the ddclient.conf file in /config:
volumes:
- /path/to/ddclient/config:/config
Recommend changing this to
volumes:
- /path/to/ddclient/config:/etc/ddclient
One thing to note, that ddclient.conf should only be read-able by the user, or ddclient complains: -r-x------ 1 root root 8871 Dec 26 15:53 ddclient.conf
Environment
OS: CentOS Stream 10
How: Podman quadlet, but using the config options mapped from the docker-compose example
Fair enough. I ran into this while doing a bunch of testing using the cloudflare protocol in ddclient. But just updated it back to /config for the volume and it worked fine. Thanks for the quick response, closing.
Is there an existing issue for this?
Current Behavior
The current docs have you mount the ddclient.conf file in /config, but when ddclient runs it is expecting it to be present in /etc/ddclient/ddclient.conf
Expected Behavior
No response
Steps To Reproduce
I'm running a podman quadlet, but still followed the same volume mounting instructions from here, which recommend mounting the ddclient.conf file in /config:
Recommend changing this to
One thing to note, that ddclient.conf should only be read-able by the user, or ddclient complains:
-r-x------ 1 root root 8871 Dec 26 15:53 ddclient.conf
Environment
CPU architecture
x86-64
Docker creation
Container logs
The text was updated successfully, but these errors were encountered: