From owner-freebsd-stable@FreeBSD.ORG Sat Apr 18 21:16:49 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1748C106564A for ; Sat, 18 Apr 2009 21:16:49 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.ORG [206.117.18.8]) by mx1.freebsd.org (Postfix) with ESMTP id DFC158FC0C for ; Sat, 18 Apr 2009 21:16:48 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from [10.0.1.2] (pool-71-109-162-173.lsanca.dsl-w.verizon.net [71.109.162.173]) (authenticated bits=0) by zoom.lafn.org (8.14.2/8.14.2) with ESMTP id n3IL5hlq023770 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO) for ; Sat, 18 Apr 2009 14:05:44 -0700 (PDT) (envelope-from bc979@lafn.org) Message-Id: <84888337-9024-4DA0-BF29-06FF98A49F15@lafn.org> From: Doug Hardie To: freebsd-stable Stable Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Sat, 18 Apr 2009 14:05:42 -0700 X-Mailer: Apple Mail (2.930.3) X-Virus-Scanned: ClamAV version 0.92.1, clamav-milter version 0.92.1 on zoom.lafn.org X-Virus-Status: Clean Subject: FreeBSD 7.2-rc1 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: Sat, 18 Apr 2009 21:16:49 -0000 I have encountered a rather interesting issue trying to install rc1. The system boots and then says there is no disk in the CD drive. The rc1 disk1 downloaded fine and the checksums matched. The CD will mount fine in other systems and can easily be read. I then let 7.0 boot on the test system and mounted the 7.2 cd. It mounts fine and I can read all the files ( well a few that I tested). Looking through the 7.0 dmesg I find some rather unexpected entries for the CD drive. acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 acd0: FAILURE - INQUIRY ILLEGAL REQUEST asc=0x24 ascq=0x00 cd0 at ata0 bus 0 target 1 lun 0 cd0: Removable CD-ROM SCSI-0 device cd0: 3.300MB/s transfers cd0: cd present [287216 x 2048 byte records] ... acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 (cd0:ata0:0:1:0): READ(10). CDB: 28 0 0 4 61 ef 0 0 1 0 (cd0:ata0:0:1:0): CAM Status: SCSI Status Error (cd0:ata0:0:1:0): SCSI Status: Check Condition (cd0:ata0:0:1:0): MEDIUM ERROR asc:2,0 (cd0:ata0:0:1:0): No seek complete (cd0:ata0:0:1:0): Retrying Command (per Sense Data) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 (cd0:ata0:0:1:0): READ(10). CDB: 28 0 0 4 61 ef 0 0 1 0 (cd0:ata0:0:1:0): CAM Status: SCSI Status Error (cd0:ata0:0:1:0): SCSI Status: Check Condition (cd0:ata0:0:1:0): MEDIUM ERROR asc:2,0 (cd0:ata0:0:1:0): No seek complete (cd0:ata0:0:1:0): Retrying Command (per Sense Data) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 (cd0:ata0:0:1:0): READ(10). CDB: 28 0 0 4 61 ef 0 0 1 0 (cd0:ata0:0:1:0): CAM Status: SCSI Status Error (cd0:ata0:0:1:0): SCSI Status: Check Condition (cd0:ata0:0:1:0): MEDIUM ERROR asc:2,0 (cd0:ata0:0:1:0): No seek complete (cd0:ata0:0:1:0): Retrying Command (per Sense Data) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 (cd0:ata0:0:1:0): READ(10). CDB: 28 0 0 4 61 ef 0 0 1 0 (cd0:ata0:0:1:0): CAM Status: SCSI Status Error (cd0:ata0:0:1:0): SCSI Status: Check Condition (cd0:ata0:0:1:0): MEDIUM ERROR asc:2,0 (cd0:ata0:0:1:0): No seek complete (cd0:ata0:0:1:0): Retrying Command (per Sense Data) acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x02 ascq=0x00 (cd0:ata0:0:1:0): READ(10). CDB: 28 0 0 4 61 ef 0 0 1 0 (cd0:ata0:0:1:0): CAM Status: SCSI Status Error (cd0:ata0:0:1:0): SCSI Status: Check Condition (cd0:ata0:0:1:0): MEDIUM ERROR asc:2,0 (cd0:ata0:0:1:0): No seek complete (cd0:ata0:0:1:0): Retries Exhausted (cd0:ata0:0:1:0): cddone: got error 0x5 back The drive works under 7.0, although with error messages. I also am hearing some rather unusual clicks and whines occasionally from the computer. I can't tell if they are from the CD drive but I suspect so. Many of them stop temporarily when I read a file from the CD. Taking the CD out seems to have stopped the noise. It would appear that I have some kind of CD drive failure. I don't understand why 7.0 can read the drive and 7.2 doesn't even see the disk in it.