From owner-freebsd-stable Tue Mar 7 10:34:32 2000 Delivered-To: freebsd-stable@freebsd.org Received: from mgw-x1.nokia.com (mgw-x1.nokia.com [131.228.20.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DA1137B8AC; Tue, 7 Mar 2000 10:34:23 -0800 (PST) (envelope-from nate@nomad.yogotech.com) Received: from nomad.yogotech.com (mvdhcp141236.americas.nokia.com [172.18.141.236]) by mgw-x1.nokia.com (8.9.3/8.9.3) with ESMTP id UAA18636; Tue, 7 Mar 2000 20:34:18 +0200 (EET) X-Authentication-Warning: mgw-x1.nokia.com: Host mvdhcp141236.americas.nokia.com [172.18.141.236] claimed to be nomad.yogotech.com Received: (from nate@localhost) by nomad.yogotech.com (8.8.8/8.8.8) id LAA03194; Tue, 7 Mar 2000 11:34:16 -0700 (MST) (envelope-from nate) Date: Tue, 7 Mar 2000 11:34:16 -0700 (MST) Message-Id: <200003071834.LAA03194@nomad.yogotech.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Archie Cobbs Cc: freebsd-stable@FreeBSD.ORG, freebsd-hackers@FreeBSD.ORG Subject: Re: Help: interrupt timeout In-Reply-To: <200003070357.TAA38892@bubba.whistle.com> References: <200003070357.TAA38892@bubba.whistle.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@yogotech.com (Nate Williams) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > My laptop running 3.4-RELEASE decided it doesn't want to boot. > It was uncleanly shut down via the power switch by someone > who thought they were shutting down a different machine. > > Now when it boots, running fsck gives this result: > > > chip0: rev 0x01 on pci0.0.0 > > chip1: rev 0x02 on pci0.7.0 > > ide_pci0: rev 0x01 on pci0.7.1 > > ... > > wdc0 at 0x1f0-0x3f7 irq 14 on isa > > wdc0: unit 0 (wd0): > > wd0: 6194MB (12685680 sectors), 13424 cyls, 15 heads, 63 S/T 512 B/S > > wdc1 at 0x170-0x177 irq 15 on isa > > wdc1: unit 0 (atapi): , removable, accel, dma, iordis > > ... > > # fsck / > > *** /dev/rwd0s3a > > *** Last Mounted on / > > *** Root file system > > *** Phase 1 - Check Blocks and Sizes > > wd0: interrupt timeout (status 58 error 0) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: interrupt timeout (status 50 error 1) > > wd0: wdtimeout DMA status 4 > > wd0: Last time I say: interrupt timeout. Probably a portable PC. (status 50 error 1) > > Well, yes in fact it is a portable PC :-) It just seems to hang > at this point, even though there seems to be disk activity (like > it's continuously retrying). Your disk went bad. It is probably unrelated to FreeBSD, but it may have occurred due to a bad interaction when the computer shut down. I had this happen on an old Thinkpad (486/25), and I was never able to get it to work reliably every since, since the bad spot on the disk kept getting hit with fsck. You may not have seen it prior because fsck never was run on the disk since it was shutdown gracefully, hence the bad sector was never accessed. Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message