Your message dated Sat, 22 Dec 2007 17:17:03 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#456310: fixed in hal 0.5.10-5 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)
--- Begin Message ---Package: hal-info Version: 20071212-1 Severity: grave After the last upgrade of hal-info, network manager fails to find any network device only reporting the error message mentioned in the subject ("no network device has been found") when clicking on the ex nm-applet icon. (Note that this happens even with the network device not being mentioned in /etc/network/interfaces as required by network-manager.) Downgrading hal-info to the testing version (20071030-1) fixes the problem. I presume (though I haven't checked) that for finding the network interfaces which are not listed in /etc/network/interfaces to be managed, network manager does some lookup via hal, which fails due to some hal-info breakage. Hence, I think that the other way of using network-manager via /etc/network/interfaces suggested in /usr/share/doc/network-manager/README.Debian (namely, to list the desired interfaces as "auto" and with "dhcp") works, but I haven't tried that. My (wireless) network card is an Intel as described below by lspci: 06:05.0 Network controller: Intel Corporation PRO/Wireless 2200BG Network Connection (rev 05) Subsystem: Intel Corporation Unknown device 2702 Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR+ FastB2B- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- Latency: 32 (750ns min, 6000ns max), Cache Line Size: 32 bytes Interrupt: pin A routed to IRQ 20 Region 0: Memory at b0204000 (32-bit, non-prefetchable) [size=4K] Capabilities: <access denied> and works properly (without network-manager / hal) with the ipw2200 kernel module. Severity grave since I bet other people with the same Intel card will have a network shortage upon installing the current package version. Thanks in advance, Cheers. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.22-3-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
--- End Message ---
--- Begin Message ---Source: hal Source-Version: 0.5.10-5 We believe that the bug you reported is fixed in the latest version of hal, which is due to be installed in the Debian FTP archive: hal-doc_0.5.10-5_all.deb to pool/main/h/hal/hal-doc_0.5.10-5_all.deb hal_0.5.10-5.diff.gz to pool/main/h/hal/hal_0.5.10-5.diff.gz hal_0.5.10-5.dsc to pool/main/h/hal/hal_0.5.10-5.dsc hal_0.5.10-5_amd64.deb to pool/main/h/hal/hal_0.5.10-5_amd64.deb libhal-dev_0.5.10-5_amd64.deb to pool/main/h/hal/libhal-dev_0.5.10-5_amd64.deb libhal-storage-dev_0.5.10-5_amd64.deb to pool/main/h/hal/libhal-storage-dev_0.5.10-5_amd64.deb libhal-storage1_0.5.10-5_amd64.deb to pool/main/h/hal/libhal-storage1_0.5.10-5_amd64.deb libhal1_0.5.10-5_amd64.deb to pool/main/h/hal/libhal1_0.5.10-5_amd64.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. Sjoerd Simons <[EMAIL PROTECTED]> (supplier of updated hal 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: Sat, 22 Dec 2007 18:12:30 +0100 Source: hal Binary: libhal-dev libhal-storage1 hal-doc libhal-storage-dev hal libhal1 Architecture: source amd64 all Version: 0.5.10-5 Distribution: unstable Urgency: low Maintainer: Utopia Maintenance Team <[EMAIL PROTECTED]> Changed-By: Sjoerd Simons <[EMAIL PROTECTED]> Description: hal - Hardware Abstraction Layer hal-doc - Hardware Abstraction Layer - documentation libhal-dev - Hardware Abstraction Layer - development files libhal-storage-dev - Hardware Abstraction Layer - development files libhal-storage1 - Hardware Abstraction Layer - shared library for storage devices libhal1 - Hardware Abstraction Layer - shared library Closes: 444574 453203 456310 Changes: hal (0.5.10-5) unstable; urgency=low . [ Michael Biebl ] * debian/hal.postinst - Remove superfluous getent calls. adduser is clever enough to omit creating accounts if they already exist. - Don't ignore addgroup errors. - Set the home directory of the haldaemon user to /var/run/hal. * debian/hal.dirs - Make sure the directory /var/run/hal is created. * debian/hal.postrm - As /var/run/hal is managed by dpkg now, there is no need anymore to clean up this directory manually. * debian/control - The Vcs-* fields are now officially supported, so remove the XS- prefix. - Change maintainer address to [EMAIL PROTECTED] - Add sjoerd, slomo and myself to Uploaders. - Bump Standards-Version to 3.7.3. No further changes required. . [ Sjoerd Simons ] * debian/patches/86_fix_killswitch_callout.patch: - Added. Fixes errors from the killswitch callouts on non-dell machines (Closes: #453203) * debian/control: Don't build-depend on libusb-dev on hurd-i386 * debian/patches/87_fix_hurd_compilation.patch: - Added. Fix compilation on the Hurd. Based on a patch by Samuel Thibault (Closes: #444574) * debian/patches/90_fix_crash_after_fdi_cache_generation.patch: - Added. Fix a hal crash when the fdi cache is regenerated while hal is running (From upstream git). * debian/patches/91_fix_invalid_fdi_cache_on_empty_matches.patch: - Added. Fix a bug causing the fdi cache to be invalid when an fdi files contains empty match rules. (Closes: #456310) * debian/hal.postinst - Ignore errors from addgroup. These aren't fatal and can occur when trying to add groups are added on installation (thus aren't system groups). - Add --quiet to the adduser invocation. We're not interested in adduser noting that user haldaemon already exists * debian/patches/88_fix_hurd_compilation2.patchx - Added. Some more patched to fix compilation on the Hurd. Thanks to Samuel Thibault * debian/patches/89_hurd_compile_autofoo.patch - Added. Regenerate tools/Makefile.in to include the changes needed for hurd support. * debian/hal.install - Include everything in /usr/bin as the hal package is now the only thing to have things from /usr/bin. Prevents issues on arch that don't build all binaries (like the Hurd). Thanks to Samuel Thibault Files: 5c82c9f86da4b2048a85a012a471576d 1228 admin optional hal_0.5.10-5.dsc d4a7a7c86ca15d0761cbf74d75cada4b 46068 admin optional hal_0.5.10-5.diff.gz 10262e7f466a8c4e37a40bd65b625583 620406 doc optional hal-doc_0.5.10-5_all.deb 273e7259d3bf27588912805b3b22a07a 731908 admin optional hal_0.5.10-5_amd64.deb 7fe7297f6e02ea77fcb03884c393aa8b 396710 libs optional libhal1_0.5.10-5_amd64.deb dc519455ab8a6bacc5f5e0224eaefda8 388890 libs optional libhal-storage1_0.5.10-5_amd64.deb a9c7f9e41e967661a6c0439d61b42bc1 401862 libdevel optional libhal-dev_0.5.10-5_amd64.deb 93c93279816d15e5e878600d38c7a6ad 390554 libdevel optional libhal-storage-dev_0.5.10-5_amd64.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHbUY/gTd+SodosdIRAtOhAJ923GdNogxwKDdjxOy2mybjSHhN7wCglqn1 alHS+O74fZTGXEdsJs8+WaQ= =JpTL -----END PGP SIGNATURE-----
--- End Message ---

