From owner-freebsd-questions@FreeBSD.ORG Sun Nov 21 10:47:38 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 854BA16A4CE for ; Sun, 21 Nov 2004 10:47:38 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2186843D41 for ; Sun, 21 Nov 2004 10:47:38 +0000 (GMT) (envelope-from christias@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so181406rne for ; Sun, 21 Nov 2004 02:47:37 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=BXbYPtQ6DHwRNykEssmnFTieI2/Iz7mmTGzCQ1QVNIYjD+X9bNrq2KE2anrrrwigICmoZGuWnaBPI2UF93S670sxiMxuQd6sVhZG6uC5PXtdTfsa1mLaNAjZwyIKtI7+k6io/S+bxJvbo1d/JfKGIezJCEwCgory+yyNBSxM6YM= Received: by 10.38.181.38 with SMTP id d38mr420435rnf; Sun, 21 Nov 2004 02:47:37 -0800 (PST) Received: by 10.38.165.46 with HTTP; Sun, 21 Nov 2004 02:47:37 -0800 (PST) Message-ID: Date: Sun, 21 Nov 2004 12:47:37 +0200 From: Panagiotis Christias To: Marco Beishuizen In-Reply-To: <20041120145845.O686@yokozuna.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20041120145845.O686@yokozuna.lan> cc: FreeBSD questions mailing list Subject: Re: "amr0: bad slot x completed" and fsck_ufs hanging X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Panagiotis Christias List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 21 Nov 2004 10:47:38 -0000 On Sat, 20 Nov 2004 15:18:27 +0100 (CET), Marco Beishuizen wrote: > > Hi, > > I'm having some problems with my new dual xeon with an Intel scsi raid > controller (SRCU42X). I installed FreeBSD 5.3-RELEASE on it. > > First I get a message in my dmesg saying: "amr0: bad slot completed". After > that fsck_ufs tries to run but it keeps hanging. In top it's state is > "getblk". When I then try to reboot, the computer even hangs during > shutting down because it can't kill some processes (fsck_ufs I guess). > > After resetting the computer I get of course messages that some filesystems > are not properly dismounted, FreeBSD boots, fsck_ufs tries to run and > hangs again, I get the message "amr0: bad slot x completed" again, and > everything starts from the beginning. > > I think it has something to do with my SCSI controller. Has someone an idea > what is happening here? > > Thanks, > > Marco Hello, the only hint I could find is from the amr(4) man page: amr%d: bad slot %d completed The controller reported completion of a command that the driver did not issue. This may result in data corruption, and suggests a hardware or firmware problem with the system or controller. Do you have a second controller available to test? We have the same controllers in several of our servers and I would interested to find out what is the problem just in case.. Regards, Panagiotis