Your message dated Fri, 16 Sep 2005 05:32:06 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#323254: fixed in dhcp3 3.0.3-3
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; 15 Aug 2005 18:28:23 +0000
>From [EMAIL PROTECTED] Mon Aug 15 11:28:23 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mailfe05.tele2.fr (swip.net) [212.247.154.140]
by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
id 1E4jh9-0000Dp-00; Mon, 15 Aug 2005 11:28:23 -0700
X-T2-Posting-ID: dCnToGxhL58ot4EWY8b+QGwMembwLoz1X2yB7MdtIiA=
Received: from [80.170.51.201] (HELO bouh.famille.thibault.fr)
by mailfe05.swip.net (CommuniGate Pro SMTP 4.3.4)
with ESMTPS id 246067154; Mon, 15 Aug 2005 20:27:51 +0200
Received: from samy by bouh.famille.thibault.fr with local (Exim 4.52)
id 1E4jgb-0001Wu-Lb; Mon, 15 Aug 2005 20:27:49 +0200
Date: Mon, 15 Aug 2005 20:27:49 +0200
From: Samuel Thibault <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Bcc: Samuel Thibault <[EMAIL PROTECTED]>
Subject: dhcp3-client: dhclient-script should not disturb other protocols on
interfaces
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
X-Reportbug-Version: 3.15
User-Agent: Mutt/1.5.9i-nntp
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: dhcp3-client
Version: 3.0.2-3
Severity: normal
Tags: patch
Hi,
Currently, /etc/dhcp3/dhclient-script may disturb other protocols than
IPv4, by disabling / enabling the interface. For instance:
#Â ifconfig eth0 up
# ifconfig eth0 inet6 add fec0::1/64
# ifconfig eth0
<shows fec0::1/64 as ip>
# dhclient eth0
.. then the dhcp server falls down, which makes dhclient-script call
ifconfig eth0 inet 0 down..
# ifconfig eth0
<not configured any more>
This is problematic when the IPv4 dhcp server falls down, though IPv6
routers still work, for instance.
But anyway, dhclient shouldn't take the responsibility to deactivate
interfaces, but only configure the IPv4 part. Here is a patch (it works
just the same, clearing routes and such, but doesn't disturb IPv6 for
instance).
--- /etc/dhcp3/dhclient-script-orig 2005-08-15 20:00:45.000000000 +0200
+++ /etc/dhcp3/dhclient-script 2005-08-15 20:02:51.000000000 +0200
@@ -129,7 +129,7 @@
# Bring down alias interface. Its routes will disappear too.
ifconfig $interface:0- inet 0
fi
- ifconfig $interface 0 up
+ ifconfig $interface inet 0 up
# We need to give the kernel some time to get the interface up.
sleep 1
@@ -148,7 +148,7 @@
"$old_ip_address" != "$new_ip_address" ]; then
# IP address changed. Bringing down the interface will delete all
routes,
# and clear the ARP cache.
- ifconfig $interface inet 0 down
+ ifconfig $interface inet 0
fi
@@ -182,7 +182,7 @@
if [ -n "$old_ip_address" ]; then
# Shut down interface, which will delete routes and clear arp
cache.
- ifconfig $interface inet 0 down
+ ifconfig $interface inet 0
fi
if [ -n "$alias_ip_address" ]; then
Regards,
Samuel Thibault
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (900, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-rc4
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages dhcp3-client depends on:
ii debconf 1.4.57 Debian configuration management sy
ii debianutils 2.14.2 Miscellaneous utilities specific t
ii dhcp3-common 3.0.2-3 Common files used by all the dhcp3
ii libc6 2.3.5-3 GNU C Library: Shared libraries an
dhcp3-client recommends no packages.
-- no debconf information
---------------------------------------
Received: (at 323254-close) by bugs.debian.org; 16 Sep 2005 12:38:33 +0000
>From [EMAIL PROTECTED] Fri Sep 16 05:38:33 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
id 1EGFNu-0005iz-00; Fri, 16 Sep 2005 05:32:06 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#323254: fixed in dhcp3 3.0.3-3
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 16 Sep 2005 05:32: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
X-CrossAssassin-Score: 3
Source: dhcp3
Source-Version: 3.0.3-3
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-3_i386.udeb
to pool/main/d/dhcp3/dhcp3-client-udeb_3.0.3-3_i386.udeb
dhcp3-client_3.0.3-3_i386.deb
to pool/main/d/dhcp3/dhcp3-client_3.0.3-3_i386.deb
dhcp3-common_3.0.3-3_i386.deb
to pool/main/d/dhcp3/dhcp3-common_3.0.3-3_i386.deb
dhcp3-dev_3.0.3-3_i386.deb
to pool/main/d/dhcp3/dhcp3-dev_3.0.3-3_i386.deb
dhcp3-relay_3.0.3-3_i386.deb
to pool/main/d/dhcp3/dhcp3-relay_3.0.3-3_i386.deb
dhcp3-server_3.0.3-3_i386.deb
to pool/main/d/dhcp3/dhcp3-server_3.0.3-3_i386.deb
dhcp3_3.0.3-3.diff.gz
to pool/main/d/dhcp3/dhcp3_3.0.3-3.diff.gz
dhcp3_3.0.3-3.dsc
to pool/main/d/dhcp3/dhcp3_3.0.3-3.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: Fri, 16 Sep 2005 20:23:10 +1000
Source: dhcp3
Binary: dhcp3-client-udeb dhcp3-common dhcp3-relay dhcp3-dev dhcp3-client
dhcp3-server
Architecture: source i386
Version: 3.0.3-3
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: 267639 286006 323254 325691 327829 328093 328254
Changes:
dhcp3 (3.0.3-3) unstable; urgency=low
.
* The "principle of least surprise" release
* dhcp3-server.template: Added debconf note regarding change in next-server
behaviour
* dhcp3-server.config: display aforementioned note for upgrades from
anything prior to this version.
* Updated Russian template translation (closes: #328093)
* Patched dhcpd.conf.5 manpage to update behaviour of next-server directive
(closes: #327829, #328254)
* debian/*.doc: only install documentation into dhcp3-common (closes:
#286006)
* debian/control: make the udeb Priority: extra
* debian/dhclient-script.linux: applied patch from Samuel Thibault to
only mess with the IPv4 settings on the interface (closes: #323254)
* debian/dhclient-script.{linux,kfreebsd}: remove triplication of content
(closes: #325691)
* Rejigged dpatch patch so kfreebsd patch is only applied on kfreebsd
* debian/debug-exit: fixed comment to correctly indicate how to enable
(closes: #267639)
Files:
9406020ae3bc3db0fc317db7a80a18ed 749 net optional dhcp3_3.0.3-3.dsc
7462fb860870f56b3dcce2426a89ae6f 53206 net optional dhcp3_3.0.3-3.diff.gz
e776927c4ad9717c32ff767523275357 279716 net optional
dhcp3-server_3.0.3-3_i386.deb
16ba4c941ee16f83f4a2fbe52baa4486 425368 net optional
dhcp3-common_3.0.3-3_i386.deb
c2fe6a255db4bcd92e3db3635a41fb1d 98020 devel optional
dhcp3-dev_3.0.3-3_i386.deb
48c6ec1aa0867aaebde828fd31341465 186886 net optional
dhcp3-client_3.0.3-3_i386.deb
b23c9cf09848b6ea1dfed9fff37e10ba 148062 debian-installer extra
dhcp3-client-udeb_3.0.3-3_i386.udeb
798d2b42cf56d906af131f79c1018a4b 88124 net optional
dhcp3-relay_3.0.3-3_i386.deb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
iD8DBQFDKrf2IblXXKfZFgIRApzPAJ9k90cetSCqXEwp8h6TqqD87/GCfgCgg72v
F0JzaXArDhTKybsKwsxU88w=
=jBsP
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]