Menu

#16 inadyn-mt.v.02.28.04 ignoring --dyndns_system setting

v1.0 (example)
open
nobody
None
5
2016-04-02
2016-04-01
richud
No

Hi, I just upgraded from inadyn-mt.v.02.24.47 to inadyn-mt.v.02.28.04 and using same build/config it no longer works, always trying to use dyndns for the system (i.e. ignoring --dyndns_system)
I have tried building for MIPS (my router) and just built in Ubuntu for x64 , same outcome.
I tried some other system choices at random and always tries to use dyndns.
(I was/am trying to use default@freedns.afraid.org)
Has the config changed? I can't see anything obvious?
Thanks :)

Discussion

  • richud

    richud - 2016-04-01

    .47 ok

    rich@PortegeR830:/tmp/inadyn-mt.v.02.24.47$ ./bin/linux/inadyn-mt --alias xxxxxxxx.xx.to,XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --dyndns_system default@freedns.afraid.org --verbose 5
    Fri Apr  1 17:39:13 2016: S:INADYN: Started 'inadyn-mt version 02.24.47_audible' - dynamic DNS updater.
    Fri Apr  1 17:39:13 2016: E:CACHE_LIST Failed opening cache file in ip_cache_list_read...
    Fri Apr  1 17:39:13 2016: W:WAVE_UTIL: Error loading shared library, libao.so...
    Fri Apr  1 17:39:13 2016: W:WAVE: Error loading shared library, libao...Install libao for audible network status alerts...
    Fri Apr  1 17:39:14 2016: N:INADYN: The request for IP server:
    GET / HTTP/1.0
    Host: checkip.dyndns.org
    User-Agent: inadyn-mt/02.24.47_audible bhoover@wecs.com
    
    Fri Apr  1 17:41:21 2016: E:INADYN: connect failed getting AF_INET ip from checkip.dyndns.org/ in check_my_ip_address...
    Fri Apr  1 17:41:21 2016: N:DYNDNS: My IP address: xx.xxx.xxx.xx
    Fri Apr  1 17:41:21 2016: W:INADYN: IP address for alias 'xxxxxxxx.xx.to:auto' needs update to 'xx.xxx.xxx.xx'...
    Fri Apr  1 17:41:23 2016: N:INADYN: DYNDNS my Request:
    GET /dynamic/update.php?XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&address=xx.xxx.xxx.xx HTTP/1.0
    Host: freedns.afraid.org
    User-Agent: inadyn-mt/02.24.47_audible bhoover@wecs.com
    

    .48 not work

    rich@PortegeR830:/tmp/inadyn-mt.v.02.24.48$ ./bin/linux/inadyn-mt --alias xxxxxxxx.xx.to,XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX --dyndns_system default@freedns.afraid.org --verbose 5
    Fri Apr  1 17:38:07 2016: S:INADYN: Started 'inadyn-mt version 02.24.48_audible' - dynamic DNS updater.
    Fri Apr  1 17:38:07 2016: E:CACHE_LIST Failed opening cache file in ip_cache_list_read...
    Fri Apr  1 17:38:07 2016: W:WAVE_UTIL: Error loading shared library, libao.so...
    Fri Apr  1 17:38:07 2016: W:WAVE: Error loading shared library, libao...Install libao for audible network status alerts...
    Fri Apr  1 17:38:08 2016: N:INADYN: The request for IP server:
    GET / HTTP/1.0
    Host: checkip.dyndns.org
    User-Agent: inadyn-mt/02.24.48_audible bhoover@wecs.com
    
    Fri Apr  1 17:38:08 2016: N:DYNDNS: My IP address: xx.xxx.xxx.xx
    Fri Apr  1 17:38:08 2016: W:INADYN: IP address for alias 'xxxxxxxx.xx.to:auto' needs update to 'xx.xxx.xxx.xx'...
    Fri Apr  1 17:38:09 2016: N:INADYN: DYNDNS my Request:
    GET /nic/update?system=dyndns&hostname=xxxxxxxx.xx.to&myip=xx.xxx.xxx.xx&wildcard=OFF&mx=xxxxxxxx.xx.to&backmx=NO&offline=NO HTTP/1.0
    Host: members.dyndns.org
    Authorization: Basic Og==
    User-Agent: inadyn-mt/02.24.48_audible bhoover@wecs.com
    

    [incidentally I also tried inadyn-mt-single-00-02.24.49.patch on .49 and fails the same still]

     

    Last edit: richud 2016-04-01
  • Bryan Hoover

    Bryan Hoover - 2016-04-02

    Thanks for bringing this to my attention.

    It's indeed a function of a small change that breaks previous version behavior, but I'm not sure I'll revert, as it's too late to avoid conflicting user configuration adaptation, and I'm not sure I don't like it better the way it is now.

    "Work around it" by placing your --dyndns_system option BEFORE corresponding --alias option(s).

     

Log in to post a comment.