Your message dated Tue, 27 Sep 2005 20:47:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#239907: fixed in dhcp3 3.0.3-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; 24 Mar 2004 20:29:00 +0000
>From [EMAIL PROTECTED] Wed Mar 24 12:29:00 2004
Return-path: <[EMAIL PROTECTED]>
Received: from bitute.b4net.lt (perlas.localdomain) [213.190.46.50] (mg)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B6Ezk-0005bu-00; Wed, 24 Mar 2004 12:29:00 -0800
Received: by perlas.localdomain (Postfix, from userid 1000)
id 34D8110C0FB; Wed, 24 Mar 2004 22:28:23 +0200 (EET)
Date: Wed, 24 Mar 2004 22:28:23 +0200
From: Marius Gedminas <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: /sbin/dhclient3: please quietly ignore irda0 ("unknown hardware
address type 783")
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="jRHKVT23PllUwdXP"
Content-Disposition: inline
X-Reportbug-Version: 2.54
X-GPG-Fingerprint: 8121 AD32 F00A 8094 748A 6CD0 9157 445D E7A6 D78F
X-GPG-Key: http://mg.b4net.lt/mg-pgp-key.txt
X-URL: http://mg.b4net.lt/
X-Message-Flag: If you do not see this message correctly, stop using Outlook.
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE
autolearn=no version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level:
--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Package: dhcp3-client
Version: 3.0+3.0.1rc13-1
Severity: wishlist
File: /sbin/dhclient3
Tags: patch
Every time I run dhclient on my laptop it complains about irda0 having
an unknown hardware address type, e.g.:
# dhclient eth0
...
irda0: unknown hardware address type 783
Listening on LPF/eth0/XX:XX:XX:XX:XX:XX
...
It would be nice if dhclient quietly ignored infrared network devices
(those that have address type of ARHRD_IRDA). A patch is attached.
-- System Information:
Debian Release: 3.0
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.24-mg2
Locale: LANG=C, LC_CTYPE=lt_LT.UTF-8
Versions of packages dhcp3-client depends on:
ii debconf 1.4.16 Debian configuration management sy
ii debianutils 2.7.5 Miscellaneous utilities specific t
ii dhcp3-common 3.0+3.0.1rc13-1 Common files used by all the dhcp3
ii libc6 2.3.2.ds1-11 GNU C Library: Shared libraries an
-- no debconf information
Marius Gedminas
--
As far as the laws of mathematics refer to reality, they are not
certain, and as far as they are certain, they do not refer to reality.
-- Albert Einstein
--jRHKVT23PllUwdXP
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="dhcp-ignore-irda.patch"
Patch for dhcp3-3.0+3.0.1rc13 to ignore irda devices (hardware type 783).
Without it dhclient complains
irda0: unknown hardware address type 783
diff -up ./common/discover.c.orig ./common/discover.c
--- ./common/discover.c.orig 2004-03-24 21:29:25.000000000 +0200
+++ ./common/discover.c 2004-03-24 22:14:21.000000000 +0200
@@ -460,6 +460,10 @@ void discover_interfaces (state)
#ifdef HAVE_ARPHRD_ROSE
case ARPHRD_ROSE:
#endif
+#ifdef HAVE_ARPHRD_IRDA
+ case ARPHRD_IRDA:
+ /* ignore infrared interfaces. */
+#endif
#ifdef HAVE_ARPHRD_LOOPBACK
case ARPHRD_LOOPBACK:
/* ignore loopback interface */
diff -up ./includes/osdep.h.orig ./includes/osdep.h
--- ./includes/osdep.h.orig 2004-03-24 22:18:32.000000000 +0200
+++ ./includes/osdep.h 2004-03-24 22:16:04.000000000 +0200
@@ -268,6 +268,10 @@
# define HAVE_ARPHRD_LOOPBACK
#endif
+#if defined (ARPHRD_IRDA) && !defined (HAVE_ARPHRD_IRDA)
+# define HAVE_ARPHRD_IRDA
+#endif
+
#if defined (ARPHRD_ROSE) && !defined (HAVE_ARPHRD_ROSE)
# define HAVE_ARPHRD_ROSE
#endif
--jRHKVT23PllUwdXP--
---------------------------------------
Received: (at 239907-close) by bugs.debian.org; 28 Sep 2005 03:48:43 +0000
>From [EMAIL PROTECTED] Tue Sep 27 20:48:43 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EKSuQ-00007z-00; Tue, 27 Sep 2005 20:47:06 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#239907: fixed in dhcp3 3.0.3-4
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Tue, 27 Sep 2005 20:47:06 -0700
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: dhcp3
Source-Version: 3.0.3-4
We believe that the bug you reported is fixed in the latest version of
dhcp3, which is due to be installed in the Debian FTP archive:
dhcp3-client-udeb_3.0.3-4_i386.udeb
to pool/main/d/dhcp3/dhcp3-client-udeb_3.0.3-4_i386.udeb
dhcp3-client_3.0.3-4_i386.deb
to pool/main/d/dhcp3/dhcp3-client_3.0.3-4_i386.deb
dhcp3-common_3.0.3-4_i386.deb
to pool/main/d/dhcp3/dhcp3-common_3.0.3-4_i386.deb
dhcp3-dev_3.0.3-4_i386.deb
to pool/main/d/dhcp3/dhcp3-dev_3.0.3-4_i386.deb
dhcp3-relay_3.0.3-4_i386.deb
to pool/main/d/dhcp3/dhcp3-relay_3.0.3-4_i386.deb
dhcp3-server_3.0.3-4_i386.deb
to pool/main/d/dhcp3/dhcp3-server_3.0.3-4_i386.deb
dhcp3_3.0.3-4.diff.gz
to pool/main/d/dhcp3/dhcp3_3.0.3-4.diff.gz
dhcp3_3.0.3-4.dsc
to pool/main/d/dhcp3/dhcp3_3.0.3-4.dsc
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.
Andrew Pollock <[EMAIL PROTECTED]> (supplier of updated dhcp3 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, 26 Sep 2005 13:56:54 +1000
Source: dhcp3
Binary: dhcp3-client-udeb dhcp3-common dhcp3-relay dhcp3-dev dhcp3-client
dhcp3-server
Architecture: source i386
Version: 3.0.3-4
Distribution: unstable
Urgency: low
Maintainer: Eloy A. Paris <[EMAIL PROTECTED]>
Changed-By: Andrew Pollock <[EMAIL PROTECTED]>
Description:
dhcp3-client - DHCP Client
dhcp3-client-udeb - DHCP Client for debian-installer (udeb)
dhcp3-common - Common files used by all the dhcp3* packages
dhcp3-dev - API for accessing and modifying the DHCP server and client state
dhcp3-relay - DHCP Relay
dhcp3-server - DHCP server for automatic IP address assignment
Closes: 239907 256851 285838 328637 328844 329437
Changes:
dhcp3 (3.0.3-4) unstable; urgency=low
.
* Renamed debian/patches/00list.kfreebsd to
debian/patches/00list.kfreebsd-i386 so it actually gets applied on
kfreebsd (closes: #328637)
* debian/rules: added debconf-updatepo to clean target (closes: #328844)
* Updated Dutch debconf template translation (closes: #329437)
* Updated Vietnamese debconf template translation
* Added patch from Marius Gedminas to ignore irda0 (closes: #239907)
* Extended above patch to ignore sit0 interface (closes: #256851)
* Extended above patch to ignore IEEE1394 interfaces
* debian/rules: install Japanese manpages into /usr/share/man/ja (closes:
#285838)
Files:
2c1eabcc6fb6f1885a777fc88f809e40 749 net optional dhcp3_3.0.3-4.dsc
09681001f02d48f1da465337e8990856 54966 net optional dhcp3_3.0.3-4.diff.gz
efa449f01316da03a825bfdeeffeffb0 280262 net optional
dhcp3-server_3.0.3-4_i386.deb
3a4dc0f569ed5ba72c8949e66feca523 425304 net optional
dhcp3-common_3.0.3-4_i386.deb
89f06c571ffd6b0dea8f4dfbc6128ab5 98126 devel optional
dhcp3-dev_3.0.3-4_i386.deb
6c235f5846d38961b91ff96ef7d9b60b 187068 net optional
dhcp3-client_3.0.3-4_i386.deb
18d0bf30ef2109dad3f3b3ac3aaeaadd 148052 debian-installer extra
dhcp3-client-udeb_3.0.3-4_i386.udeb
60ad5b2fdde20e27e8b48f0994a268f9 88284 net optional
dhcp3-relay_3.0.3-4_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDOg/5IblXXKfZFgIRAhsHAJ4yF74wqvguLFb6E9aNTusMVV5ahgCggsDc
j9nYmyA3xRx3puoRKH0MaYQ=
=2dNZ
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]