[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#265011: marked as done (initrd-tools: Handle change to sysfs PCI IDE driver names)



Your message dated Wed, 11 Aug 2004 08:32:07 -0400
with message-id <E1BusH1-0003HE-00@newraff.debian.org>
and subject line Bug#265011: fixed in initrd-tools 0.1.73
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; 11 Aug 2004 11:41:55 +0000
>From herbert@gondor.apana.org.au Wed Aug 11 04:41:55 2004
Return-path: <herbert@gondor.apana.org.au>
Received: from arnor.apana.org.au [203.14.152.115] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BurUR-0008JR-00; Wed, 11 Aug 2004 04:41:55 -0700
Received: from gondolin.me.apana.org.au ([192.168.0.6] ident=mail)
	by arnor.apana.org.au with esmtp (Exim 3.35 #1 (Debian))
	id 1BurUP-0005wE-00
	for <submit@bugs.debian.org>; Wed, 11 Aug 2004 21:41:53 +1000
Received: from herbert by gondolin.me.apana.org.au with local (Exim 3.36 #1 (Debian))
	id 1BurUM-00063G-00
	for <submit@bugs.debian.org>; Wed, 11 Aug 2004 21:41:50 +1000
From: <herbert@gondor.apana.org.au>
Subject: initrd-tools: Handle change to sysfs PCI IDE driver names
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.2
Message-Id: <[🔎] E1BurUM-00063G-00@gondolin.me.apana.org.au>
Date: Wed, 11 Aug 2004 21:41:50 +1000
Delivered-To: submit@bugs.debian.org
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=-6.4 required=4.0 tests=BAYES_00,HAS_PACKAGE,
	NO_REAL_NAME autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: initrd-tools
Version: 0.1.71
Severity: normal

This is a preemptive patch to deal with upcoming changes to the PCI
IDE driver names exported via sysfs.  This may appear as early as
2.6.9.

Thanks,

-- System Information
Debian Release: testing/unstable
Kernel Version: Linux gondolin 2.4.26-1-686-smp #1 SMP Sat May 1 19:17:11 EST 2004 i686 GNU/Linux

Versions of the packages initrd-tools depends on:
ii  coreutils      5.0.91-2       The GNU core utilities
ii  cpio           2.5-1.1        GNU cpio -- a program to manage archives of 
ii  cramfsprogs    1.1-6          Tools for CramFs (Compressed ROM File System
ii  dash           0.4.26-3       The Debian Almquist Shell
ii  fileutils      5.0.91-2       The GNU file management utilities (transitio
ii  util-linux     2.12-3         Miscellaneous system utilities
stat	Not installed or no info

--
Index: init
===================================================================
RCS file: /home/gondolin/herbert/src/CVS/debian/initrd-tools/init,v
retrieving revision 1.56
diff -u -r1.56 init
--- init	18 May 2004 10:48:15 -0000	1.56
+++ init	11 Aug 2004 11:39:32 -0000
@@ -189,37 +189,37 @@
 	ret=$1
 	case $ret in
 	aec62xx)
-		ret='AEC62xx IDE'
+		ret='AEC62xx[ _]IDE'
 		;;
 	alim15x3)
-		ret='ALI15x3 IDE'
+		ret='ALI15x3[ _]IDE'
 		;;
 	amd74xx)
-		ret='AMD IDE'
+		ret='AMD[ _]IDE'
 		;;
 	atiixp)
-		ret='ATIIXP IDE'
+		ret='ATIIXP[ _]IDE'
 		;;
 	cmd64x)
-		ret='CMD64x IDE'
+		ret='CMD64x[ _]IDE'
 		;;
 	cs5520)
 		ret='CyrixIDE'
 		;;
 	cs5530)
-		ret='CS5530 IDE'
+		ret='CS5530[ _]IDE'
 		;;
 	cy82c693)
-		ret='Cypress IDE'
+		ret='Cypress[ _]IDE'
 		;;
 	generic)
-		ret='PCI IDE'
+		ret='PCI[ _]IDE'
 		;;
 	hpt34x)
-		ret='HPT34x IDE'
+		ret='HPT34x[ _]IDE'
 		;;
 	hpt366)
-		ret='HPT366 IDE'
+		ret='HPT366[ _]IDE'
 		;;
 	it8172)
 		ret='IT8172IDE'
@@ -228,46 +228,46 @@
 		ret='NS87415IDE'
 		;;
 	opti621)
-		ret='Opti621 IDE'
+		ret='Opti621[ _]IDE'
 		;;
 	pdc202xx_new)
-		ret='Promise IDE'
+		ret='Promise[ _]IDE'
 		;;
 	pdc202xx_old)
-		ret='Promise Old IDE'
+		ret='Promise[ _]Old[ _]IDE'
 		;;
 	piix)
