Petr Menšík
Petr Menšík
Can I ask Michal @msekletar to look at this too?
What I see is this: ``` ; DiG 9.18.11 2.fedora.pool.ntp.org @localhost ;; global options: +cmd ;; Got answer: ;; ->>HEADERHEADER
I have been busy working on *dnsconfd* project, but I think it is time for a release already. Not much new features, but a lot of important bugs already fixed....
There is still open issue #501, which seems should be fixed if possible before we release.
I thought I would do a release today, but I have to finish preparations for my fosdem talk. I have pushed tag ``v0.9-rc1`` to allow more testing and downloading of...
Sorry, still busy with bind9 CVE fixes on RHEL, which are my top priority for the moment. I haven't forgotten, we have a new CVE-2024-2699 for issue #501, but more...
``` (gdb) bt #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007f8b782afec3 in __pthread_kill_internal (signo=6, threadid=) at pthread_kill.c:78 #2 0x00007f8b7825fa76 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007f8b782497fc in __GI_abort ()...
Not sure why that happens. If I choose server on address where is nothing listening, it starts. But not when there is something listening. ``` binding to 0.0.0.0 flaming target(s)...
Oh, interesting. Both ``flame -P tcp -g "numberqname low=0 high=2" -r test. 127.0.0.2`` and ``flame -P tcp -g "numberqname low=0 high=2" -r test. 127.0.0.1`` with unbound running locally pass just...
Interesting. Even specification what should be already be default does make it working well: ``flame -P tcp -g "numberqname low=0" -r test. 127.0.0.1`` works nicely. According to ``man flame`` low...