This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Dyndns malformed cache

Hi,
I always get  "Dyndns not running restarted" and in the log i see:
failure to update ppp0->217.84.70.199 (dombl.homeunix.org)
shuting down updater for dombl.homeunix.org due to fatal error
ez-ipupdate Version 3.0.11b8, Copyright (C) 1998-2001 Angus Mackay.
/usr/bin/ez-ipupdate started for interface ppp0 host dombl.homeunix.org using server members.dyndns.org and service dyndns
malformed cache file: /opt//tmpfs/ez-ipupdate.cache
failure to update ppp0->217.84.70.199 (dombl.homeunix.org)
shuting down updater for dombl.homeunix.org due to fatal error

The Problem seems to to be able to write in this cache-file, but the rights are ok.
Running Astaro 5.027

Has anyone an idea ?

Dombl


This thread was automatically locked due to age.
  • Update:
    On the Astaro from the ssh as root i called: 
    /usr/bin/ez-ipupdate -f -i ppp0  -S dyndns -h xxxxx.homeunix.org -u user[:P]assword  -b /opt/tmpfs/ez-ipupdate.cache
    manually and now i got a   file   /opt/tmpfs/ez-ipupdate.cache
    Then i startet dyndns-service again and now its working.
  • Update:
    But after restarting the box, this "malformed cache..." messages appears again, until i manually startetd /usr/bin/ez-ipupdate -f -i ppp0 -S dyndns -h xxxxx.homeunix.org -u user[:P]assword -b /opt/tmpfs/ez-ipupdate.cache.

    So it must have something to do with the handling of the not-existing cache-file after booting which causes 

    failure to update ppp0->217.84.72.166 (dombl.homeunix.org)
     shuting down updater for dombl.homeunix.org due to fatal error
  • You could probably add that command to the end of the beeps init file, so that it runs after reboot.

    Barry
  • Am i the only one having this problem ??
  • /opt//tmpfs/ is a RAM Disk. So it will be flushed at reboot.
    A little bit strange is the doubled slash behind opt.
    /opt//tmpfs/ez-ipupdate.cache
  • The double slash came  from cut-n-paste.
    If i start ez-update manually it works and could write cache-file.
    If i start it with /var/mdw/scripts/dyndns start  it could not handle this not-existing cache-file.
  • OK, now I made some tests. The malformed cache notification is simply because of the missing cache file. /opt/tmpfs is a RAM disc. So the cache is missing after every reboot and you will get the message in the log. After the first sync to dyndns the cache should be created and should be valid for every other dyndns sync.

    Xeno
  • Hi,
     And now after rebooting:

    failure to update ppp0->217.84.70.199 (dombl.homeunix.org)
    shuting down updater for dombl.homeunix.org due to fatal error
    ez-ipupdate Version 3.0.11b8, Copyright (C) 1998-2001 Angus Mackay.
    /usr/bin/ez-ipupdate started for interface ppp0 host dombl.homeunix.org using server members.dyndns.org and service dyndns
    malformed cache file: /opt/tmpfs/ez-ipupdate.cache
    failure to update ppp0->217.84.70.199 (dombl.homeunix.org)
    shuting down updater for dombl.homeunix.org due to fatal error

    This message comes again and again .
  • > failure to update ppp0->217.84.70.199 (dombl.homeunix.org)

    That's a problem which is not related to Astaro. Maybe the password for dyndns is wrong or the account is blocked.

    Xeno
  • Hi,
    Yes, i checked the dyndns.conf-file with a hexeditor and found a control-character as last character of my password. With vi i didn't see it.
    Oh man, now it works.
    Thanks