Your message dated Mon, 28 Nov 2005 14:03:06 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#339093: fixed in initramfs-tools 0.41
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; 14 Nov 2005 22:00:00 +0000
>From [EMAIL PROTECTED] Mon Nov 14 14:00:00 2005
Return-path: <[EMAIL PROTECTED]>
Received: from 1-1-12-13a.han.sth.bostream.se ([82.182.30.168] 
helo=palpatine.hardeman.nu)
        by spohr.debian.org with esmtp (Exim 4.50)
        id 1EbmMq-0004D1-3g
        for [EMAIL PROTECTED]; Mon, 14 Nov 2005 14:00:00 -0800
Received: from david by palpatine.hardeman.nu with local (Exim 4.50)
        id 1EbmMK-0000A0-R9
        for [EMAIL PROTECTED]; Mon, 14 Nov 2005 22:59:28 +0100
Date: Mon, 14 Nov 2005 22:59:28 +0100
From: David =?iso-8859-1?Q?H=E4rdeman?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: initramfs-tools: kill udevd as late as possible
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="XsQoSWH+UP9D9v3l"
Content-Disposition: inline
User-Agent: Mutt/1.5.9i
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-Level: 
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


--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline

Package: initramfs-tools
Severity: minor
Tags: patch

Currently /usr/share/initramfs-tools/init kills udev after init-premount 
scripts have executed. However, more devices might become available as a 
result of running the local scripts.

I therefore suggest to kill udev as late as possible (right before 
chaining to the real root filesystem). If any script has a problem with 
udev running it can easilly call "killall udevd" itself.

Re,
David

--XsQoSWH+UP9D9v3l
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; 
filename="initramfs-tools-kill-udev-later.patch"

Index: initramfs-tools-0.38/init
===================================================================
--- initramfs-tools-0.38.orig/init      2005-10-21 18:37:46.000000000 +0200
+++ initramfs-tools-0.38/init   2005-11-14 22:53:56.000000000 +0100
@@ -91,8 +91,6 @@
 run_scripts /scripts/init-premount
 log_end_msg
 
-killall udevd
-
 log_begin_msg "Mounting root file system"
 mountroot
 log_end_msg
@@ -103,6 +101,7 @@
 
 # Move our /dev to the real filesystem.  Do the setup that udev otherwise
 # would.
+killall udevd
 mkdir -p /dev/.static/dev
 chmod 700 /dev/.static/
 mount -n -o bind ${rootmnt}/dev /dev/.static/dev

--XsQoSWH+UP9D9v3l--

---------------------------------------
Received: (at 339093-close) by bugs.debian.org; 28 Nov 2005 22:11:28 +0000
>From [EMAIL PROTECTED] Mon Nov 28 14:11:28 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 4.50)
        id 1Egr5W-0001be-PN; Mon, 28 Nov 2005 14:03:06 -0800
From: maximilian attems <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.60 $
Subject: Bug#339093: fixed in initramfs-tools 0.41
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Mon, 28 Nov 2005 14:03:06 -0800
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-Level: 
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

Source: initramfs-tools
Source-Version: 0.41

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

initramfs-tools_0.41.dsc
  to pool/main/i/initramfs-tools/initramfs-tools_0.41.dsc
initramfs-tools_0.41.tar.gz
  to pool/main/i/initramfs-tools/initramfs-tools_0.41.tar.gz
initramfs-tools_0.41_all.deb
  to pool/main/i/initramfs-tools/initramfs-tools_0.41_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.
maximilian attems <[EMAIL PROTECTED]> (supplier of updated initramfs-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: Mon, 28 Nov 2005 17:53:24 +0100
Source: initramfs-tools
Binary: initramfs-tools
Architecture: source all
Version: 0.41
Distribution: unstable
Urgency: high
Maintainer: Debian kernel team <debian-kernel@lists.debian.org>
Changed-By: maximilian attems <[EMAIL PROTECTED]>
Description: 
 initramfs-tools - tools for generating an initramfs
Closes: 339093 341014
Changes: 
 initramfs-tools (0.41) unstable; urgency=high
 .
   "Una mattina mi sono svegliato"
 .
   * High urgency upload to cope with newer udev upstream - bonus:
     condition to test against when udev is ready. (Closes: #341014)
     Thanks Marco d'Itri <[EMAIL PROTECTED]> for guidance and
     Heikki Henriksen <[EMAIL PROTECTED]> for double check.
 .
   * Pump udev dep on 0.076-3.
 .
   * Special thanks to Paul Traina for previous udev / emvs work.
 .
   * Sync with Ubuntu (0.36ubuntu6).
 .
   * Kill udevd as late as possible. Thanks David Härdeman <[EMAIL PROTECTED]>
     for the patch. (Closes: #339093)
Files: 
 0bbe0e6b5eed6fe29701695a0e4db5b1 629 utils optional initramfs-tools_0.41.dsc
 db0c4a404734f9bb20136fe7f3157757 26177 utils optional 
initramfs-tools_0.41.tar.gz
 bd0c312440808ba36345b49cce3c0d3e 30476 utils optional 
initramfs-tools_0.41_all.deb

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

iD8DBQFDi2B85M5hmdCYCpkRAlNDAJ95FBhZQVRRW6Z0KK8yUSrNiSWrowCgiZdD
KkQkBZ5VqtEJjFTXOaMQEWg=
=j3qA
-----END PGP SIGNATURE-----


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

Reply via email to