From owner-freebsd-security@FreeBSD.ORG Mon Sep 10 14:53:36 2012 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 019111065673; Mon, 10 Sep 2012 14:53:36 +0000 (UTC) (envelope-from des@des.no) Received: from smtp.des.no (smtp.des.no [194.63.250.102]) by mx1.freebsd.org (Postfix) with ESMTP id AD7D48FC08; Mon, 10 Sep 2012 14:53:35 +0000 (UTC) Received: from ds4.des.no (smtp.des.no [194.63.250.102]) by smtp.des.no (Postfix) with ESMTP id AE0006207; Mon, 10 Sep 2012 16:53:34 +0200 (CEST) Received: by ds4.des.no (Postfix, from userid 1001) id 6B0B48A0A; Mon, 10 Sep 2012 16:53:34 +0200 (CEST) From: =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= To: obrien@freebsd.org References: <50450F2A.10708@FreeBSD.org> <20120903203505.GN1464@x96.org> <50451D6E.30401@FreeBSD.org> <20120903214638.GO1464@x96.org> <50453686.9090100@FreeBSD.org> <20120904220754.GA3643@server.rulingia.com> <20120906174247.GB13179@dragon.NUXI.org> <20120906230157.5307a21f@gumby.homeunix.com> <20120906224703.GD89120@x96.org> <20120907015157.GA29497@server.rulingia.com> <20120910135218.GA68128@dragon.NUXI.org> Date: Mon, 10 Sep 2012 16:53:34 +0200 In-Reply-To: <20120910135218.GA68128@dragon.NUXI.org> (David O'Brien's message of "Mon, 10 Sep 2012 06:52:18 -0700") Message-ID: <867gs2hqtt.fsf@ds4.des.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Cc: Arthur Mesh , Doug Barton , freebsd-rc@freebsd.org, Xin Li , freebsd-security@freebsd.org, RW Subject: Re: svn commit: r239569 - head/etc/rc.d X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Security issues \[members-only posting\]" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Sep 2012 14:53:36 -0000 David O'Brien writes: > + ( dmesg; kenv; df -ib; \ None of these change much between reboots; dmesg and kenv don't change at all, and neither does df unless you have /tmp and / or /var on /. > + ps -fauxrH -o nwchan,nivcsw,nvcsw,time,re,sl; \ -f doesn't hurt but is unlikely to make any difference in the output. -u is overridden by -o and therefore pointless. -r just changes the sort order, which is probably pointless. -H greatly increases the amount of data but not the entropy. time, re and sl are in seconds and therefore extremely predictable. so: ps -axo nwchan,majflt,minflt,nivcsw,nvcsw which is exactly what I posted earlier, except for the addition of nwchan. DES --=20 Dag-Erling Sm=C3=B8rgrav - des@des.no