Bugzilla – Bug 106717
dnsmasq doesn't work with dig +trace
Last modified: 2005-10-06 17:05:20 UTC
trying to use dig +trace against a dnsmasq DNS server breaks: ; <<>> DiG 9.3.1 <<>> +trace www.suse.de ;; global options: printcmd ;; Received 17 bytes from 172.22.222.254#53(172.22.222.254) in 1 ms ethereal shows why: 0.000000 172.22.222.10 -> 172.22.222.254 DNS Standard query NS <Root> 0.000820 172.22.222.254 -> 172.22.222.10 DNS Standard query response, Refused it seems it cannot handle root requests at all.
that would be fixed in version 2.23rc2 (no final version, just an rc). Andreas, is this worth an update?
really? can't find it in the changelog. But the changelog mentions fixing a format string bug, so fixing it would be worth the hassle anyway.
No, not worth an update to a rc.
Created attachment 47276 [details] fix dig +trace
did you try the fix? It does not change the behaviour here.
uuh. Sorry, my mistake. I had a messed up upstream nameserver setup from my tests yesterday. The patch is the fix. I'll submit to stable.
fixed package submitted