From owner-freebsd-stable@FreeBSD.ORG Tue Dec 10 14:31:28 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8672B8D9 for ; Tue, 10 Dec 2013 14:31:28 +0000 (UTC) Received: from mail-ie0-x22d.google.com (mail-ie0-x22d.google.com [IPv6:2607:f8b0:4001:c03::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5707210EB for ; Tue, 10 Dec 2013 14:31:28 +0000 (UTC) Received: by mail-ie0-f173.google.com with SMTP id to1so8635938ieb.4 for ; Tue, 10 Dec 2013 06:31:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vpBSUZvalA4SeDHOGQKKvElsX/ESM09vvlQ2R3ijMFY=; b=vqLon8GIlGNFvBckW4pUZIykailB1REXyOnZYqlVnJmU6LdM6kTLpmhHH3j6r8XJUN GyWdAPWfiMSy7yLe3bCRIY8jZtB+1OqfPeYwL5la7QF3YLn2uOXtJ4MWNt+1fn/FSb27 MB7OoXgQwx/mAHe2X3e5vxzrxZt1xWFeiGMQystjH2XI/sg4aX9Y5kF8e4YwY0NdLmF2 DJrzwDcqbb/aLO9FP0CORNJRlNnB5L3qR9niMRXrCN6rda8+TIRlKmZ/usJVnwuVWMZE fHo/iLLF8lWJe2KTUAuWWNZDHLR/hoA5Gryu3ZAsbCSMJxDilDYI0JY3p38L5KZRMm5+ 6Epg== MIME-Version: 1.0 X-Received: by 10.50.79.138 with SMTP id j10mr20433418igx.2.1386685887557; Tue, 10 Dec 2013 06:31:27 -0800 (PST) Received: by 10.64.140.38 with HTTP; Tue, 10 Dec 2013 06:31:27 -0800 (PST) In-Reply-To: References: Date: Tue, 10 Dec 2013 14:31:27 +0000 Message-ID: Subject: Re: Multiple errors after upgrade to 10.0-PRERELEASE From: Tom Evans To: Frank Seltzer Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2013 14:31:28 -0000 On Tue, Dec 10, 2013 at 1:14 PM, Frank Seltzer wrote: > Morning All, > > I upgraded from 9.2-STABLE to 10.0-PRERELEASE #0 r259144 last night and I am > now getting this every 2 seconds in /var/log/messages: > > Dec 10 07:54:31 Shop kernel: ata1: FAILURE - zero length DMA transfer > attempted > Dec 10 07:54:31 Shop kernel: ata1: setting up DMA failed > > cat /var/log/messages | grep ata1: > > cd0 at ata1 bus 0 scbus3 target 0 lun 0 > cd0: Removable CD-ROM SCSI-0 device > cd0: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) > cd0: Attempt to query device size failed: NOT READY, Medium not present - > tray closed > cd1 at ata1 bus 0 scbus3 target 1 lun 0 > cd1: Removable CD-ROM SCSI-0 device > cd1: Serial Number MY0P92257015956T02SA > cd1: 33.300MB/s transfers (UDMA2, ATAPI 12bytes, PIO 65534bytes) > cd1: Attempt to query device size failed: NOT READY, Medium not present > > I have also gotten this 10 times so far: > > pid 12172 (dtrace), uid 0: exited on signal 11 (core dumped) > > and this during boot: > > pnpbios: Bad PnP BIOS data checksum > > System is a Dell Precision 670, BIOS rev A07 with 3G of memory. > > What can be causing these problems? > > Thanks, > Frank Rebuild hald and any other port that uses CAM. Cheers Tom