From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 18:59:46 2004 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 27A3916A4CE for ; Thu, 29 Jul 2004 18:59:46 +0000 (GMT) Received: from sleek.sleektech.nl (sleek.sleektech.nl [62.212.87.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51EF743D49 for ; Thu, 29 Jul 2004 18:59:45 +0000 (GMT) (envelope-from lists@sleektech.nl) Received: (qmail 86473 invoked from network); 29 Jul 2004 18:55:57 -0000 Received: from unknown (HELO ?193.173.42.52?) (193.173.42.52) by sleek.sleektech.nl with SMTP; 29 Jul 2004 18:55:57 -0000 Message-ID: <41094918.8080309@sleektech.nl> Date: Thu, 29 Jul 2004 20:59:36 +0200 From: lists User-Agent: Mozilla Thunderbird 0.7.1 (Windows/20040626) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Nelson , questions@freebsd.org References: <4108B086.8060706@sleektech.nl> <20040729143715.GB26125@dan.emsphone.com> In-Reply-To: <20040729143715.GB26125@dan.emsphone.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: netstat -m 'cannot allocate memory' 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: Thu, 29 Jul 2004 18:59:46 -0000 Is it possible to rebuild these without doing a complete make world and if so without rebooting ? Dan Nelson wrote: >In the last episode (Jul 29), lists said: > > >>Hello, >> >>On 2 of my systems I get the following error while doing netstat -m: >> >>$ netstat -m >>netstat: sysctl: retrieving mbstat: Cannot allocate memory >> >>This is a PIV 2ghz, with 1,5 GB of memory >> >> > >That means you have rebuilt your kernel and now kernel and world are out of >sync. At minimum, rebuild libkvm and netstat. > > >