From owner-freebsd-questions@FreeBSD.ORG Thu Jul 29 19:41:17 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 B4B0416A4CE for ; Thu, 29 Jul 2004 19:41:17 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59F7443D2F for ; Thu, 29 Jul 2004 19:41:17 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i6TJfDRT099319; Thu, 29 Jul 2004 14:41:13 -0500 (CDT) (envelope-from dan) Date: Thu, 29 Jul 2004 14:41:13 -0500 From: Dan Nelson To: lists Message-ID: <20040729194112.GB9911@dan.emsphone.com> References: <4108B086.8060706@sleektech.nl> <20040729143715.GB26125@dan.emsphone.com> <41094918.8080309@sleektech.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41094918.8080309@sleektech.nl> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: questions@freebsd.org 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 19:41:17 -0000 In the last episode (Jul 29), lists said: > Is it possible to rebuild these without doing a complete make world > and if so without rebooting ? Yes: cd /usr/src/lib/libkvm && make obj && make depend && make && make install cd /usr/src/usr.bin/netstat && make obj && make depend && make && make install You may also need to rebuild systat, sockstat, netstat, lsof, and possibly other programs, which is why a buildworld is usually recommended. -- Dan Nelson dnelson@allantgroup.com