Page 1 of 1

Dynamic IP client

Posted: Sun Feb 22, 2015 3:44 pm
by realtebo
Can you suggest me a Dynamic Ip client full working on our R.pi 1 ?

Re: Dynamic IP client

Posted: Sun Feb 22, 2015 6:34 pm
by ghans

Code: Select all

sudo apt-get update
sudo apt-get install ddclient
ddclient --help | less
ghans

Re: Dynamic IP client

Posted: Mon Feb 23, 2015 11:00 am
by realtebo
Thanks, I've tried but i've interrupted (involuntarily) the config.

How can I restart the config?

Re: Dynamic IP client

Posted: Mon Feb 23, 2015 11:11 am
by forenbenutzer
Simply rename the config file and reinstall. That should do the trick.

Re: Dynamic IP client

Posted: Mon Feb 23, 2015 1:53 pm
by realtebo
I deleted /etc/ddclient.conf then reinstalled.

It has not showed me the config wizard.

If i try executing ddclient I got this

Code: Select all

WARNING:  file /etc/ddclient.conf: Cannot open file '/etc/ddclient.conf'. (Permesso negato)
stat() on closed filehandle FD at /usr/sbin/ddclient line 1006.
Use of uninitialized value $mode in bitwise and (&) at /usr/sbin/ddclient line 1007.
readline() on closed filehandle FD at /usr/sbin/ddclient line 1019.
WARNING:  file /etc/ddclient.conf: Cannot open file '/etc/ddclient.conf'. (Permesso negato)
stat() on closed filehandle FD at /usr/sbin/ddclient line 1006.
Use of uninitialized value $mode in bitwise and (&) at /usr/sbin/ddclient line 1007.
readline() on closed filehandle FD at /usr/sbin/ddclient line 1019.

Re: Dynamic IP client

Posted: Mon Feb 23, 2015 2:12 pm
by forenbenutzer
Ah, OK, now I see what you mean. You want to access the wizard.

Please try:

Code: Select all

dpkg-reconfigure ddclient

Re: Dynamic IP client

Posted: Mon Feb 23, 2015 2:26 pm
by realtebo
command not found...

I used

Code: Select all

sudo apt-get --purge remove ddclient && sudo apt-get install ddclient
This worked.