#12891: DNSMASQ should run at higher priority
------------------------+---------------------------------------
  Reporter:  anonymous  |      Owner:  developers
      Type:  defect     |     Status:  new
  Priority:  normal     |  Milestone:  Attitude Adjustment 12.09
 Component:  packages   |    Version:  Trunk
Resolution:             |   Keywords:  dnsmasq, priority
------------------------+---------------------------------------

Comment (by anonymous):

 I'm experiencing similar issues when just downloading a single (large)
 file in Firefox.  The router still seems to function (I can browse web
 pages provided the DNS lookups are already cached) but new DNS lookups
 fail.  Once the download completes, DNS lookups function normally.

 I tried the suggested fix which if I understand correctly is to edit
 /etc/init.d/dnsmasq to change:

 From Line 510:
         service_start /usr/sbin/dnsmasq -C $CONFIGFILE && {
 To Line 510:
         nice -n -19 /usr/sbin/dnsmasq -C $CONFIGFILE && {

 I restarted dnsmasq after this change but it didn't seem to have an
 impact.  DNS queries still failed during downloads.

--
Ticket URL: <https://dev.openwrt.org/ticket/12891#comment:1>
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