BIND9.1 not able to answer querys

Wendell Brown wbrown at MCI.NET
Thu Feb 22 16:51:27 UTC 2001


	Can someone look at some buffer captures for the named process to see if it
can be gleamed why the BIND 9.1 release quits processing new queries? It is
running on a Solaris 2.6 single processor system, acting as a secondary. It
had been running since Feb 6 without incident until today. I captured a
truss -c -p, a truss -p output and a netstat -a -n output. It seems that
some semaphore is constantly being watched awaiting a release of some
resource. Also note that the UDP port *.53 is not in the netstat list. Does
this imply that it was trying to pass a query off and never returned to
listen again? Much headscratching here. Any other things I can do to see
what might be going on? I have left the named process in this state to allow
furthur investigation without restarting it.

Thanks,
Wendell Brown

ps -ef|grep named
    root 10654     1  1   Feb 06 ?       214:33 sbin/named -c etc/named.conf
# truss -c -p 10654
^Csignals ------------
SIGALRM           18
total:            18

syscall      seconds   calls  errors
read             .02     722    361
write            .09     788
poll             .09     722
sigprocmask      .00     128
context          .00      18
lwp_sema_wai     .07     485     18
lwp_sema_pos     .04     467
utimes           .00       2
setitimer        .00      37
lwp_mutex_un     .00      61
lwp_mutex_lo     .00      60
recvmsg          .07     806    361
sendmsg          .09     445
                ----     ---    ---
sys totals:      .47    4741    740
usr time:        .35
elapsed:       40.80
# truss -p 10654
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 45
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 7 . 2".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 177
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 34
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 1 6 . 2".., 54)     = 54
sendmsg(9, 0xEF572BC8, 0)                       = 106
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 33
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 1 6 . 2".., 53)     = 53
sendmsg(9, 0xEF572BC8, 0)                       = 105
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 9 9 . 7".., 58)     = 58
sendmsg(9, 0xEF572BC8, 0)                       = 221
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 43
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 3 . 2 3".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 114
    Received signal #14, SIGALRM, in lwp_sema_wait() [caught]
lwp_sema_wait(0xEF6A6BC8)                       Err#91 ERESTART
sigprocmask(SIG_SETMASK, 0xEE60BE34, 0x00000000) = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
setcontext(0xEE60B748)
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
lwp_sema_post(0xEF6A6BC8)                       = 0
lwp_sema_wait(0xEF6A6BC8)                       = 0
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
setitimer(ITIMER_REAL, 0xEE60BCD8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
lwp_mutex_unlock(0xEF6A98B8)                    = 0
lwp_mutex_lock(0xEF6A98B8)                      = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
lwp_mutex_unlock(0xEF6A98B8)                    = 0
lwp_mutex_lock(0xEF6A98B8)                      = 0
lwp_sema_post(0xEF6A6BC8)                       = 0
lwp_sema_wait(0xEF6A6BC8)                       = 0
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
setitimer(ITIMER_REAL, 0xEE60BCD8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 33
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
write(15, " c l i e n t   2 0 8 . 1".., 55)     = 55
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
poll(0xEF531C08, 10, -1)                        = 1
sendmsg(9, 0xEF572BC8, 0)                       = 105
recvmsg(9, 0xEF573BA0, 0)                       = 34
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 8 . 1".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 106
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 4 . 4 1".., 67)     = 67
sendmsg(9, 0xEF572BC8, 0)                       = 163
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 44
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 6 . 2".., 66)     = 66
sendmsg(9, 0xEF572BC8, 0)                       = 198
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 32
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 9 9 . 9".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 211
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 4 0 . 1".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 221
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 34
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 4 . 4 .".., 54)     = 54
sendmsg(9, 0xEF572BC8, 0)                       = 145
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
write(15, " c l i e n t   6 4 . 1 2".., 55)     = 55
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   6 4 . 1 2".., 55)     = 55
sendmsg(9, 0xEF572BC8, 0)                       = 107
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 4 . 1 2".., 55)     = 55
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   6 4 . 1 2".., 55)     = 55
sendmsg(9, 0xEF572BC8, 0)                       = 107
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 4 . 1 2".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   6 4 . 1 2".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 107
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 31
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 1 6 . 2".., 51)     = 51
sendmsg(9, 0xEF572BC8, 0)                       = 103
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 39
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 8 . 2".., 63)     = 63
sendmsg(9, 0xEF572BC8, 0)                       = 247
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 36
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 3 . 2 0".., 59)     = 59
sendmsg(9, 0xEF572BC8, 0)                       = 194
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF533E80)                       = 0
lwp_sema_wait(0xEF533E80)                       = 0
lwp_mutex_unlock(0xEF6A98B8)                    = 0
lwp_mutex_lock(0xEF6A98B8)                      = 0
recvmsg(9, 0xEF573BA0, 0)                       = 36
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 3 . 2 0".., 59)     = 59
sendmsg(9, 0xEF572BC8, 0)                       = 194
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 33
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF533E80)                       = 0
lwp_sema_wait(0xEF533E80)                       = 0
write(15, " c l i e n t   6 3 . 8 8".., 54)     = 54
sendmsg(9, 0xEF572BC8, 0)                       = 105
recvmsg(9, 0xEF573BA0, 0)                       = 34
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 3 . 8 8".., 55)     = 55
sendmsg(9, 0xEF572BC8, 0)                       = 106
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 39
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 7 0 . 7".., 61)     = 61
sendmsg(9, 0xEF572BC8, 0)                       = 247
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
    Received signal #14, SIGALRM, in lwp_sema_wait() [caught]
