#19419: uhttpd spamming the log..
---------------------------+-------------------------------------
  Reporter:  daniel.petre  |      Owner:
      Type:  defect        |     Status:  new
  Priority:  normal        |  Milestone:  Chaos Calmer (trunk)
 Component:  luci          |    Version:  Trunk
Resolution:                |   Keywords:  uhttpd,luci,uci,logread
---------------------------+-------------------------------------

Comment (by chris5560):

 Found the problem with the "cat" which should be fixed by editing
 line 8 + 9 of /usr/lib/ddns/dynamic_dns_lucihelper.sh
 insert "'''.$$'''" as shown below.
 DATFILE="$RUNDIR/$SECTION_ID'''.$$'''.dat"
 ERRFILE="$RUNDIR/$SECTION_ID'''.$$'''.err"

 Did you only get uci error when "looking" at Dynamic DNS Application
 I never got uci errors from uhttpd, whatever app I used.
 To test if ddns-scripts is the problem, please call the following from
 console:
 {{{
 #> /etc/init.d/ddns disable
 #> /etc/init.d/ddns stop
 #> mv /etc/config/ddns /etc/config/ddns.bak
 }}}
 If you restart LuCI you will get an empty "Overview" of Dynamic DNS
 application.
 Are the uci erros still there ???
 To reactivate your your configuration do
 {{{
 #> mv -f /etc/config/ddns.bak /etc/config/ddns
 #> /etc/init.d/ddns enable
 #> /etc/init.d/ddns start
 }}}

--
Ticket URL: <https://dev.openwrt.org/ticket/19419#comment:4>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to