From owner-freebsd-security Tue Aug 12 17:15:17 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA03209 for security-outgoing; Tue, 12 Aug 1997 17:15:17 -0700 (PDT) Received: from implode.root.com (implode.root.com [198.145.90.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA03202 for ; Tue, 12 Aug 1997 17:15:14 -0700 (PDT) Received: from implode.root.com (localhost [127.0.0.1]) by implode.root.com (8.8.5/8.8.5) with ESMTP id RAA05451; Tue, 12 Aug 1997 17:17:22 -0700 (PDT) Message-Id: <199708130017.RAA05451@implode.root.com> To: "Jonathan A. Zdziarski" cc: security@FreeBSD.ORG Subject: Re: Procfs patch In-reply-to: Your message of "Tue, 12 Aug 1997 10:52:22 -0000." From: David Greenman Reply-To: dg@root.com Date: Tue, 12 Aug 1997 17:17:22 -0700 Sender: owner-freebsd-security@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >OK I installed the first patch into the kernel. Now, on all three >machiens I installed it on, my ps is screwed up. Rather than seeing >'sendmail accepting connections" and such, I get: ... >Is there a better patch out? And if so, how do you reverse this patch? The problem isn't caused by the patch. You would have had the same problem if you had rebuilt your kernel even without the patch. Apparantly you've updated the kernel sources (to -stable or -current) without doing a 'make world' after installing the new kernel - causing your ps(8) and w(1) to be out of date. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project