[Swan-dev] ikev2-ddns-02 still fails

D. Hugh Redelmeier hugh at mimosa.com
Sun Sep 17 22:00:13 UTC 2017


I reported this a month ago:

================

./ikev2-ddns-02/OUTPUT/west.console.diff

- cp unbound.service /etc/systemd/system/unbound.service
+ cat /lib/systemd/system/unbound.service | grep -v ExecStartPre > /etc/systemd/system/unbound.service

etc.

Someone changed the script but failed to update the reference logs.  8a0b5b79.  Three months ago!

-cp unbound.service /etc/systemd/system/unbound.service
+cat /lib/systemd/system/unbound.service | grep -v ExecStartPre > /etc/systemd/system/unbound.service

I would suggest the simpler command

grep -v ExecStartPre /lib/systemd/system/unbound.service > /etc/systemd/system/unbound.service

But there are other scary things:

-ok
+[1503252426] unbound-control[2449:0] error: connect: Connection refused for 127.0.0.1

- # Oddly designed connection_check_ddns() will trigger --up
+ # Oddly designed connection_check_ddns will trigger --up

- # seems to slow down/hang shutdown :/
+ # seems to slow down/hang shutdown

This needs work.



More information about the Swan-dev mailing list