[opensuse] understanding DNS logs
12.3 named with dyndns Hi Can any of our bind gurus tell me what all this stuff is? #0113600#011IN#011SOA#011 as in: 2013-06-18T17:32:37.282634+02:00 hh16 named[3794]: samba_dlz: subtracted rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 370 900 600 86400 0' 2013-06-18T17:32:37.284751+02:00 hh16 named[3794]: samba_dlz: added rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 371 900 600 86400 0' The updates are working but they are slow. It take several minutes to dig from another client. I wonder if the cryptic stuff has any clue in it. Thanks. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
lynn wrote:
12.3 named with dyndns Hi Can any of our bind gurus tell me what all this stuff is? #0113600#011IN#011SOA#011 as in:
2013-06-18T17:32:37.282634+02:00 hh16 named[3794]: samba_dlz: subtracted rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 370 900 600 86400 0'
This looks like an SOA record. I guess #011 is used as a field separator.
2013-06-18T17:32:37.284751+02:00 hh16 named[3794]: samba_dlz: added rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 371 900 600 86400 0'
Same as above. I think you'll have to dig into the samba_dlz source to get a thorough explanation.
The updates are working but they are slow. It take several minutes to dig from another client. I wonder if the cryptic stuff has any clue in it.
I think they're just update notifications. A dig taking several minutes - network problem? Have you traced it on both sides? (tcpdump) -- Per Jessen, Zürich (33.6°C) http://www.dns24.ch/ - free DNS hosting, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
Per Jessen wrote:
lynn wrote:
12.3 named with dyndns Hi Can any of our bind gurus tell me what all this stuff is? #0113600#011IN#011SOA#011 as in:
2013-06-18T17:32:37.282634+02:00 hh16 named[3794]: samba_dlz: subtracted rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 370 900 600 86400 0'
This looks like an SOA record. I guess #011 is used as a field separator.
2013-06-18T17:32:37.284751+02:00 hh16 named[3794]: samba_dlz: added rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 371 900 600 86400 0'
If #011 was octal, that'd be a tab Before the IN is usually a TTL After the SOA is a sitename That would be 38784 SOA IN hh15.hh3.site. hostmaster.hh3.site. blank^^ spaces=tabs -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On Tue, 2013-06-18 at 16:25 -0700, Linda Walsh wrote:
Per Jessen wrote:
lynn wrote:
12.3 named with dyndns Hi Can any of our bind gurus tell me what all this stuff is? #0113600#011IN#011SOA#011 as in:
2013-06-18T17:32:37.282634+02:00 hh16 named[3794]: samba_dlz: subtracted rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 370 900 600 86400 0'
This looks like an SOA record. I guess #011 is used as a field separator.
2013-06-18T17:32:37.284751+02:00 hh16 named[3794]: samba_dlz: added rdataset hh3.site 'hh3.site.#0113600#011IN#011SOA#011hh16.hh3.site. hostmaster.hh3.site. 371 900 600 86400 0'
If #011 was octal, that'd be a tab Before the IN is usually a TTL After the SOA is a sitename
That would be 38784 SOA IN hh15.hh3.site. hostmaster.hh3.site. blank^^ spaces=tabs
Hi everyone. The 011 delimiter idea is good. The alternative would be humiliation on the isc list;) The slow take up by the clients seems to be related to sssd and if it really needs the IP or not. If you force it e.g. using a login, it's fine. Thanks -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (3)
-
Linda Walsh
-
lynn
-
Per Jessen