NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: misc/53421: 8.0_RC2 named has resource issue



On Jul 3, 11:45am, mark%ecs.vuw.ac.nz@localhost (mark%ecs.vuw.ac.nz@localhost) wrote:
-- Subject: misc/53421: 8.0_RC2 named has resource issue

| Jul  2 21:48:28 downstage named[22054]: UDP client handler shutting down due to fatal receive error: not enough free resources
| 
| 	restarting named gets it working for another few hours and then repeats.
| 	Don't know which particular "free resources" its complaining about.
| 	Same problem occurs if you use the named binary from 7.1_STABLE on the 8.0_RC2 system
| 	so the issue is presumably in libraries or the kernel.

Look for ISC_R_NORESOURCES in:
    /usr/src/external/bsd/bind/dist/lib/isc/unix/socket.c
and add some syslog messages before the returns. My guess is that it is
ENOBUFS.

christos


Home | Main Index | Thread Index | Old Index