From owner-freebsd-stable@FreeBSD.ORG Wed Sep 17 18:07:15 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 177B116A4B3 for ; Wed, 17 Sep 2003 18:07:15 -0700 (PDT) Received: from spam1.snu.ac.kr (spam2.snu.ac.kr [147.46.10.68]) by mx1.FreeBSD.org (Postfix) with SMTP id D38EB43FDF for ; Wed, 17 Sep 2003 18:07:11 -0700 (PDT) (envelope-from lahaye@snu.ac.kr) Received: (snipe 1463 invoked by alias); 18 Sep 2003 01:36:08 -0000 Received: from lahaye@snu.ac.kr with Spamsniper2.0 (Processed in 0.054871 secs); Received: from unknown (HELO sis1.snu.ac.kr) (147.46.10.36) by 0 with SMTP; 18 Sep 2003 01:36:08 -0000 X-RCPTTO: freebsd-stable@freebsd.org, Received: from snu.ac.kr ([147.46.44.183]) by sis1.snu.ac.kr (8.12.9/8.12.9) with ESMTP id h8I16G9H305776 for ; Thu, 18 Sep 2003 10:06:17 +0900 Message-ID: <3F69053F.5060104@snu.ac.kr> Date: Thu, 18 Sep 2003 10:07:11 +0900 From: Rob Lahaye Organization: Seoul National University - South Korea User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030726 X-Accept-Language: en-us, ko-kr MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Recompiled kernel PRERELEASE: top command gives rubbish output !?! X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Sep 2003 01:07:15 -0000 I have compiled and installed the STABLE cvsup'ed kernel sources, rebooted and discovered that the 'top' command now outputs rubbish: $ top -b last pid: 10630; load averages: 1.91, 1.31, 0.59 up 0+00:33:03 10:04:48 21 processes: 1 starting, 1 running, 1 sleeping, 1 stopped Mem: 57M Active, 32M Inact, 23M Wired, 6564K Cache, 22M Buf, 4560K Free Swap: 256M Total, 256M Free PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND -943970496 root 170 -52 3068M 24K ? 121 ??? 0.00% 806.54% ? -857718912 /0*/,))/ -22 -52 0K 2512M ? 64 ??? 0.15% 0.15% <> 201 root -22 1484 0K 0K ? -70 ??? 0.05% 0.05% 0 root -22 -52 0K 0K ? -88 ??? 0.00% 0.00% <> -853673688 root -22 -52 0K 835G ? 64 ??? 0.00% 0.00% <> 0 root -22 -52 2048M 0K ? -1 ??? 0.00% 0.00% <> 10630 /0+)*00. 29 0 0K 0K RUN 0:00 0.00% 0.00% top 1611504 root -22 49218 0K 0K ? 48 0:00 0.00% 0.00% -1059416064 root -22 21 0K 384K ? -48 0:00 0.00% 0.00% <> 0 root 134 36 0K 0K SLEEP 0:00 0.00% 0.00% 1634230636 /0)0'')/ -22 -52 3279M 0K START 57:18 1203985911.20% 167893707.81% <> 101 18861510 -22 21 0K 65536M ? 112 0:00 167890575.39% 167890575.39% -856577888 root -22 -52 0K 832G ? 64 0:00 167890537.30% 167890537.30% <> -856572064 root -22 -52 0K 834G ? 16 0:00 167890392.19% 167890392.19% <> -1057673792 root -22 -52 0K 26783M ? -24 ??? 0.00% 167890213.28% <> -1059956992 (+*+)-). -22 29461 16384K 26113M ? 32 70.1H 0.00% 167890107.81% <> 168 root -22 52482 392M 0K STOP 1623.4 0.00% 167834393.75% <> -1059255232 root -22 -52 3075M 19420M ? 48 0:00 0.00% 163623396.88% <> ---------------- Is there a quicker fix than recompiling the whole base system (base system now is 4.8-RELEASE)? Thanks, Rob.