Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jan 1996 09:53:53 +0100 (MET)
From:      J Wunsch <j@uriah.heep.sax.de>
To:        ccappuc@satelnet.org (Chris Cappuccio)
Cc:        current@freebsd.org
Subject:   Re: proc size mismatch
Message-ID:  <199601310853.JAA19837@uriah.heep.sax.de>
In-Reply-To: <199601310042.TAA17384@sefl.satelnet.org> from "Chris Cappuccio" at Jan 30, 96 07:42:17 pm

next in thread | previous in thread | raw e-mail | index | archive | help
As Chris Cappuccio wrote:
> 
>  Anyways,
> between 1/16 and 1/23-current ps and w became incompatible with the kernel
> (proc size  mismatch err something...) and recompiling them does nothing
> to help... any fix?

if(error == "proc size mismatch") then begin
	recompile(libkvm);
	reinstall(libkvm);
	if((item = find(everywhere)) && linked_static(item, libkvm)) then
		recompile(item);
		reinstall(item);
	end;
end.

-- 
cheers, J"org

joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
Never trust an operating system you don't have sources for. ;-)



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