[Dnsmasq-discuss] OpenWrt - dnsmasq - debugging delayed responses

2020-07-15 Thread Arseny Vakhrushev
Hello all, I'm trying to debug delayed DHCP responses in OpenWrt 19.07.3. The machine is connected to the router via Ethernet to eliminate possible network latency and packet loss. # dnsmasq -v Dnsmasq version 2.80 >From the perspective of DHCP traffic on the router, I see the following:

Re: [Dnsmasq-discuss] dnsmasq 2.81-3 segmentation fault for no apparent reason

2020-07-15 Thread Petr Menšík
Hi Mikko, first of all, I would ask you to fill a bug to Fedora. I am Fedora dnsmasq maintainer and never heard about such problem. Please check, whether coredumpctl has recorded the crash. $ coredumpctl list dnsmasq If there are, you can install debug symbols by: $ dnf debuginfo-install

Re: [Dnsmasq-discuss] [PATCH] Accept PKG_CONFIG from environment

2020-07-15 Thread Petr Menšík
Did you know both BSD make and GNU make allows to override variables on command line? if command parameter is used instead of environment, it would work without a change: make PKG_CONFIG=/usr/local/sbin/pkg-config But I admit it is inconvenient. If they need custom path just to PKG_CONFIG, it

[Dnsmasq-discuss] Authorized DNS served by dnsmasq is not recognized by third-parties resolvers

2020-07-15 Thread Nicholas Guriev
Hello everyone! I am trying to set up my own DNS server for it returns an A record of a specific domain. I chose dnsmasq for this purpose and configured it to act as authorized server for example.mymedia.su. Unfortunately, I found some DNS-resolvers can not retrieve demo IP [1]. At the time of