Your message dated Wed, 16 Feb 2005 12:32:18 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#293128: fixed in hotplug 0.0.20040329-17
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; 1 Feb 2005 10:02:59 +0000
>From [EMAIL PROTECTED] Tue Feb 01 02:02:59 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailgate1.uni-kl.de [131.246.120.5]
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1Cvus6-0007f8-00; Tue, 01 Feb 2005 02:02:58 -0800
Received: from debian.zombie.inka.de (rotes255.wohnheim.uni-kl.de
[131.246.178.65])
by mailgate1.uni-kl.de (8.13.1/8.13.1) with ESMTP id j11A2u7Z032083;
Tue, 1 Feb 2005 11:02:56 +0100
Received: from inet by debian.zombie.inka.de with local (Exim 4.44)
id 1Cvurz-0003xr-1t; Tue, 01 Feb 2005 11:02:51 +0100
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Eduard Bloch <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: firmware.agent gives no clue about what breaks w/o sysfs on 2.6
X-Mailer: reportbug 3.7.1
Date: Tue, 01 Feb 2005 11:02:51 +0100
Message-Id: <[EMAIL PROTECTED]>
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:
Package: hotplug
Version: 0.0.20040329-16
Severity: normal
See subject. If /sys is not mounted (missing support or just by accident),
firmware.agent simply fails. No error message, no warning in syslog, simply
silent failure. Looking at the script I realize that it just assumes that you
have kernel 2.4 if sysfs is not mounted somewhere, but this is pretty naive
assumption. procfs does not contain the firmware loader interface on kernel
2.6, so it cannot work. And believe me, it is not fun to search for that
bug when every Google hit says nothing but "drop your blobs to
/usr/lib/hotplug/firmware and you always will be fine".
To "solve" this problem, I suggest an additional check for kernel 2.4 after
this lines (maybe by looking at the required interface in procfs):
# use /proc for 2.4 kernels
if [ "$SYSFS" = "" ]; then
and then writting some meaningful warnings to syslog when it is not the case.
Regards,
Eduard.
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Versions of packages hotplug depends on:
ii debconf 1.4.42 Debian configuration management sy
ii grep 2.5.1.ds1-4 GNU grep, egrep and fgrep
ii module-init-tools 3.2-pre1-2 tools for managing Linux kernel mo
ii modutils 2.4.26-1.2 Linux module utilities
ii procps 1:3.2.5-1 /proc file system utilities
-- debconf information:
* hotplug/ignore_pci_class_display: true
* hotplug/net_agent_policy: hotplug
* hotplug/static_module_list: hid
* hotplug/usbd_enable: true
* hotplug/usb_keyboard:
hotplug/x11_usbmice_hack: true
---------------------------------------
Received: (at 293128-close) by bugs.debian.org; 16 Feb 2005 17:38:32 +0000
>From [EMAIL PROTECTED] Wed Feb 16 09:38:32 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 1D1T8C-0000aR-00; Wed, 16 Feb 2005 09:38:32 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
id 1D1T2A-0007W3-00; Wed, 16 Feb 2005 12:32:18 -0500
From: Marco d'Itri <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#293128: fixed in hotplug 0.0.20040329-17
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Wed, 16 Feb 2005 12:32:18 -0500
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: 14
Source: hotplug
Source-Version: 0.0.20040329-17
We believe that the bug you reported is fixed in the latest version of
hotplug, which is due to be installed in the Debian FTP archive:
hotplug_0.0.20040329-17.diff.gz
to pool/main/h/hotplug/hotplug_0.0.20040329-17.diff.gz
hotplug_0.0.20040329-17.dsc
to pool/main/h/hotplug/hotplug_0.0.20040329-17.dsc
hotplug_0.0.20040329-17_all.deb
to pool/main/h/hotplug/hotplug_0.0.20040329-17_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.
Marco d'Itri <[EMAIL PROTECTED]> (supplier of updated hotplug 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: Wed, 16 Feb 2005 13:29:38 +0100
Source: hotplug
Binary: hotplug
Architecture: source all
Version: 0.0.20040329-17
Distribution: unstable
Urgency: low
Maintainer: Fumitoshi UKAI <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description:
hotplug - Linux Hotplug Scripts
Closes: 251256 256870 258725 268795 274332 279142 283129 283535 284243 285996
288058 288444 291165 293128
Changes:
hotplug (0.0.20040329-17) unstable; urgency=low
.
* Made the init script stop changing /proc/sys/kernel/hotplug, to
support using udevsend as the hotplug multiplexer.
* Blacklist the obsolete eepro100 module by default. (Closes: #283129)
* Fixed a typo in the german debconf translation. (Closes: #284243)
* Added Ubuntu patch 065_default.hotplug_nobash to use sh instead of bash
in default.hotplug. (Closes: #291165)
* Modified isapnp.rc and the aliases file to only use lower case aliases.
(Closes: #268795)
* Fixed isapnp.rc to work when install statements are used in modprobe.conf.
* Added ide.rc and support to init script for running the .rc scripts in a
specified order (from Ubuntu). (Closes: #283535)
* Do not print an error message if a rc script is not executable.
(Closes: #256870)
* Documented $HOTPLUG_RC_<subsystem> in /etc/default/hotplug.
(Closes: #251256)
* Added patch firmware_misc to make firmware.agent log an error if the
sysfs interface is not available and not break if sysfs is mounted more
than once. (Closes: #293128, #279142)
* Added patch pci_agent_removers with the improved generation of $REMOVER
from 2004_09_23.
* Added README.modules from 2004_09_23.
* Updated patch 011_usb.rc_dont_force_hcds to support blacklist.d/.
(Closes: #288444)
* Updated patch 012_usb.rc_fix_coldplugging with code from 2004_09_23
and other fixes. (Closes: #274332, #288058)
* Removed patch 051_check_runlevel and the K*hotplug symlinks.
* Added code to make the init script silent, inspired by a patch from
Martin F. Krafft. (Closes: #285996)
* Modified patch 050_net.agent_ifupdown to move the net.enable flag file
to /etc/hotplug/.run/. (Closes: #258725)
Files:
254836d7325ee6a0ef254f34143bd39a 673 admin standard hotplug_0.0.20040329-17.dsc
8a980bf47b8e18656c0b051157483579 48092 admin standard
hotplug_0.0.20040329-17.diff.gz
b9cfbb23ff4589b4a22b3cc275a26c89 66730 admin standard
hotplug_0.0.20040329-17_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCE3/GFGfw2OHuP7ERAmHCAKCgG7Z7GyVim4sctc5Qao7ClN3tYACfVk7/
eWkdSVp1UulxrJGTj8UAYFU=
=xlnj
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]