Your message dated Tue, 25 Jan 2005 15:56:30 -0500 with message-id <[EMAIL PROTECTED]> and subject line fixed in initrd-tools 0.1.76 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 15 Sep 2004 23:40:16 +0000 >From [EMAIL PROTECTED] Wed Sep 15 16:40:15 2004 Return-path: <[EMAIL PROTECTED]> Received: from ottawa.wildopensource.com [192.139.46.141] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1C7jNn-0008If-00; Wed, 15 Sep 2004 16:40:15 -0700 Received: from dh3.suntan.fremont.ca.us (dsl081-061-011.sfo1.dsl.speakeasy.net [64.81.61.11]) (using SSLv3 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ottawa.wildopensource.com (Postfix) with ESMTP id 9FB76AFAB8; Wed, 15 Sep 2004 19:40:05 -0400 (EDT) From: Jim Lieb <[EMAIL PROTECTED]> Organization: Wild Open Source Inc. To: [EMAIL PROTECTED] Subject: ia64 won't boot stage 2 from a SMART raid controller Date: Wed, 15 Sep 2004 16:39:45 -0700 User-Agent: KMail/1.5 Cc: dann frazier <[EMAIL PROTECTED]>, "Henry L. Hall" <[EMAIL PROTECTED]> MIME-Version: 1.0 Content-Type: Multipart/Mixed; boundary="Boundary-00=_BLNSBGJl9+TFJsZ" Message-Id: <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_25 X-Spam-Level: --Boundary-00=_BLNSBGJl9+TFJsZ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Package: initrd-tools The second stage of the install fails with a Kernel Panic: Attempted to kill init because pivot_root fails because the real root filesystem is not mounted. This occurs when the real root filesystem is located on an HP SMART Raid controller (cciss). The following patch fixes the device path name so that it can be properly recognized when looking for the controller in sysfs. Note that this patch also applies to other disk devices with paths of the devfs form: /dev/xzy/<controller-target-lun> Patch as an attachment. Jim -- ************* Jim Lieb Wild Open Source Inc. [EMAIL PROTECTED] Cell: 831.295.9317 Office: 831.421.0883 Fax: 831.421.0885 --Boundary-00=_BLNSBGJl9+TFJsZ Content-Type: text/x-diff; charset="us-ascii"; name="init-tools.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="init-tools.patch" diff -Naur initrd-tools-0.1.74/debian/changelog initrd-tools-0.1.75/debian/changelog --- initrd-tools-0.1.74/debian/changelog 2004-08-27 11:42:24.000000000 -0700 +++ initrd-tools-0.1.75/debian/changelog 2004-09-14 16:42:08.000000000 -0700 @@ -1,3 +1,10 @@ +initrd-tools (0.1.75) unstable; urgency=low + + * Jim Lieb + - fix try_name in init to recognize sysfs names for CCISS and friends + + -- Jim Lieb <[EMAIL PROTECTED]> Tue, 9 Sep 2004 16:40:00 -0700 + initrd-tools (0.1.74) unstable; urgency=high * Joshua Kwan diff -Naur initrd-tools-0.1.74/init initrd-tools-0.1.75/init --- initrd-tools-0.1.74/init 2004-08-11 05:17:12.000000000 -0700 +++ initrd-tools-0.1.75/init 2004-09-15 15:28:49.000000000 -0700 @@ -87,7 +87,7 @@ IFS=/ set -f set +f ${root#/dev/} - IFS=. + IFS=! root=$* unset IFS try_name "$root" && return --Boundary-00=_BLNSBGJl9+TFJsZ-- --------------------------------------- Received: (at 272139-done) by bugs.debian.org; 25 Jan 2005 20:54:24 +0000 >From [EMAIL PROTECTED] Tue Jan 25 12:54:24 2005 Return-path: <[EMAIL PROTECTED]> Received: from kitenet.net [64.62.161.42] (postfix) by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1CtXhg-0003Fi-00; Tue, 25 Jan 2005 12:54:24 -0800 Received: from dragon.kitenet.net (unknown [66.168.94.144]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "Joey Hess", Issuer "Joey Hess" (verified OK)) by kitenet.net (Postfix) with ESMTP id 04DCD18321; Tue, 25 Jan 2005 20:54:24 +0000 (GMT) Received: by dragon.kitenet.net (Postfix, from userid 1000) id 6CA386E10B; Tue, 25 Jan 2005 15:56:30 -0500 (EST) Date: Tue, 25 Jan 2005 15:56:30 -0500 From: Joey Hess <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: fixed in initrd-tools 0.1.76 Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wac7ysb48OaltWcw" Content-Disposition: inline User-Agent: Mutt/1.5.6+20040907i Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-3.0 required=4.0 tests=BAYES_00 autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: X-CrossAssassin-Score: 3 --wac7ysb48OaltWcw Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable These bugs were fixed in initrd-tools 0.1.76, which included the changes made in version 0.1.75, which was uploaded only to experimental. The changelog reads: * Jeff Bailey - Turn error into a warning on modprobe failure. Add extra text explaining that sometimes this warning might be erroneous. (Closes: #263216) - new kernels don't list scsi modules in /proc/scsi (Closes: #271038) Patch from Harald Dunkel <[EMAIL PROTECTED]> * Simon Horman - Create ida devices (Closes: Bug#276591) * Martin Michlmayr - Deal with block name manging in 2.6, thanks Colin Watson. (Closes: #272139) * Simon Horman - Only activate the VG that contain the root device to avoid tyring to activate VGs that include partitions on devices whose device drivers are not yet available. (Closes: #280571) --=20 see shy jo --wac7ysb48OaltWcw Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (GNU/Linux) iD8DBQFB9rJ9d8HHehbQuO8RArghAKC5Pw98UIMzSdnEBlnIZvaKbKwK3gCghaGl MY6x0s0LpS2VPmni5Be8JJc= =a9IQ -----END PGP SIGNATURE----- --wac7ysb48OaltWcw-- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]