[Named 9.2.3] Transfert Problem

Kevin Darcy kcd at daimlerchrysler.com
Tue Dec 16 22:37:22 UTC 2003


Jeremy Mauro wrote:

>Does anyone have any idea about the following error?
>Dec 16 10:00:40.724 general: error: errno2result.c:109: unexpected
>error:
>Dec 16 10:00:40.724 general: error: unable to convert errno to
>isc_result: 4: Interrupted system call
>Dec 16 10:00:40.725 xfer-out: info: client 10.52.0.13#38552: transfer of
>'zone.woo/IN': AXFR-style IXFR started
>Dec 16 10:00:40.725 general: error: master/zones.jnl: open: unexpected
>error
>
>I am using bind9.2.3, with a bi-xeon (2,4 Ghz)
>I re try to transfert the zone: no problem?
>
Well, you didn't say what OS you were running, but if it's a 
relatively-normal version of Unix/Linux, then errno 4 is EINTR 
("interrupted system call"), and according to the open() man page, you 
only get that if the process received a signal during the open(). 
Perhaps you sent a signal to the "named" process at a 
particularly-inopportune time(???).

                                                                         
                                    - Kevin




More information about the bind-users mailing list