From owner-freebsd-questions@FreeBSD.ORG Thu Jan 6 22:18:06 2005 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 2B85716A4CE for ; Thu, 6 Jan 2005 22:18:06 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id D3A7A43D48 for ; Thu, 6 Jan 2005 22:18:05 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [192.168.1.105] (c-24-8-184-241.client.comcast.net [24.8.184.241]) (authenticated bits=0) by fusion.vilot.net (8.13.1/8.12.9) with ESMTP id j06MF33g020091 for ; Thu, 6 Jan 2005 16:15:03 -0600 (CST) (envelope-from tom@vilot.com) Message-ID: <41DDB91C.5000600@vilot.com> Date: Thu, 06 Jan 2005 15:18:04 -0700 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0 (X11/20041222) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: SCSI Hardware problem? 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: Thu, 06 Jan 2005 22:18:06 -0000 This looks to me like I've got a hardware problem. SCSI drive 0:4:0 -- or is this perhaps something else? I had to manually type this in ... :) copying it off the screen since I don't see this stuff in a log anywhere. FreeBSD 5.3 on a dual 450MHz Xeon with SCSI and IDE. GENERIC kernel. There was stuff above this, but it had scrolled off the screen and the console was locked up. da1 (scsi 4 on bus 0) is my boot drive. ----------------------------------- <<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>> (da1:ahc1:0:4:0): SCB 0x3 - timed out sg[0] - Addr 0x2574b000 (da1:ahc1:0:4:0): Queuing a BDR SCB (da1:ahc1:0:4:0): no longer in timeout, status = 24a ahc1: Timedout SCBs already complete. Interrupts may not be functioning. (da1:ahc1:0:4:0): WRITE(10). CDB: 2a, 0 0 47 49 23 0 0 4 0 (da1:ahc1:0:4:0): CAM Status: SCSI Status Error (da1:ahc1:0:4:0): SCSI Status: Check Condition (da1:ahc1:0:4:0): UNIT ATTENTION asc:29,1 (da1:ahc1:0:4:0): Power on occurred (da1:ahc1:0:4:0): Retrying Command (per sense Data) (da1:ahc1:0:4:0): WRITE(10). CDB: 2a, 0 0 47 49 23 0 0 4 0 (da1:ahc1:0:4:0): CAM Status: SCSI Status Error (da1:ahc1:0:4:0): CAM Status: Check Condition (da1:ahc1:0:4:0): UNIT ATTENTION asc:29,1 (da1:ahc1:0:4:0): Power on occurred (da1:ahc1:0:4:0): Retries Exhausted (da1:ahc1:0:4:0): lost device (da1:ahc1:0:4:0): invalidating pack panic: initiate_write_inodeblock_ufs2: already started Uptime: 3d12h50m3s ----------------------------------- I'm guessing I will want to copy this entire drive over to another one. What's the best way .... dd? Oh, one other question ... I'm used to runlevels on Linux. When I reset this machine, I'm presented with the prompt asking me for the default shell (/bin/sh). I hit enter, and I'm in sh where I can fsck the other drives and mount them. Cool. But ....once I have done that, how do I tell BSD to basically "continue" where it left off (i.e. run /etc/netstart sshd, httpd, psqld, zope, etc) without manually invoking each of those items? Thanks in advance.