DDCLIENT Not Updating - B...
DDCLIENT Not Updating - BAD AUTHORIZATION?
- Casa
- Pannello di controllo
- Forum della Comunità
- Services
- Dynamic DNS Service
- DDCLIENT Not Updating - BAD AUTHORIZATION?
- Forum della Comunità
- DDCLIENT Not Updating - BAD AUTHORIZATION?
Argomento: DDCLIENT Not Updating - BAD AUTHORIZATION?
Here is the debug output:
root@smashedup:/etc# sudo ddclient -daemon=0 -noquiet -debug
DEBUG: proxy =
DEBUG: url = checkip.dynu.com/
DEBUG: server = checkip.dynu.com
DEBUG: get_ip: using web, checkip.dynu.com/ reports 24.77.252.25
DEBUG:
DEBUG: nic_dyndns2_update -------------------
DEBUG: proxy =
DEBUG: url = http://api.dynu.com/nic/update?system=dyndns&hostname=SMASHEDUP.DYNU.COM&myip=24.77.252.25
DEBUG: server = api.dynu.com
FAILED: updating SMASHEDUP.DYNU.COM: badauth: Bad authorization (username or password)
Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1411.
ddclient: cannot execute command | sendmail -oi root.
Here is my config file minus the login/pass Although I confirmed them umpteentimes.
daemon=60 # Check every 60 seconds.
syslog=yes # Log update msgs to syslog.
mail=root # Mail all msgs to root.
mail-failure=root # Mail failed update msgs to root.
pid=/var/run/ddclient.pid # Record PID in file.
ssl=yes
use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server.
server=api.dynu.com # IP update server.
protocol=dyndns2
login=xxxxxx # Your username.
password=xxxxxx # Password or MD5 of password.
SMASHEDUP.DYNU.COM # List one or more hostnames one on each line.
#MYDOMAIN.COM
I copy and paste the login/pass from this file to the dynu.com website login and I can log into, I also tried creating an update password that is different, same error.
Please advise
M
root@smashedup:/etc# sudo ddclient -daemon=0 -noquiet -debug
DEBUG: proxy =
DEBUG: url = checkip.dynu.com/
DEBUG: server = checkip.dynu.com
DEBUG: get_ip: using web, checkip.dynu.com/ reports 24.77.252.25
DEBUG:
DEBUG: nic_dyndns2_update -------------------
DEBUG: proxy =
DEBUG: url = http://api.dynu.com/nic/update?system=dyndns&hostname=SMASHEDUP.DYNU.COM&myip=24.77.252.25
DEBUG: server = api.dynu.com
FAILED: updating SMASHEDUP.DYNU.COM: badauth: Bad authorization (username or password)
Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1411.
ddclient: cannot execute command | sendmail -oi root.
Here is my config file minus the login/pass Although I confirmed them umpteentimes.
daemon=60 # Check every 60 seconds.
syslog=yes # Log update msgs to syslog.
mail=root # Mail all msgs to root.
mail-failure=root # Mail failed update msgs to root.
pid=/var/run/ddclient.pid # Record PID in file.
ssl=yes
use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server.
server=api.dynu.com # IP update server.
protocol=dyndns2
login=xxxxxx # Your username.
password=xxxxxx # Password or MD5 of password.
SMASHEDUP.DYNU.COM # List one or more hostnames one on each line.
#MYDOMAIN.COM
I copy and paste the login/pass from this file to the dynu.com website login and I can log into, I also tried creating an update password that is different, same error.
Please advise
M
Rispondi con citazione |Segnalare
Configuration file looks ok. Apart from the bad authorization, not sure what to make out of this,
Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1411.
ddclient: cannot execute command | sendmail -oi root.
Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1411.
ddclient: cannot execute command | sendmail -oi root.
Rispondi con citazione |Segnalare
Do you have an IP update password that's different from the account password? Did you try both?
Rispondi con citazione |Segnalare
I tried with the account password first then created an IP password as well. The send mail error is just an automatic warning that gets mailed to root upon failure. So I have tried both methods of having passwords. It works fine on my windows machine, but this is on rasp Jan or minibian with a few mods.
Rispondi con citazione |Segnalare
smashedup wrote:I tried with the account password first then created an IP password as well. The send mail error is just an automatic warning that gets mailed to root upon failure. So I have tried both methods of having passwords. It works fine on my windows machine, but this is on rasp Jan or minibian with a few mods.
Did you find a solution?
Rispondi con citazione |Segnalare
I had the same problem. I found another forum that suggested changing hostname from MYHOST.dynu.com to what it should be MYHOST.dynu.net. I changed it to .net and it worked fine.
Rispondi con citazione |Segnalare
Shuasmith14 wrote:I had the same problem. I found another forum that suggested changing hostname from MYHOST.dynu.com to what it should be MYHOST.dynu.net. I changed it to .net and it worked fine.
Rispondi con citazione |Segnalare
| Autore | Argomento: DDCLIENT Not Updating - BAD AUTHORIZATION? |
|---|---|
|
smashedup Iscritto: 06/06/2015 |
sabato 6 giugno 2015 16:50
Here is the debug output:
root@smashedup:/etc# sudo ddclient -daemon=0 -noquiet -debug DEBUG: proxy = DEBUG: url = checkip.dynu.com/ DEBUG: server = checkip.dynu.com DEBUG: get_ip: using web, checkip.dynu.com/ reports 24.77.252.25 DEBUG: DEBUG: nic_dyndns2_update ------------------- DEBUG: proxy = DEBUG: url = http://api.dynu.com/nic/update?system=dyndns&hostname=SMASHEDUP.DYNU.COM&myip=24.77.252.25 DEBUG: server = api.dynu.com FAILED: updating SMASHEDUP.DYNU.COM: badauth: Bad authorization (username or password) Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1411. ddclient: cannot execute command | sendmail -oi root. Here is my config file minus the login/pass Although I confirmed them umpteentimes. daemon=60 # Check every 60 seconds. syslog=yes # Log update msgs to syslog. mail=root # Mail all msgs to root. mail-failure=root # Mail failed update msgs to root. pid=/var/run/ddclient.pid # Record PID in file. ssl=yes use=web, web=checkip.dynu.com/, web-skip='IP Address' # Get ip from server. server=api.dynu.com # IP update server. protocol=dyndns2 login=xxxxxx # Your username. password=xxxxxx # Password or MD5 of password. SMASHEDUP.DYNU.COM # List one or more hostnames one on each line. #MYDOMAIN.COM I copy and paste the login/pass from this file to the dynu.com website login and I can log into, I also tried creating an update password that is different, same error. Please advise M |
|
gilbertandkelly Iscritto: 17/08/2002 |
sabato 6 giugno 2015 17:55
Configuration file looks ok. Apart from the bad authorization, not sure what to make out of this,
Can't exec "sendmail": No such file or directory at /usr/sbin/ddclient line 1411. ddclient: cannot execute command | sendmail -oi root. |
|
hinvector Iscritto: 28/07/1998 |
sabato 6 giugno 2015 18:02
Do you have an IP update password that's different from the account password? Did you try both?
|
|
smashedup Iscritto: 06/06/2015 |
sabato 6 giugno 2015 18:53
I tried with the account password first then created an IP password as well. The send mail error is just an automatic warning that gets mailed to root upon failure. So I have tried both methods of having passwords. It works fine on my windows machine, but this is on rasp Jan or minibian with a few mods.
|
|
ffleandro Iscritto: 24/09/2015 |
giovedì 24 settembre 2015 17:00
Did you find a solution? |
|
hughieJ Iscritto: 27/10/2016 |
venerdì 28 ottobre 2016 09:04
me too - sure I have the password right - raspberry pi
|
|
Shuasmith14 Iscritto: 13/03/2019 |
domenica 31 marzo 2019 09:05
I had the same problem. I found another forum that suggested changing hostname from MYHOST.dynu.com to what it should be MYHOST.dynu.net. I changed it to .net and it worked fine.
|
|
xiaoye Iscritto: 27/03/2015 |
domenica 31 marzo 2019 10:07
|
sabato 13 giugno 2026 08:21
