Your message dated Fri, 17 Jun 2005 23:02:27 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#283388: fixed in dhcp3 3.0.2-1
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; 28 Nov 2004 17:43:56 +0000
>From [EMAIL PROTECTED] Sun Nov 28 09:43:55 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dtps.ted.unipi.gr (dtps.unipi.gr) [195.251.226.211] (dtps)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1CYT5X-0006Hg-00; Sun, 28 Nov 2004 09:43:55 -0800
Received: from beauty.paravoid.awmn ([80.76.56.82])
        by dtps.unipi.gr (VisNetic.MailServer.v5.8.6.4) with ESMTP id M41DH2;
        Sun, 28 Nov 2004 19:41:12 +0200
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Faidon Liambotis <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dhcp3-client: Does not work with point-to-point Ethernet
Bcc: Faidon Liambotis <[EMAIL PROTECTED]>
X-Mailer: reportbug 2.63
Date: Sun, 28 Nov 2004 19:44:31 +0200
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (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_2004_03_25
X-Spam-Level: 

Package: dhcp3-client
Version: 3.0.1-1
Severity: normal
Tags: patch

dhclient-script does not work correctly in the special occasion that the
(ethernet) link is point-to-point i.e. netmask is 255.255.255.255 (/32).
/e/n/i has an option for static setups, called `pointopoint'.
Please note that this setup is common in PPP Half-Bridging (aka DHCP
spoofing) ADSL setups.
The following patch to dhclient-script fixes the problem:

--- dhclient-script.old 2004-11-28 13:21:52.000000000 +0200
+++ dhclient-script     2004-11-28 14:22:32.000000000 +0200
@@ -167,6 +167,13 @@
                 # Ancient kernel: add a network route to the computed network 
address.
                 route add -net $new_network_number $new_subnet_arg dev 
$interface
             fi
+           
+           # point to point
+           if [ "$new_subnet_mask" == "255.255.255.255" ]; then
+               for router in $new_routers; do
+                   route add -host $router dev $interface
+               done
+           fi
 
             for router in $new_routers; do
                 route add default dev $interface gw $router $metric_arg

Regards,
Faidon

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=C, LC_CTYPE=C

Versions of packages dhcp3-client depends on:
ii  debconf                     1.4.30.10    Debian configuration management sy
ii  debianutils                 2.8.4        Miscellaneous utilities specific t
ii  dhcp3-common                3.0.1-1      Common files used by all the dhcp3
ii  libc6                       2.3.2.ds1-18 GNU C Library: Shared libraries an

-- no debconf information

---------------------------------------
Received: (at 283388-close) by bugs.debian.org; 18 Jun 2005 03:08:14 +0000
>From [EMAIL PROTECTED] Fri Jun 17 20:08:14 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 1DjTgs-0000zo-00; Fri, 17 Jun 2005 20:08:14 -0700
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1DjTbH-0003mE-00; Fri, 17 Jun 2005 23:02:27 -0400
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#283388: fixed in dhcp3 3.0.2-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Fri, 17 Jun 2005 23:02:27 -0400
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: 2

Source: dhcp3
Source-Version: 3.0.2-1

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.2-1_i386.udeb
  to pool/main/d/dhcp3/dhcp3-client-udeb_3.0.2-1_i386.udeb
dhcp3-client_3.0.2-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-client_3.0.2-1_i386.deb
dhcp3-common_3.0.2-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-common_3.0.2-1_i386.deb
dhcp3-dev_3.0.2-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-dev_3.0.2-1_i386.deb
dhcp3-relay_3.0.2-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-relay_3.0.2-1_i386.deb
dhcp3-server_3.0.2-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-server_3.0.2-1_i386.deb
dhcp3_3.0.2-1.diff.gz
  to pool/main/d/dhcp3/dhcp3_3.0.2-1.diff.gz
dhcp3_3.0.2-1.dsc
  to pool/main/d/dhcp3/dhcp3_3.0.2-1.dsc
dhcp3_3.0.2.orig.tar.gz
  to pool/main/d/dhcp3/dhcp3_3.0.2.orig.tar.gz



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: Thu, 16 Jun 2005 20:50:34 +1000
Source: dhcp3
Binary: dhcp3-client-udeb dhcp3-common dhcp3-relay dhcp3-dev dhcp3-client 
dhcp3-server
Architecture: source i386
Version: 3.0.2-1
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: 178885 220525 266574 279338 281989 283388 290431 292357 300513 310074 
310224 310225 311723
Changes: 
 dhcp3 (3.0.2-1) unstable; urgency=low
 .
   * The "Look Mum, it's nearly Lintian clean!" release
   * New upstream release
   * debian/dhcp3-server.postinst: Applied patch from Robert Millan to handle
     interface names with slashes in them (closes: #290431)
   * debian/dhcp3-server.postinst: move startup to 40 instead of 20 so as to
     allow PCMCIA interfaces to exist (closes: #292357)
   * debian/dhcp3-server.init.d: explictly define a $PATH (closes: #311723)
   * Added Russian debconf templates translation (Ñ?паÑ?ибо Yuriy Talakan)
     (closes: #310074)
   * debian/dhcp3-server.templates: fixed typo (closes: #310225)
   * debian/dhcp3-server.init.d: only restart if the config file is sane
     (closes: #300513)
   * Added Vietnamese debconf templates translation (Cám ón ông Clytie 
Siddall)
     (closes: #310224)
   * Added Czech debconf templates translation (dêkuji Jan Outrata) (closes:
     #266574)
   * Added Brazilian Portuguese debconf templates translation (Obrigado!,
     Obrigada! Andre Luis Lopez) (closes: #281989)
   * debian/rules: use dh_link to make a policy compliant dhclient -> dhclient3
     symlink
   * debian/control: Add dpatch to build-dependencies
   * debian/rules: rejig to use dpatch
   * redo all patches for dpatch.
   * debian/changelog: fixed a dodgey email address that made Lintian cry
   * debian/dhclient-script: applied patch from Faidon Liambotis to support
     point-to-point Ethernet links (netmask of 255.255.255.255) (closes:
     #283388)
   * Don't install the omshell.1 manpage incorrectly into section 3 in
     dhcp3-server as well as correctly in section 1 in dhcp3-common
   * Applied patch from Martin Pitt to prevent multiple dhclients starting on
     the same interface (closes: #178885)
   * Applied patch from Olivier Houchard to add libdst.a to dhcp3-dev (closes:
     #220525)
   * debian/control: [dhcp3-client] make conflict with dhcp-client versioned
     (closes: #279338)
   * debian/control: [dhcp3-client-udeb] Added XC-Package-Type: udeb
   * debian/rules: Removed all the special-case handling for dhcp3-client-udeb
Files: 
 67ebb0c547faa45785cb3c3cefcecd30 751 net optional dhcp3_3.0.2-1.dsc
 04800a111521e7442749b2ce883f962b 853313 net optional dhcp3_3.0.2.orig.tar.gz
 e00f7b9fb0f81164273af84f46873633 43732 net optional dhcp3_3.0.2-1.diff.gz
 55796487ebdf25f6237764b3d7fdf70a 511262 net optional 
dhcp3-server_3.0.2-1_i386.deb
 5c917ddfa1f41bf68b1f9e8aa8e73423 175714 net optional 
dhcp3-common_3.0.2-1_i386.deb
 0344b3184d36d515ad9c1ce10416fc84 97330 devel optional 
dhcp3-dev_3.0.2-1_i386.deb
 a8ca1aa3165912421cd7a48b49f2be4c 420286 net optional 
dhcp3-client_3.0.2-1_i386.deb
 35662604075fe0c2c000639a73feaec3 147752 debian-installer optional 
dhcp3-client-udeb_3.0.2-1_i386.udeb
 091a09a3fd1eed65dd5fd82436c7645b 320990 net optional 
dhcp3-relay_3.0.2-1_i386.deb
package-type: udeb

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

iD8DBQFCs4guIblXXKfZFgIRAk1EAKCC0TVKqee5gv3KHffSuYN4fjHmQwCfa3X1
6uC5TMa0LSq52WuATOoEbKA=
=rBoV
-----END PGP SIGNATURE-----


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

Reply via email to