From owner-freebsd-stable@FreeBSD.ORG Thu Feb 9 08:52:12 2006 Return-Path: X-Original-To: stable@FreeBSD.ORG Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D295D16A420 for ; Thu, 9 Feb 2006 08:52:12 +0000 (GMT) (envelope-from jt@barfoos.de) Received: from mail.zuto.de (badlands.zuto.de [217.160.140.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4B0B43D46 for ; Thu, 9 Feb 2006 08:52:11 +0000 (GMT) (envelope-from jt@barfoos.de) Received: from localhost (localhost [127.0.0.1]) by mail.zuto.de (Postfix) with ESMTP id 508D11E420 for ; Thu, 9 Feb 2006 09:52:10 +0100 (CET) Received: from mail.zuto.de ([127.0.0.1]) by localhost (badlands [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 26334-08 for ; Thu, 9 Feb 2006 09:52:01 +0100 (CET) Received: from anastasia.lan.barfoos.de (unknown [10.11.1.1]) by mail.zuto.de (Postfix) with SMTP id 0AEE51E439 for ; Thu, 9 Feb 2006 09:51:57 +0100 (CET) Received: (qmail 34638 invoked by uid 1001); 9 Feb 2006 08:51:47 -0000 Date: Thu, 9 Feb 2006 09:51:47 +0100 From: Jens Trzaska To: =?iso-8859-1?Q?S=F8ren?= Schmidt Message-ID: <20060209085147.GB78035@anastasia.lan.barfoos.de> References: <20060208194603.GA689@freebie.xs4all.nl> <43EA5C50.5020804@deepcore.dk> <20060208213704.GA703@freebie.xs4all.nl> <43EA6625.2070106@deepcore.dk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <43EA6625.2070106@deepcore.dk> X-Operating-System: FreeBSD 4.11-RELEASE, i386 X-GPG-Key-ID: = 96FE36DB X-GPG-Key-Fingerprint: 1C9B 7EF8 1A22 1740 9F1B AB7B 17D2 64E1 96FE 36DB X-GPG-Key-Location: http://www.elug.de/schluessel/96FE36DB.asc X-Accept-Language: de,en User-Agent: Mutt/1.5.6i X-Virus-Scanned: by amavis at zuto.de Cc: stable@FreeBSD.ORG Subject: Re: Showstopper ATA bug in 6.1-PRE? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2006 08:52:13 -0000 Hi, * Søren Schmidt [2006-02-08 22:44]: > Wilko Bulte wrote: > >On Wed, Feb 08, 2006 at 10:02:08PM +0100, Sren Schmidt wrote.. > >>Wilko Bulte wrote: > >>>Hi Soren, > >>> > >>>I just went to 6.1-PRE on my main machine, coming from 6.0-STABLE > >>>of roughly end of december. > >>> > >>>And I hit some stuff that really worries me: > >>> > >>>- the freshly built kernel keels over with (hand transcribed): > >>> > >>>ata3: reiniting channel SATA connect ... > >>>SATA connected > >>>sata_connect_devices 0x1 > >>> > >>>ad6: req=0xC35ba0c8 SETFEATURES SETTRANSFERMODE semaphore timeout > >>>!! DANGER Will RObinson !! > >>> > >>>(... is where I cannot read my own handwriting, it scrolled quite fast on > >>>the screen..) > >>> > >>>Boot device is a SATA RAID1 on a Promise 2300. > >>Hmm, that should not happen. Could you try to backstep just ATA to > >>before the MFC, that is 24/1/06 and let me know if that helps please ? > > > >First impression is that the problem is gone. None of the previously > >reported errors are seen. I am running a level 0 dump from disk to disk > >to see if the box remains stable. Given that this is my primary machine > >I sure hope it will be :-) > > > >>>Another snag is that my ad10 disk on 6.0-STABLE suddenly became ad12 on > >>>6.1-PRE > >>Hmm that is because there is only 2 ports on your promise which is now > >>correctly identified, before it was errounsly found as 3 ports. > > > >Ah, OK. I would suggest a note to the Release Note writers would be a good > >thing, devices changing location after an upgrade in the -stable branch > >is unnerving ;-) > > Well, the good thing is that I can reproduce the error here, the bad > thing is that it slipped through testing on -current... > Oh, well, I'll look into it ASAP... I have seen nearly the same problem after upgrading to -stable at the weekend. I digged through the commits and went back to 2006.01.25.00.00.00 of -stable as there were many ata and gmirror commits that time. That helped to get the mirror back alive. I am willing to test patches as I'm prepared now. Feb 5 12:21:00 beast kernel: ad6: req=0xc4e487d0 SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! Feb 5 12:21:04 beast kernel: ad6: req=0xc4e487d0 SETFEATURES SET TRANSFER MODE semaphore timeout !! DANGER Will Robinson !! This is my controller: atapci1: port 0xdc00-0xdc7f,0xe000-0xe0ff mem 0xdf521000-0xdf521fff,0xdf500000-0xdf51ffff irq 16 at device 12.0 on pci0 ata2: on atapci1 ata3: on atapci1 ata4: on atapci1 ata5: on atapci1 jens