From owner-freebsd-questions@FreeBSD.ORG Mon May 12 07:49:56 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6A9937B401 for ; Mon, 12 May 2003 07:49:56 -0700 (PDT) Received: from kumprang.or.id (kumprang.or.id [202.143.103.227]) by mx1.FreeBSD.org (Postfix) with SMTP id EC96543FBD for ; Mon, 12 May 2003 07:49:51 -0700 (PDT) (envelope-from budsz@kumprang.or.id) Received: (qmail 83208 invoked by uid 1008); 12 May 2003 14:54:35 -0000 Date: Mon, 12 May 2003 21:54:34 +0700 From: budsz To: FreeBSD-Questions Message-ID: <20030512145434.GB83068@kumprang.or.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-URL: "http://www.kumprang.or.id/~budsz/" X-URL-GPG: "http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x62695304" X-Pubkey: "http://www.kumprang.or.id/~budsz/pubkey.txt" X-Pubkey-MD5: "http://www.kumprang.or.id/~budsz/pubkey-checksum.md5" X-Finger-Print: "A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304" X-Organization: "Internet Cafe and Game PC Kumprang" User-Agent: Mutt/1.5.4i X-Virus-Scanned: by AMaViS perl-11 Subject: About bind 9.x.x X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2003 14:49:57 -0000 Hi, I get some problem, I'am running nameserver under FreeBSD and bind 9.x.x, so I get strange error in /var/log/messages: $ grep named /var/log/messages [...] May 12 17:27:26 kumprang named[288]: client 192.168.0.18#2726: error sending response: not enough free resources [...] I believe this doesn't trouble in bind, but in kernel system FreeBSD 4.8 STABLE. So I try to looking in web resource, I do resize kern.ipc.nmbclusters and kern.ipc.nmbufs via kernel configuration (maxusers 0) ---auto to decide physical memory--. I checked available memory: $ netstat -m 63/432/8064 mbufs in use (current/peak/max): 63 mbufs allocated to data 34/266/2016 mbuf clusters in use (current/peak/max) 640 Kbytes allocated to network (10% of mb_map in use) 0 requests for memory denied 0 requests for memory delayed 0 calls to protocol drain routines Would you tell me to resolve this problem. TIA -- budsz