From owner-freebsd-stable@FreeBSD.ORG Tue Jan 20 21:25:49 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705B416A4CE for ; Tue, 20 Jan 2004 21:25:49 -0800 (PST) Received: from mail.vinita.lt (mail.vinita.lt [217.147.34.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DED643D54 for ; Tue, 20 Jan 2004 21:25:48 -0800 (PST) (envelope-from rolnas@takas.lt) Received: from ctv-217-147-36-211.vinita.lt ([217.147.36.211] helo=rolnas.linux) by mail.vinita.lt with esmtp (powered by Init) id 1AjB3Y-0004lC-00; Wed, 21 Jan 2004 07:37:36 +0200 Received: from rolnas by rolnas.linux with local (Exim 3.35 #1 (Debian)) id 1AjAs5-0000Ip-00; Wed, 21 Jan 2004 07:25:45 +0200 Date: Wed, 21 Jan 2004 07:25:45 +0200 From: Rolandas Naujikas To: "Pavel S. Shirshov" Message-ID: <20040121052545.GA1103@rolnas> References: <231266275000.20040120110158@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <231266275000.20040120110158@mail.ru> User-Agent: Mutt/1.3.28i Organization: VU MIF Sender: Rolandas Naujikas cc: freebsd-stable@freebsd.org Subject: Re: ping: sendto: No buffer space available X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 05:25:49 -0000 On Tue, Jan 20, 2004 at 11:01:58AM +0500, Pavel S. Shirshov wrote: > Hi Pawel > > >> Problem - error message "No buffer space available". > >> But, > >> # netstat -m > >> 145/18656/32768 mbufs in use (current/peak/max): > >> 144 mbufs allocated to data > >> 1 mbufs allocated to packet headers > >> 142/628/8192 mbuf clusters in use (current/peak/max) > >> 5920 Kbytes allocated to network (24% of mb_map in use) > >> 25 requests for memory denied > >> 1 requests for memory delayed > >> 0 calls to protocol drain routines > >> > >> Peak was 18656, max 32768. Why i'm got message "No buffer space > >> available"? > > PM> Are You using dummynet? > > No. I'm using mpd for pptp. > ng_pptpgre.c return ENOBUFS - and i'm got message "No buffer space > available". I had sometime this problem. This is probably from PPTP disconnect. When PPP is not connected, but the queue is gooing and the queue length is limited. The resolution is probably reconnect. > Can you tell me about increasing buffer size in ng_pptpgre.c? > > > P.S.:Sorry for bad English > > > > -- > With best regards > Pavel mailto:pavelbsd@mail.ru > > > ------------------------------