From owner-freebsd-current Sat Dec 13 19:47:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA04379 for current-outgoing; Sat, 13 Dec 1997 19:47:51 -0800 (PST) (envelope-from owner-freebsd-current) Received: from zippy.dyn.ml.org (garbanzo@haiti-110.ppp.hooked.net [206.169.228.110]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA04358 for ; Sat, 13 Dec 1997 19:47:40 -0800 (PST) (envelope-from garbanzo@hooked.net) Received: from localhost (garbanzo@localhost) by zippy.dyn.ml.org (8.8.8/8.8.7) with SMTP id TAA22678; Sat, 13 Dec 1997 19:48:46 -0800 (PST) X-Authentication-Warning: zippy.dyn.ml.org: garbanzo owned process doing -bs Date: Sat, 13 Dec 1997 19:48:46 -0800 (PST) From: Alex X-Sender: garbanzo@zippy.dyn.ml.org To: Charlie Roots cc: freebsd-current@FreeBSD.ORG Subject: Re: ps proc size mismatch - HELP ME In-Reply-To: <19971214022555.29020.rocketmail@send1b.yahoomail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 13 Dec 1997, Charlie Roots wrote: > I cvsuped on 5/12/97 and build world, build kernel, all went fine. > > I cvsuped again 13/12/97 and build kernel only. > NOW, I am having this error whenever I type ps to get a list of active > processes. > > Any Idea what is going on, did I make a mistake somewhere or the > cvsuped files got soaped. I think between those two dates, changes were commited to the procfs that allowed truss to work, however you'll need to rebuild (and install) a few things first, usually in this order: includes, lkms, kernel, programs that use the procfs (top,ps, and maybe w). Then reboot. - alex