Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Jul 2004 14:41:13 -0500
From:      Dan Nelson <dnelson@allantgroup.com>
To:        lists <lists@sleektech.nl>
Cc:        questions@freebsd.org
Subject:   Re: netstat -m 'cannot allocate memory'
Message-ID:  <20040729194112.GB9911@dan.emsphone.com>
In-Reply-To: <41094918.8080309@sleektech.nl>
References:  <4108B086.8060706@sleektech.nl> <20040729143715.GB26125@dan.emsphone.com> <41094918.8080309@sleektech.nl>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040729194112.GB9911>