Your message dated Sun, 06 Nov 2005 04:02:17 -0800
with message-id <[EMAIL PROTECTED]>
and subject line Bug#333522: fixed in module-init-tools 3.2-pre9-4
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; 10 Oct 2005 02:14:12 +0000
>From [EMAIL PROTECTED] Sun Oct 09 19:14:11 2005
Return-path: <[EMAIL PROTECTED]>
Received: from c-24-10-6-146.hsd1.ca.comcast.net (nofear.bounceme.net) 
[24.10.6.146] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1EOnB5-0006WF-00; Sun, 09 Oct 2005 19:14:11 -0700
Received: from [10.1.1.66] (hades [10.1.1.66])
        (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
        (Client did not present a certificate)
        by nofear.bounceme.net (Postfix) with ESMTP id 5678273534
        for <[EMAIL PROTECTED]>; Sun,  9 Oct 2005 19:13:40 -0700 (PDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Sun, 09 Oct 2005 19:14:54 -0700
From: "C.Y.M" <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Organization: CooLNeT
User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: Submit Debian Bugs <[EMAIL PROTECTED]>
Subject: uhci_hcd unknown symbol errors
X-Enigmail-Version: 0.92.1.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
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

Package: udev
Version: 0.070-3
Severity: important


When using udev with linux kernel 2.6.14-rc3, I get the following error during
system boot.  Plug and Play ACPI support in the kernel is loading uhci_hcd just
fine, but it appears udev is attempting to load it prior to ACPI causing the
unknown symbol errors.  If I add "uhci_hcd" to the udev blacklist file, then the
errors go away and uhci_hcd loads fine via ACPI.  I have all my usb kernel code
compiled as modules.  This error does not occur with the previous version of
udev. A quick hack to fix the errors with the current version of udev is:

--SNIP--

--- modprobe.d/blacklist.orig      2005-10-09 19:02:15.000000000 -0700
+++ modprobe.d/blacklist   2005-10-09 19:01:49.000000000 -0700
@@ -2,6 +2,9 @@
 # the hotplug subsystem. It does not affect autoloading of modules by the
 # kernel. This file is provided by the udev package.

+# dont load usb
+blacklist uhci_hcd
+
 # usbcore is loaded as a dependency, ignore it otherwise
 blacklist usbcore

--SNIP--


Oct  9 04:55:44 sid kernel: parport0: PC-style at 0x378, irq 7 [PCSPP(,...)]
Oct  9 04:55:44 sid kernel: Linux agpgart interface v0.101 (c) Dave Jones
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_suspend
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_resume_root_hub
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_probe
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_check_bandwidth
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_disabled
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_release_bandwidth
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_claim_bandwidth
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_resume
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_giveback_urb
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_poll_rh_status
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_remove
Oct  9 04:55:44 sid kernel: usbcore: registered new driver usbfs
Oct  9 04:55:44 sid kernel: usbcore: registered new driver hub
Oct  9 04:55:44 sid kernel: nvidia: module license 'NVIDIA' taints kernel.
Oct  9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [LNKA]
-> GSI 11 (level, low) -> IRQ 11
Oct  9 04:55:44 sid kernel: NVRM: loading NVIDIA Linux x86 NVIDIA Kernel Module
 1.0-7676  Fri Jul 29 12:58:54 PDT 2005
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_suspend
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_resume_root_hub
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_probe
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_check_bandwidth
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_disabled
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_release_bandwidth
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_claim_bandwidth
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_resume
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_giveback_urb
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_poll_rh_status
Oct  9 04:55:44 sid kernel: uhci_hcd: Unknown symbol usb_hcd_pci_remove
Oct  9 04:55:44 sid kernel: USB Universal Host Controller Interface driver v2.3
Oct  9 04:55:44 sid kernel: ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 11
Oct  9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.2[D] -> Link [LNKD]
-> GSI 11 (level, low) -> IRQ 11
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.2: UHCI Host Controller
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.2: new USB bus registered,
assigned bus number 1
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.2: irq 11, io base 0x0000d800
Oct  9 04:55:44 sid kernel: hub 1-0:1.0: USB hub found
Oct  9 04:55:44 sid kernel: hub 1-0:1.0: 2 ports detected
Oct  9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.3[D] -> Link [LNKD]
-> GSI 11 (level, low) -> IRQ 11
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.3: UHCI Host Controller
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.3: new USB bus registered,
assigned bus number 2
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.3: irq 11, io base 0x0000dc00
Oct  9 04:55:44 sid kernel: hub 2-0:1.0: USB hub found
Oct  9 04:55:44 sid kernel: hub 2-0:1.0: 2 ports detected
Oct  9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.4[D] -> Link [LNKD]
-> GSI 11 (level, low) -> IRQ 11
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.4: UHCI Host Controller
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.4: new USB bus registered,
assigned bus number 3
Oct  9 04:55:44 sid kernel: uhci_hcd 0000:00:11.4: irq 11, io base 0x0000e000
Oct  9 04:55:44 sid kernel: hub 3-0:1.0: USB hub found
Oct  9 04:55:44 sid kernel: hub 3-0:1.0: 2 ports detected
Oct  9 04:55:44 sid kernel: snd_mpu401: Unknown symbol snd_mpu401_uart_new
Oct  9 04:55:44 sid kernel: ACPI: PCI Interrupt 0000:00:11.5[C] -> Link [LNKC]
-> GSI 5 (level, low) -> IRQ 5
Oct  9 04:55:44 sid kernel: PCI: Setting latency timer of device 0000:00:11.5 
to 64
Oct  9 04:55:44 sid kernel: Adding 779112k swap on /dev/hda5.  Priority:-1
extents:1 across:779112k
Oct  9 04:55:44 sid kernel: EXT3 FS on hda1, internal journal
Oct  9 04:55:44 sid kernel: Real Time Clock Driver v1.12
Oct  9 04:55:44 sid kernel: NET: Registered protocol family 17
Oct  9 04:55:44 sid kernel: Capability LSM initialized
Oct  9 04:55:44 sid kernel: ACPI: CPU0 (power states: C1[C1] C2[C2])
Oct  9 04:55:44 sid kernel: ACPI: Processor [CPU0] (supports 2 throttling 
states)
Oct  9 04:55:44 sid kernel: ACPI: Thermal Zone [THRM] (56 C)

---------------------------------------
Received: (at 333522-close) by bugs.debian.org; 6 Nov 2005 12:06:26 +0000
>From [EMAIL PROTECTED] Sun Nov 06 04:06:26 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1EYjE1-0004jX-00; Sun, 06 Nov 2005 04:02:17 -0800
From: Marco d'Itri <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#333522: fixed in module-init-tools 3.2-pre9-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 06 Nov 2005 04:02:17 -0800
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=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02

Source: module-init-tools
Source-Version: 3.2-pre9-4

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

module-init-tools-udeb_3.2-pre9-4_i386.udeb
  to pool/main/m/module-init-tools/module-init-tools-udeb_3.2-pre9-4_i386.udeb
module-init-tools_3.2-pre9-4.diff.gz
  to pool/main/m/module-init-tools/module-init-tools_3.2-pre9-4.diff.gz
module-init-tools_3.2-pre9-4.dsc
  to pool/main/m/module-init-tools/module-init-tools_3.2-pre9-4.dsc
module-init-tools_3.2-pre9-4_i386.deb
  to pool/main/m/module-init-tools/module-init-tools_3.2-pre9-4_i386.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 module-init-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,  6 Nov 2005 12:14:39 +0100
Source: module-init-tools
Binary: module-init-tools-udeb module-init-tools
Architecture: source i386
Version: 3.2-pre9-4
Distribution: unstable
Urgency: high
Maintainer: Marco d'Itri <[EMAIL PROTECTED]>
Changed-By: Marco d'Itri <[EMAIL PROTECTED]>
Description: 
 module-init-tools - tools for managing Linux kernel modules
 module-init-tools-udeb - tools for managing Linux kernel modules (udeb)
Closes: 333522
Changes: 
 module-init-tools (3.2-pre9-4) unstable; urgency=high
 .
   * Added two patches to prevent errors when concurrently loading modules.
     (Closes: #333522)
   * Removed the diversions for kallsyms(8) and ksyms(8).
Files: 
 6cd790a08b2ae9903f502db83c9ce126 635 admin important 
module-init-tools_3.2-pre9-4.dsc
 75567c1c0a9f88e2dc34df1c0564d0e6 20294 admin important 
module-init-tools_3.2-pre9-4.diff.gz
 9dfbc63b235d7e34fe04368a16838b54 74258 admin important 
module-init-tools_3.2-pre9-4_i386.deb
 618623e058f7d971ed8e54dc9d8465db 25040 debian-installer extra 
module-init-tools-udeb_3.2-pre9-4_i386.udeb
Package-Type: udeb

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

iD8DBQFDbe+pFGfw2OHuP7ERArsLAJ4hIT67Yacjk+7jRMx6osDyBxRz+wCePjGz
lTmgNKKuHvsL4IZrsVETHlA=
=7Qnq
-----END PGP SIGNATURE-----


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

Reply via email to