ok this is driving me nuts (no comment) for most of today
right, i’m updating my /etc/ddclient.conf (DDNS from dnydns.com)
# /etc/ddclient.conf
daemon=600
syslog=no
pid=/var/run/ddclient.pid
use=web, use=if, if=eth0
protocol=dyndns2
use=if, if=eth0
server=members.dyndns.org
wildcard=YES
login=known
password=known
example.dyndns.org
custom=yes, example.comi keep getting a Permission denied on line 4/pid=/var/run/ddclient.pid now i know a pid file only contains process ID, but this one has me beaten, input would be apprieciated, /var/run/ddclient.pid contains the process ID (4 digit number)
I would try doing the update over HTTPS with a tool like wget and seeing if it works then. If so, you can troubleshoot the dyndns client, or you could setup a cron to just use wget. If wget fails, well, you should get some fairly verbose failure strings. Bon appetite.