This is a discussion on Re: DIG hangs on BSD/OS 5.0 within the Bind Users forums, part of the DNS and Related Forums category; >>>>> "John" == John Palmer (NANOG Acct) <nanog@adns.net> writes: John> ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
>>>>> "John" == John Palmer (NANOG Acct) <nanog@adns.net> writes:
John> No, CTL-C doesn't do it. Got to CTL-Z and then kill the John> process. The last version of DIG that works correctly is John> from 9.2.2 John> 9.2.3 and 9.3.0 are broken under BSD/OS 5.0 9.3 works just fine on my BSD/OS 4.3 box. Try recompiling BIND9 with threading disabled. I had similar problems a long time ago and they went away when thread support was removed. There's probably a bug in the BSD/OS threads library that the BIND9 code is tickling. Running a threaded version of BIND on a uniprocessor isn't advisable anyway. |