[Fli4l_dev] regression bei FFL-1179 oder problem mit cron?

Christoph Schulz fli4l at kristov.de
Do Mär 5 09:00:57 CET 2015


Hallo!

Alexander Dahl schrieb:

> ip-up /usr/bin/dyndns-update -s update lespocky.dyndns.org

Das ist ein Konfigurationsfehler, der leider nicht von mkfli4l abgefangen 
wird. Du hast

 DYNDNS_x_CHECK_TIME='ip-up'

stehen, richtig ist aber:

 DYNDNS_x_CHECK_TIME='ipup'

Siehe den Code:

 # try to update dns on timely basis if update if not handled with ipup
 : ${check_time:=ipup}
 [ "$check_time" != "ipup" ] && add_crontab_entry "$check_time" 
"/usr/bin/dyndns-update -s update $hostname"

Die Prüfung schlägt fehl, da "ip-up" != "ipup", somit wird der Eintrag mit 
check_time="ip-up" angelegt.


Viele Grüße,
-- 
Christoph Schulz
[fli4l-Team]



Mehr Informationen über die Mailingliste Fli4l_dev