Your message dated Sun, 10 Apr 2005 10:32:29 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#289995: fixed in initrd-tools 0.1.78
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; 12 Jan 2005 08:52:36 +0000
>From [EMAIL PROTECTED] Wed Jan 12 00:52:36 2005
Return-path: <[EMAIL PROTECTED]>
Received: from ridcully.inittab.de (mail1.inittab.de) [62.91.23.197] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CoeEw-0000YJ-00; Wed, 12 Jan 2005 00:52:31 -0800
Received: from bullfrog.inittab.de (bullfrog-vpn.inittab.de [192.168.3.2])
        by mail1.inittab.de (Postfix) with SMTP id 8FF6DC3E08;
        Wed, 12 Jan 2005 09:51:53 +0100 (CET)
Received: (nullmailer pid 5696 invoked by uid 1000);
        Wed, 12 Jan 2005 08:52:12 -0000
Date: Wed, 12 Jan 2005 09:52:12 +0100
From: Norbert Tretkowski <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: initrd-tools: use qla1280 on 2.6/alpha instead qlogicisp
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="17pEHd4RhPHOinZp"
Content-Disposition: inline
X-Reportbug-Version: 3.2
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=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 


--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Package: initrd-tools
Version: 0.1.76
Severity: normal
Tags: patch

Attached patch modifies mkinitrd so the new qla1280 driver is used
for qlogic 1020/1040 controllers with current 2.6 kernels on alpha.

Maybe it's a good idea to add a Conflicts: to the older (and current)
alpha kernel images, because the qla1280 driver from kernel-source
2.6.8-11 and earlier does not support the qlogic 1020/1040 controllers.

The first release which will add qlogic 1020/1040 support to the
qla1280 driver will be kernel-image-2.6.8-alpha 2.6.8-7, which I'll
upload as soon as kernel-source-2.6.8 2.6.8-13 is available.

Regards, Norbert

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=POSIX, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages initrd-tools depends on:
ii  coreutils [fileutils]         5.2.1-2    The GNU core utilities
ii  cpio                          2.5-1.1    GNU cpio -- a program to manage ar
ii  cramfsprogs                   1.1-6      Tools for CramFs (Compressed ROM F
ii  dash                          0.5.1-3    The Debian Almquist Shell
ii  util-linux                    2.12-10    Miscellaneous system utilities

-- no debconf information

--17pEHd4RhPHOinZp
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="qlogic.diff"

--- /usr/sbin/mkinitrd.bak      2004-12-30 18:30:33.000000000 +0100
+++ /usr/sbin/mkinitrd  2005-01-12 09:46:27.000000000 +0100
@@ -557,6 +557,8 @@
                        exit 1
                fi
 
+               QLA_SCSI=qlogicisp
+
                # Educate mkinitrd about different arches..
                case "$(dpkg --print-architecture)" in
                        mips) ARCH_ESP=jazz_esp ;;
@@ -575,6 +577,13 @@
                                esac
                        ;;
                        sparc | sparc64) ARCH_ESP=esp ;;
+                       alpha)
+                               case $VERSION in
+                                       2.6*)
+                                               QLA_SCSI=qla1280
+                                       ;;
+                               esac
+                       ;;
                esac
 
                find /proc/scsi -type d -mindepth 1 -maxdepth 1 \
@@ -585,7 +594,7 @@
                                s/^aac$/aacraid/; t
                                s/^am53c974$/AM53C974/; t
                                s/^eata2x$/eata/; t
-                               s/^isp1020$/qlogicisp/; t
+                               s/^isp1020$/'$QLA_SCSI'/; t
                                s/^isp2x00$/qlogicfc/; t
                                s/^ncr53c7xx$/53c7,8xx/; t
                                s/^ncr53c8xx$/sym53c8xx/; t

--17pEHd4RhPHOinZp--

---------------------------------------
Received: (at 289995-close) by bugs.debian.org; 10 Apr 2005 14:46:42 +0000
>From [EMAIL PROTECTED] Sun Apr 10 07:46:42 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1DKdhy-0002g0-00; Sun, 10 Apr 2005 07:46:42 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DKdUD-00088h-00; Sun, 10 Apr 2005 10:32:29 -0400
From: Bastian Blank <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#289995: fixed in initrd-tools 0.1.78
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 10 Apr 2005 10:32:29 -0400
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 2

Source: initrd-tools
Source-Version: 0.1.78

We believe that the bug you reported is fixed in the latest version of
initrd-tools, which is due to be installed in the Debian FTP archive:

initrd-tools_0.1.78.dsc
  to pool/main/i/initrd-tools/initrd-tools_0.1.78.dsc
initrd-tools_0.1.78.tar.gz
  to pool/main/i/initrd-tools/initrd-tools_0.1.78.tar.gz
initrd-tools_0.1.78_all.deb
  to pool/main/i/initrd-tools/initrd-tools_0.1.78_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bastian Blank <[EMAIL PROTECTED]> (supplier of updated initrd-tools package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 10 Apr 2005 14:03:43 +0200
Source: initrd-tools
Binary: initrd-tools
Architecture: source all
Version: 0.1.78
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Bastian Blank <[EMAIL PROTECTED]>
Description: 
 initrd-tools - tools to create initrd image for prepackaged Linux kernel
Closes: 284961 289995
Changes: 
 initrd-tools (0.1.78) unstable; urgency=high
 .
   * Bastian Blank
     - Always map sym53c8xx to sym53c8xx_2 for 2.4 kernels. (closes: #284961)
     - Map between qlogicisp and qla1280 on alpha. (closes: #289995)
Files: 
 f9672f63eca739b3de483a385aa257ed 616 utils optional initrd-tools_0.1.78.dsc
 945aa7e33118cbdc6109aa3bf70a867d 25679 utils optional 
initrd-tools_0.1.78.tar.gz
 9a8548d60e4a1ac1b30252faf3c6e8ba 28732 utils optional 
initrd-tools_0.1.78_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iEYEARECAAYFAkJZNNIACgkQLkAIIn9ODhGoYgCgtFoJ38n6Ny1XibDLGYvtezQH
5DsAoPRJrN7BPYZYpdnJUIjE0nEnYDx9
=ToW4
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to