From owner-freebsd-current Tue Dec 7 1:34:16 1999 Delivered-To: freebsd-current@freebsd.org Received: from relay2.smtp.psi.net (relay2.smtp.psi.net [38.8.188.2]) by hub.freebsd.org (Postfix) with ESMTP id 59A4114A29 for ; Tue, 7 Dec 1999 01:34:13 -0800 (PST) (envelope-from keichii@mail.utexas.edu) Received: from [38.192.209.90] (helo=mail.utexas.edu) by relay2.smtp.psi.net with esmtp (Exim 1.90 #1) for freebsd-current@freebsd.org id 11vH0e-0001Yy-00; Tue, 7 Dec 1999 04:34:12 -0500 Message-ID: <384CD494.CB736864@mail.utexas.edu> Date: Tue, 07 Dec 1999 09:34:12 +0000 From: Michael Chin-Yuan Wu Organization: Keichii, Univ of Texas at Austin-ECE X-Mailer: Mozilla 4.61 [en] (X11; I; Linux 2.2.5 i386) X-Accept-Language: zh-TW, en MIME-Version: 1.0 To: freebsd-current@freebsd.org Subject: ps: proc size mismatch for root Content-Type: text/plain; charset=big5 Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello everyone, I have just compiled the newest current as of yesterday. The following only happens when the root user does it. [Other users see the normal results for 'ps'] keichii[root]:~# ps -ax ps: proc size mismatch (60320 total, 712 chunks) keichii[root]:~# ps ps: proc size mismatch (36400 total, 712 chunks) keichii[root]:~# This baffles me because it only happens for the root user. However, I used to have a larger procfs when I ran -stable. Here is my df currently, and it used to be bigger. [Another user admined the box, so I do not know what he did.] keichii[root]:~# df Filesystem 1K-blocks Used Avail Capacity Mounted on [deleted] /dev/wd0s3g 230191 216594 -4818 102% /usr/obj /dev/wd0s3d 109837 40143 60908 40% /var procfs 4 4 0 100% /proc [deleted] keichii[root]:~# Did I misconfigure procfs? Or what should I do? Thank you, Michael Wu keichii@mail.utexas.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message