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



The following reply was made to PR misc/53421; it has been noted by GNATS.

From: christos%zoulas.com@localhost (Christos Zoulas)
To: gnats-bugs%NetBSD.org@localhost, misc-bug-people%netbsd.org@localhost, 
	gnats-admin%netbsd.org@localhost, netbsd-bugs%netbsd.org@localhost
Cc: 
Subject: Re: misc/53421: 8.0_RC2 named has resource issue
Date: Tue, 3 Jul 2018 07:57:42 -0400

 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