From owner-freebsd-questions@FreeBSD.ORG Sun Apr 6 19:14:36 2003 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 1C5BE37B401 for ; Sun, 6 Apr 2003 19:14:36 -0700 (PDT) Received: from blueyonder.co.uk (pcow057o.blueyonder.co.uk [195.188.53.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1400A43F93 for ; Sun, 6 Apr 2003 19:14:35 -0700 (PDT) (envelope-from jfm@blueyonder.co.uk) Received: from lexx ([62.31.198.203]) by blueyonder.co.uk with Microsoft SMTPSVC(5.5.1877.757.75); Mon, 7 Apr 2003 03:14:34 +0100 From: John Murphy To: questions@FreeBSD.ORG Date: Mon, 07 Apr 2003 03:14:34 +0100 Organization: poor Message-ID: References: <74i19v4isusmlrpohohodush0gnmmsutvk@4ax.com> <20030407020302.GA57427@soupnazi.org> In-Reply-To: <20030407020302.GA57427@soupnazi.org> X-Mailer: Forte Agent 1.9/32.560 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Re: 4.8 ipfilter ruleset compatibility question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: jfm@blueyonder.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 02:14:36 -0000 Jim Mock wrote: >> Not sure if it's related but I've just tried top again: >> wall# top >> top: nlist failed > >Things like this usually happen if your kernel is out of sync with your >userland. "ps" is probably also broken if you're out of sync. kernel was built with sources from the 4.8-Release iso after install from the same CD so it doesn't seem possible. ps -aux worked while top = didn't. After a reboot top works again. Thanks John.