From owner-freebsd-questions@FreeBSD.ORG Mon Mar 22 09:51:07 2004 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 330B216A4CE for ; Mon, 22 Mar 2004 09:51:07 -0800 (PST) Received: from pimout4-ext.prodigy.net (pimout4-ext.prodigy.net [207.115.63.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98A5843D41 for ; Mon, 22 Mar 2004 09:51:06 -0800 (PST) (envelope-from jesse@erieonline.com) Received: from LAPTOP (adsl-65-42-240-204.dsl.lgnnmi.ameritech.net [65.42.240.204])i2MHp5k3003518 for ; Mon, 22 Mar 2004 12:51:05 -0500 From: "Jesse A. Coddington" To: Date: Mon, 22 Mar 2004 12:51:09 -0500 Message-ID: <000f01c41036$426e74b0$6400a8c0@LAPTOP> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <2645.192.168.23.1.1079937723.squirrel@mail.schmut.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal Subject: RE: FreeBSD 4.9 freezes 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, 22 Mar 2004 17:51:07 -0000 I've also installed FreeBSD 4.7 and it's doing the same thing. When running top, I noticed something happening on the server. PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND -2 0 1024k 784k getblk 0's 0's 0's cron Every time the server dies, cron is going to -2. I don't know if this will help, but I figured that I'd include it. Thank you, Jesse A. Coddington -----Original Message----- Jesse A. Coddington said: > Here's an example of what happens. > > > > ns1# top > > > > last pid: 153; load averages: 0.00, 0.00, 0.00 > up 0+00:19:34 01:10:31 > > 20 processes: 2 running, 18 sleeping > > CPU states: 0.0% user, 0.0% nice, 0.0% system, 0.0% interrupt, 100% > idle > > Mem: 6164K Active, 11M Inact, 24M Wired, 4K Cache, 5072K Buf, 1449M Free > > Swap: 1500M Total, 1500M Free > > > > PID USERNAME PRI NICE SIZE RES STATE TIME WCPU CPU COMMAND > > 135 root 28 0 1904K 1180K RUN 0:00 0.00% 0.00% top > > 119 jesse 28 0 5708K 2468K RUN 0:00 0.00% 0.00% sshd > > 121 root 18 0 1280K 960K pause 0:00 0.00% 0.00% csh > > 117 root 2 0 5708K 2408K sbwait 0:00 0.00% 0.00% sshd > > 85 root 2 0 3052K 2204K select 0:00 0.00% 0.00% > sendmail > > 71 root 2 0 984K 712K select 0:00 0.00% 0.00% syslogd > > 80 root 10 0 1024K 768K nanslp 0:00 0.00% 0.00% cron > > 120 jesse 10 0 636K 444K wait 0:00 0.00% 0.00% sh > > 109 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 112 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 115 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 113 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 116 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 111 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 110 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 114 root 3 0 952K 656K ttyin 0:00 0.00% 0.00% getty > > 82 root 2 0 3012K 2108K select 0:00 0.00% 0.00% sshd > > 88 smmsp 18 0 2932K 2208K pause 0:00 0.00% 0.00% > sendmail > > 78 root 2 0 1056K 704K select 0:00 0.00% 0.00% inetd > > 26 root 18 0 212K 96K pause 0:00 0.00% 0.00% > adjkerntz > > > > > > ns1# top > > > > This will just sit there and do nothing. This isn't just limited to > top. It's stopped responding while doing makes of ports, cvsuping, etc.