# DNS

**URL:** https://community.zeek.org/t/dns/99
**Category:** Zeek
**Created:** [July 25, 2000, 7:33am UTC](https://community.zeek.org/t/dns/99 "2000-07-25T07:33:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Vern](https://yyz1.discourse-cdn.com/flex011/user_avatar/community.zeek.org/vern/32/630_2.png) [@Vern](https://community.zeek.org/u/Vern)
#### Post date: [July 25, 2000, 7:33am UTC](https://community.zeek.org/t/dns/99/1 "2000-07-25T07:33:35Z")

</div>

> I am trying to run bro on a Linux 2.2.14 intel box. If I try to use any  
> of the ".bro" file, I get this error :
> 
> hot, line 33: internal error: NB-DNS error in DNS\_Mgr::WaitForReplies  
> Aborted
> 
> Could anyone help me to correct this?

The message means that a call to nb\_dns\_activity() (in nb\_dns.c) is  
failing. Unfortunately, this problem isn't familiar to me, so you'll have  
to use a debugger to find out what's going on. I don't know how difficult  
that will be.

&nbsp;&nbsp;&nbsp;&nbsp;Vern

---

<div class="post-metadata">

### Author: ![Jonathan\_Smith](https://avatars.discourse-cdn.com/v4/letter/j/f07891/32.png) [@Jonathan\_Smith](https://community.zeek.org/u/Jonathan_Smith)
#### Post date: [July 25, 2000, 8:35am UTC](https://community.zeek.org/t/dns/99/2 "2000-07-25T08:35:14Z")

</div>

Vern Paxson wrote:

> \> I am trying to run bro on a Linux 2.2.14 intel box. If I try to use any  
> \> of the ".bro" file, I get this error :  
> \>  
> \> hot, line 33: internal error: NB-DNS error in DNS\_Mgr::WaitForReplies  
> \> Aborted  
> \>  
> \> Could anyone help me to correct this?
> 
> The message means that a call to nb\_dns\_activity() (in nb\_dns.c) is  
> failing. Unfortunately, this problem isn't familiar to me, so you'll have  
> to use a debugger to find out what's going on. I don't know how difficult  
> that will be.
> 
> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Vern

I have experienced a similar problem before when using bro on linux (Do  
so at your own peril better to use \*BSD). If the box your using it on is  
a router and there is no internet connectivity. This happens because bro  
needs to be able to resolve several host names present in the .bro files  
(if there unmodified)  
line 33 of hot calls for the resolution of ns.lbl.gov for instance. The  
resolution to this is to customize the .bro files for your site, the  
values in the .bro files are place holders (that was the intention  
right?) so that you can change the value to something site specific.

On a somewhat related subject Mr. Paxon if you have finished the user  
manual I would be very interested in seeing it.

Thanks,  
Jonathan

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/zeek/original/1X/f09d732bc2cc7c7cc7e35db67cf4e1d5233ce7a7.png) [@system](https://community.zeek.org/u/system)
#### Post date: [May 6, 2022, 3:36pm UTC](https://community.zeek.org/t/dns/99/3 "2022-05-06T15:36:12Z")

</div>


