Re: [Dnsmasq-discuss] dnsmasq using 100% of cpu

2024-05-06 Thread Simon Kelley
Very suspicious of listen-address=127.0.0.9. Are you sure you've not created a loop where dnsmasq is send queries back to itself? Enabling logging, and/or --dns-loop-detect would be useful. Cheers, Simon. On 5/1/24 23:47, Kenneth Berland wrote: On March 2, 2020 (possibly causing the Pandemic?

Re: [Dnsmasq-discuss] Use-after-free with DHCP + use-stale-cache

2024-05-06 Thread Erik Karlsson
Hi Dominik, Are you sure the patch I sent does not solve this? I think it should or are there more places where a lease_update_dns(0) is missing? Alternatively, can there be dangling pointers left even after lease_update_dns has been run? Best regards, Erik Den mån 6 maj 2024 07:14Dominik Derigs

[Dnsmasq-discuss] Monthly Posting

2024-05-06 Thread Monthly Posting
Hi, "How To Ask Questions The Smart Way" has immediately after the introduction an advice on before you ask. http://www.catb.org/esr/faqs/smart-questions.html#before Following that advice is still no guarantee for a (good) response. So when you are still stuck with something that you think i

Re: [Dnsmasq-discuss] dnsmasq using 100% of cpu

2024-05-06 Thread Kenneth Berland
I think this was my fault. I had two processes running. One from systemd (I hate you, systemd) and one in the foreground. I haven't been able to reproduce it with a single process. -KB On Mon, May 6, 2024 at 2:51 AM Simon Kelley wrote: > Very suspicious of listen-address=127.0.0.9. Are you sure