-		ret='PIIX IDE'
+		ret='PIIX[ _]IDE'
 		;;
 	rz1000)
-		ret='RZ1000 IDE'
+		ret='RZ1000[ _]IDE'
 		;;
 	sc1200)
-		ret='SC1200 IDE'
+		ret='SC1200[ _]IDE'
 		;;
 	serverworks)
-		ret='Serverworks IDE'
+		ret='Serverworks[ _]IDE'
 		;;
 	siimage)
-		ret='SiI IDE'
+		ret='SiI[ _]IDE'
 		;;
 	sis5513)
-		ret='SIS IDE'
+		ret='SIS[ _]IDE'
 		;;
 	sl82c105)
-		ret='W82C105 IDE'
+		ret='W82C105[ _]IDE'
 		;;
 	slc90e66)
-		ret='SLC90e66 IDE'
+		ret='SLC90e66[ _]IDE'
 		;;
 	triflex)
-		ret='TRIFLEX IDE'
+		ret='TRIFLEX[ _]IDE'
 		;;
 	trm290)
-		ret='TRM290 IDE'
+		ret='TRM290[ _]IDE'
 		;;
 	via82cxxx)
-		ret='VIA IDE'
+		ret='VIA[ _]IDE'
 		;;
 	esac
 }
@@ -291,7 +291,9 @@
 			continue
 		fi
 
-		set -- /sys/bus/pci/drivers/"$ret"/*:*
+		IFS=''
+		set -- /sys/bus/pci/drivers/$ret/*:*
+		unset IFS
 		if [ ! -h "$1" ]; then
 			rmmod $i
 		fi

---------------------------------------
Received: (at 265011-close) by bugs.debian.org; 11 Aug 2004 12:38:26 +0000
>From katie@ftp-master.debian.org Wed Aug 11 05:38:26 2004
Return-path: <katie@ftp-master.debian.org>
Received: from newraff.debian.org [208.185.25.31] (mail)
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1BusN8-00032d-00; Wed, 11 Aug 2004 05:38:26 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
	id 1BusH1-0003HE-00; Wed, 11 Aug 2004 08:32:07 -0400
From: Martin Michlmayr <tbm@cyrius.com>
To: 265011-close@bugs.debian.org
X-Katie: $Revision: 1.51 $
Subject: Bug#265011: fixed in initrd-tools 0.1.73
Message-Id: <E1BusH1-0003HE-00@newraff.debian.org>
Sender: Archive Administrator <katie@ftp-master.debian.org>
Date: Wed, 11 Aug 2004 08:32:07 -0400
Delivered-To: 265011-close@bugs.debian.org
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 
X-CrossAssassin-Score: 3

Source: initrd-tools
Source-Version: 0.1.73

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.73.dsc
  to pool/main/i/initrd-tools/initrd-tools_0.1.73.dsc
initrd-tools_0.1.73.tar.gz
  to pool/main/i/initrd-tools/initrd-tools_0.1.73.tar.gz
initrd-tools_0.1.73_all.deb
  to pool/main/i/initrd-tools/initrd-tools_0.1.73_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 265011@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Martin Michlmayr <tbm@cyrius.com> (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 ftpmaster@debian.org)


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

Format: 1.7
Date: Wed, 11 Aug 2004 13:17:52 +0100
Source: initrd-tools
Binary: initrd-tools
Architecture: source all
Version: 0.1.73
Distribution: unstable
Urgency: low
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: Martin Michlmayr <tbm@cyrius.com>
Description: 
 initrd-tools - tools to create initrd image for prepackaged Linux kernel
Closes: 254352 255390 265011
Changes: 
 initrd-tools (0.1.73) unstable; urgency=low
 .
   * Martin Michlmayr
     - Really ignore sbp2 for now (see 0.1.66) (closes: #254352).
     - As of module-init-tools 3.1-pre2-1, /lib/modules/modprobe.conf
       doesn't exist anymore; handle both situations.  Thanks to Herbert
       Xu (closes: #255390).
     - Handle changes to sysfs PCI IDE driver names which might come with
       2.6.9.  Thanks to Herbert Xu (closes: #265011).
Files: 
 bd6320b660e1dc502f422464ce31f408 598 utils optional initrd-tools_0.1.73.dsc
 af719f885ce2a643e1812d6bb72cabd3 23189 utils optional initrd-tools_0.1.73.tar.gz
 a7785a9497b555139c2fbf15ed312827 26538 utils optional initrd-tools_0.1.73_all.deb

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

iD8DBQFBGg9MKb5dImj9VJ8RAhg7AKCBHSQkdu11qizOwKORLdv1ch9a2wCeOd4u
XnGA0SmsqCtjDreUWauyTCo=
=t858
-----END PGP SIGNATURE-----



Reply to: