#17611: ddns does not get enabled by default - hotplug fails subsequently
-----------------------+----------------------------------
Reporter: anonymous | Owner: developers
Type: defect | Status: new
Priority: low | Milestone: Chaos Calmer (trunk)
Component: packages | Version: Trunk
Keywords: ddns |
-----------------------+----------------------------------
I installed ddns using "opkg install luci-app-ddns". After configuring a
service my IP does not get updated.
Cause:
/etc/hotplug.d/iface/25-ddns contains this line:
/etc/init.d/ddns enabled && start_daemon_for_all_ddns_sections
"$INTERFACE"
Since ddns was never enabled the update does not run because
/etc/rc.d/S95ddns does not exist.
Solution:
run "/etc/init.d/ddns enable" which creates /etc/rc.d/S95ddns.
This should be added to the documentation and to luci webinterface.
--
Ticket URL: <https://dev.openwrt.org/ticket/17611>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets