From owner-freebsd-isp Tue Jan 28 08:55:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA23657 for isp-outgoing; Tue, 28 Jan 1997 08:55:23 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA23652 for ; Tue, 28 Jan 1997 08:55:21 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id JAA22846; Tue, 28 Jan 1997 09:55:15 -0700 (MST) Date: Tue, 28 Jan 1997 09:55:15 -0700 (MST) Message-Id: <199701281655.JAA22846@rocky.mt.sri.com> From: Nate Williams To: "Darrin R. Woods" Cc: freebsd-isp@freebsd.org Subject: Re: can't do a ps -ax In-Reply-To: References: Sender: owner-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Ok, I've obviously screwed something up. I just did a fresh install of > 2.1.6, and made the following changes to the kernel: > > options "CHILD_MAX=512" > options "OPEN_MAX=512" > > options QUOTA > > I also changed UT_NAMESIZE in and MAXLOGNAME in per > conversations months ago in this forum. > > Recompiled the kernel and now I can't do a simple ps -ax. I get the > following error message: > > yacko: {5} ps -ax > ps: proc size mismatch (17472 total, 620 chunks) Did you recompile ps and the rest of the utilities? When you change the kernel stuff, you also need to let the utilities know that a change has been made. Nate