From owner-freebsd-stable@FreeBSD.ORG Thu Nov 10 15:02:05 2005 Return-Path: X-Original-To: freebsd-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 7429616A41F; Thu, 10 Nov 2005 15:02:05 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from outcold.yadt.co.uk (outcold.yadt.co.uk [81.187.204.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id D999843D46; Thu, 10 Nov 2005 15:02:04 +0000 (GMT) (envelope-from davidt@yadt.co.uk) Received: from localhost (localhost [127.0.0.1]) by outcold.yadt.co.uk (Postfix) with ESMTP id 63D8C1DD467; Thu, 10 Nov 2005 15:02:03 +0000 (GMT) Received: from outcold.yadt.co.uk ([127.0.0.1]) by localhost (outcold.yadt.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 33842-03; Thu, 10 Nov 2005 15:02:03 +0000 (GMT) Received: by outcold.yadt.co.uk (Postfix, from userid 1001) id 198AE1DD478; Thu, 10 Nov 2005 15:02:03 +0000 (GMT) Date: Thu, 10 Nov 2005 15:02:03 +0000 From: David Taylor To: freebsd-stable@freebsd.org Message-ID: <20051110150203.GB35744@outcold.yadt.co.uk> Mail-Followup-To: freebsd-stable@freebsd.org, sos@freebsd.org References: <20051026163015.GA98346@outcold.yadt.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <20051026163015.GA98346@outcold.yadt.co.uk> User-Agent: Mutt/1.4.2.1i X-Virus-Scanned: amavisd-new 2.3.3 (20050822) at yadt.co.uk Cc: sos@freebsd.org Subject: Re: ATA RAID problem in 6.0-RC1 (ata_alloc_request/ata_raid_init_request) 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, 10 Nov 2005 15:02:05 -0000 On Wed, 26 Oct 2005, David Taylor wrote: > I've been seeing a number of strange messages in my log since > updating to 6.0-RC1. Usually they happen when some intense > disk access is happening (e.g. when /etc/periodic/security/100.chksetuid > is running at 03:01), but it doesn't happen _every_ morning, and > it doesn't always happen if I manually run the script. > It also occasionally happens at times where I wouldn't say I was doing > much with the disk. [snip] I'm still seeing (lots) of these messages (below) on 6.0-RELEASE. Should I just file a PR about it, and is there anything else that would be useful to track down what's causing them? > A sample of the error messages follows: > > Oct 25 21:20:21 outcold kernel: DOH! ata_alloc_request failed! > Oct 25 21:20:23 outcold kernel: FAILURE - out of memory in ata_raid_init_request > Oct 25 21:20:23 outcold last message repeated 131 times > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34597617664, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34597748736, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34597961728, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34598207488, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34598453248, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34598682624, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34598895616, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34599174144, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34599452672, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34599747584, length=16384)]error = 5 > ... > ... > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34629107712, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34629386240, length=16384)]error = 5 > Oct 25 21:20:23 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=34629648384, length=16384)]error = 5 > Oct 25 21:20:53 outcold kernel: DOH! ata_alloc_request failed! > Oct 25 21:20:53 outcold kernel: FAILURE - out of memory in ata_raid_init_request > Oct 25 21:20:53 outcold last message repeated 146 times > Oct 25 21:20:53 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=7635156992, length=16384)]error = 5 > Oct 25 21:20:53 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=7635533824, length=16384)]error = 5 > Oct 25 21:20:53 outcold kernel: g_vfs_done():ar0s1f[WRITE(offset=7635992576, length=16384)]error = 5 > ... > ... > etc -- David Taylor