From owner-freebsd-questions@FreeBSD.ORG Mon Aug 25 10:14:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C838716A4BF for ; Mon, 25 Aug 2003 10:14:13 -0700 (PDT) Received: from cerebellum.za.net (cerebellum.za.net [196.34.172.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE12B43FE5 for ; Mon, 25 Aug 2003 10:14:12 -0700 (PDT) (envelope-from ian@cerebellum.za.net) Received: from [165.165.3.132] (helo=ian) by cerebellum.za.net with asmtp (TLSv1:RC4-MD5:128) (Exim 3.36 #1) id 19rKxe-0002yn-00 for freebsd-questions@freebsd.org; Mon, 25 Aug 2003 17:16:58 +0000 From: "Ian Barnes" To: Date: Mon, 25 Aug 2003 19:14:03 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Proc Size Mismatch X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Aug 2003 17:14:13 -0000 Hi, I am running a 4.7 stable machine on a p1 120. With 16meg of ram. ITs function is a secondary DNS server. IT has been running very stable until this weekend. The machine froze for some or other reason. Upon reboot, i was told it couldnt FSCK the drives and I had to do it manually. Okay, cool, fine, no problem, did it manually, and got it to boot. Now when i login and try and type something, these are the errors im getting: [root@dns] ~ # ps -ax ps: proc size mismatch (27664 total, 1056 chunks) [root@dns] ~ # [root@dns] ~ # killall -HUP named proc size mismatch (27664 total, 1056 chunks) userland out of sync with kernel, recompile libkvm etc [root@dns] ~ # [root@dns] ~ # uptime 7:08PM up 4:46, 1 user, load averages: 0.00, 0.00, 0.00 [root@dns] ~ # [root@dns] ~ # uname -a FreeBSD dns.domainnamehere 4.8-STABLE FreeBSD 4.8-STABLE #4: Wed Aug 13 01:37 :17 SAST 2003 root@dns.domainnamehere:/usr/src/sys/compile/DNS i386 [root@dns] ~ # Any ideas anyone ? Do i need to format and reload ? What can i do to help this? Ian P.S. Oh, i was doing a buildworld when i froze!