lwp_sema_wait(0xEF6A6BC8)                       Err#91 ERESTART
sigprocmask(SIG_SETMASK, 0xEE60BE34, 0x00000000) = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
setcontext(0xEE60B748)
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
lwp_sema_post(0xEF6A6BC8)                       = 0
lwp_sema_wait(0xEF6A6BC8)                       = 0
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
setitimer(ITIMER_REAL, 0xEE60BCD8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
recvmsg(9, 0xEF573BA0, 0)                       = 55
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
lwp_mutex_unlock(0xEF6A98B8)                    = 0
lwp_mutex_lock(0xEF6A98B8)                      = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
lwp_mutex_unlock(0xEF6A98B8)                    = 0
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
lwp_mutex_lock(0xEF6A98B8)                      = 0
lwp_sema_post(0xEF6A6BC8)                       = 0
lwp_sema_wait(0xEF6A6BC8)                       = 0
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
setitimer(ITIMER_REAL, 0xEE60BCD8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 79)     = 79
sendmsg(9, 0xEF572BC8, 0)                       = 263
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 55
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 79)     = 79
sendmsg(9, 0xEF572BC8, 0)                       = 263
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 55
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 79)     = 79
sendmsg(9, 0xEF572BC8, 0)                       = 263
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 34
recvmsg(9, 0xEF573BA0, 0)                       = 33
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 8 . 1".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 106
write(15, " c l i e n t   2 0 8 . 1".., 55)     = 55
sendmsg(9, 0xEF572BC8, 0)                       = 105
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 55
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 79)     = 79
sendmsg(9, 0xEF572BC8, 0)                       = 263
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 43
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 1 6 . 4".., 64)     = 64
sendmsg(9, 0xEF572BC8, 0)                       = 142
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 44
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 6 . 9".., 67)     = 67
sendmsg(9, 0xEF572BC8, 0)                       = 153
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 4 . 1 2".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   6 4 . 1 2".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 107
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 29
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 3 7 . 3".., 53)     = 53
poll(0xEF531C08, 10, -1)                        = 1
sendmsg(9, 0xEF572BC8, 0)                       = 260
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 30
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 6 7 . 1".., 55)     = 55
sendmsg(9, 0xEF572BC8, 0)                       = 125
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   6 4 . 1 2".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   6 4 . 1 2".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 107
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 33
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 3 . 1".., 53)     = 53
sendmsg(9, 0xEF572BC8, 0)                       = 105
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573A28, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 8 . 2".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   2 0 8 . 2".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   2 0 8 . 2".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 107
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573BA0, 0)                       = 35
recvmsg(9, 0xEF573A28, 0)                       = 35
recvmsg(9, 0xEF573A28, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 9 5 . 2".., 58)     = 58
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   1 9 5 . 2".., 58)     = 58
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   1 9 5 . 2".., 58)     = 58
sendmsg(9, 0xEF572BC8, 0)                       = 107
write(15, " c l i e n t   1 9 5 . 2".., 58)     = 58
sendmsg(9, 0xEF572BC8, 0)                       = 107
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 34
recvmsg(9, 0xEF573BA0, 0)                       = 33
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 9 . 2".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 106
write(15, " c l i e n t   2 0 9 . 2".., 55)     = 55
sendmsg(9, 0xEF572BC8, 0)                       = 105
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 29
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 8 . 3".., 50)     = 50
sendmsg(9, 0xEF572BC8, 0)                       = 237
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 34
recvmsg(9, 0xEF573BA0, 0)                       = 25
recvmsg(9, 0xEF573BA0, 0)                       = 33
recvmsg(9, 0xEF573A28, 0)                       = 34
recvmsg(9, 0xEF573A28, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 7 . 1".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 111
write(15, " c l i e n t   2 0 7 . 1".., 49)     = 49
sendmsg(9, 0xEF572BC8, 0)                       = 86
write(15, " c l i e n t   2 0 7 . 2".., 57)     = 57
sendmsg(9, 0xEF572BC8, 0)                       = 105
write(15, " c l i e n t   2 0 7 . 2".., 58)     = 58
sendmsg(9, 0xEF572BC8, 0)                       = 106
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 50
recvmsg(9, 0xEF573BA0, 0)                       = 48
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 5 . 1".., 73)     = 73
sendmsg(9, 0xEF572BC8, 0)                       = 121
write(15, " c l i e n t   2 0 5 . 1".., 72)     = 72
sendmsg(6, 0xEF5738D8, 0)                       = 59
poll(0xEF531C08, 10, -1)                        = 1
recvmsg(9, 0xEF573BA0, 0)                       = 59
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 4 . 1".., 73)     = 73
sendmsg(9, 0xEF572BC8, 0)                       = 139
poll(0xEF531C08, 10, -1)                        = 1
recvmsg(6, 0xEF573BA0, 0)                       = 139
recvmsg(6, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\006", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\006", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
fstat(3, 0xEF572C98)                            = 0
time()                                          = 982856697
getpid()                                        = 10654 [1]
putmsg(3, 0xEF572350, 0xEF572344, 0)            = 0
open("/etc/.syslog_door", O_RDONLY)             = 16
door_info(16, 0xEF572288)                       = 0
getpid()                                        = 10654 [1]
door_call(16, 0xEF572270)                       = 0
close(16)                                       = 0
sendmsg(6, 0xEF572DC0, 0)                       = 48
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 43
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 3 7 . 1".., 66)     = 66
sendmsg(9, 0xEF572BC8, 0)                       = 233
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(6, 0xEF573BA0, 0)                       = 89
recvmsg(6, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\006", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\006", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
sendmsg(9, 0xEF5730B0, 0)                       = 144
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 36
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 7 . 2".., 60)     = 60
sendmsg(9, 0xEF572BC8, 0)                       = 187
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 46
recvmsg(9, 0xEF573BA0, 0)                       = 41
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 5 2 . 1".., 70)     = 70
sendmsg(9, 0xEF572BC8, 0)                       = 254
write(15, " c l i e n t   1 5 2 . 1".., 65)     = 65
sendmsg(9, 0xEF572BC8, 0)                       = 249
    Received signal #14, SIGALRM, in lwp_sema_wait() [caught]
lwp_sema_wait(0xEF6A6BC8)                       Err#91 ERESTART
sigprocmask(SIG_SETMASK, 0xEE60BE34, 0x00000000) = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
setcontext(0xEE60B748)
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
lwp_sema_post(0xEF6A6BC8)                       = 0
lwp_sema_wait(0xEF6A6BC8)                       = 0
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
setitimer(ITIMER_REAL, 0xEE60BCD8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
lwp_mutex_unlock(0xEF6A98B8)                    = 0
lwp_mutex_lock(0xEF6A98B8)                      = 0
lwp_sema_post(0xEF553E80)                       = 0
lwp_sema_wait(0xEF553E80)                       = 0
lwp_mutex_unlock(0xEF6A98B8)                    = 0
lwp_mutex_lock(0xEF6A98B8)                      = 0
lwp_sema_post(0xEF6A6BC8)                       = 0
lwp_sema_wait(0xEF6A6BC8)                       = 0
sigprocmask(SIG_BLOCK, 0xEF6A6BB8, 0x00000000)  = 0
setitimer(ITIMER_REAL, 0xEE60BCD8, 0x00000000)  = 0
sigprocmask(SIG_UNBLOCK, 0xEF6A6BB8, 0x00000000) = 0
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 31
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   2 0 6 . 2".., 54)     = 54
sendmsg(9, 0xEF572BC8, 0)                       = 210
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 45
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   4 . 2 4 .".., 67)     = 67
sendmsg(9, 0xEF572BC8, 0)                       = 124
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 37
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
write(15, " c l i e n t   2 0 8 . 2".., 59)     = 59
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
sendmsg(9, 0xEF572BC8, 0)                       = 89
poll(0xEF531C08, 10, -1)                        = 1
lwp_sema_post(0xEF573E80)                       = 0
lwp_sema_wait(0xEF573E80)                       = 0
recvmsg(9, 0xEF573BA0, 0)                       = 30
recvmsg(9, 0xEF573BA0, 0)                       Err#11 EAGAIN
write(5, "\0\0\0\t", 4)                         = 4
poll(0xEF531C08, 9, -1)                         = 1
read(4, "\0\0\0\t", 4)                          = 4
read(4, 0xEF533BF4, 4)                          Err#11 EAGAIN
write(15, " c l i e n t   1 9 3 . 1".., 56)     = 56
sendmsg(9, 0xEF572BC8, 0)                       = 238
^C#
# netstat -n    -a -n

UDP
   Local Address         Remote Address     State
-------------------- -------------------- -------
      *.161                                 Idle
      *.111                                 Idle
      *.*                                   Unbound
      *.32771                               Idle
      *.32783                               Idle
      *.123                                 Idle
127.0.0.1.123                               Idle
153.153.128.70.123                          Idle
123.54.137.213.123                          Idle
10.100.100.117.123                          Idle
      *.32794                               Idle
      *.*                                   Unbound
127.0.0.1.53                                Idle
153.153.128.70.53                           Idle
123.54.137.213.53                           Idle
10.100.100.117.53                           Idle
      *.40891                               Idle
      *.514                                 Idle
      *.*                                   Unbound

TCP
   Local Address        Remote Address    Swind Send-Q Rwind Recv-Q  State
-------------------- -------------------- ----- ------ ----- ------ -------
      *.*                  *.*                0      0     0      0 IDLE
      *.111                *.*                0      0     0      0 LISTEN
      *.*                  *.*                0      0     0      0 IDLE
      *.22                 *.*                0      0     0      0 LISTEN
      *.32772              *.*                0      0     0      0 LISTEN
      *.*                  *.*                0      0     0      0 IDLE
153.153.128.70.22    24.94.77.231.18901       0      0 36685      0 LISTEN
      *.21                 *.*                0      0     0      0 LISTEN
      *.400                *.*                0      0     0      0 LISTEN
123.54.137.213.629   159.24.64.95.401      4096      0  9112      0
ESTABLISHED
      *.80                 *.*                0      0     0      0 LISTEN
127.0.0.1.53               *.*                0      0     0      0 LISTEN
153.153.128.70.53          *.*                0      0     0      0 LISTEN
123.54.137.213.53          *.*                0      0     0      0 LISTEN
10.100.100.117.53          *.*                0      0     0      0 LISTEN
153.153.128.70.21    166.60.2.77.47324        0      0 36685      0 LISTEN
153.153.128.70.22    166.60.2.34.1022      8760      0 37960      0
ESTABLISHED
      *.6010               *.*                0      0     0      0 LISTEN
153.153.128.70.22    166.60.4.177.1129     7692     19 37960      0
ESTABLISHED
153.153.128.70.1023  153.153.128.78.22    36592      0 36592      0
TIME_WAIT
153.153.128.70.1022  153.153.128.78.22    43120      0 36592      0
TIME_WAIT
      *.*                  *.*                0      0     0      0 IDLE
#



-- Binary/unsupported file stripped by Listar --
-- Type: application/ms-tnef
-- File: winmail.dat




More information about the bind-users mailing list