From owner-freebsd-current@FreeBSD.ORG Sun Jun 6 05:18:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6CC7716A4CE for ; Sun, 6 Jun 2004 05:18:29 -0700 (PDT) Received: from bbnest.net (v230102.ap.plala.or.jp [222.150.230.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5BF43D41 for ; Sun, 6 Jun 2004 05:18:28 -0700 (PDT) (envelope-from bland@FreeBSD.org) Received: from FreeBSD.org (bland@localhost [127.0.0.1]) by bbnest.net (8.12.11/8.12.11) with ESMTP id i56CHPdI001227; Sun, 6 Jun 2004 21:17:26 +0900 (JST) (envelope-from bland@FreeBSD.org) Message-ID: <40C30B52.9080809@FreeBSD.org> Date: Sun, 06 Jun 2004 21:17:22 +0900 From: Alexander Nedotsukov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-current@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: "M. Warner Losh" cc: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Subject: Hangups, panics and X malfunction with today kernel. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Jun 2004 12:18:29 -0000 Guys, I'd like to inform you that recently (after May 23) something was changed in kernel code wich makes a lot of troubles on my machine. Panics during boot stage. Usually I see them inside cambio and once in taskqueue. Boot hangups during acd0 detection phase. I can see messages like bellow before hangup/panic: ... Jun 5 17:42:53 bbnest kernel: acd0: WARNING - MODE_SENSE_BIG read data overrun 34>18 Jun 5 17:42:53 bbnest kernel: acd0: FAILURE - MODE_SENSE_BIG HARDWARE ERROR asc=0xf1 ascq=0x63 error=0 Jun 5 17:42:53 bbnest kernel: acd0: WARNING - MODE_SENSE_BIG read data overrun 34>18 Jun 5 17:42:53 bbnest kernel: acd0: FAILURE - MODE_SENSE_BIG HARDWARE ERROR asc=0xf1 ascq=0x63 error=0 Jun 5 17:42:53 bbnest kernel: acd0: WARNING - MODE_SENSE_BIG read data overrun 34>18 ... And even system boots successfuly X (with nvidia driver) won't start. It stuck in text moderight after video memory probe with a lot of garbage on the screen. The only way I can go fother is to press c-a-d/power keys (i mean no console switching or X kill sequences availabe). There is kernel config and dmesgs (obtained with kernel from May 23 and today) available http://bbnest.net/~bland/sysinfo/ Not sure if this connected to the case but early last month I found myself unable to boot system with secondary IDE controller disabled in BIOS. It was ok before. All the best, Alexander.