Your message dated Sat, 27 Aug 2005 01:17:11 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#324886: fixed in dhcp3 3.0.3-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; 24 Aug 2005 16:58:10 +0000
>From [EMAIL PROTECTED] Wed Aug 24 09:58:10 2005
Return-path: <[EMAIL PROTECTED]>
Received: from mail.cybermesa.com [198.59.109.2] 
        by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
        id 1E7yZm-0006NJ-00; Wed, 24 Aug 2005 09:58:10 -0700
Received: from masternode.cluster ([65.19.62.18])
        by mail.cybermesa.com (8.12.11/8.12.10) with ESMTP id j7OGvdB7023396;
        Wed, 24 Aug 2005 10:57:39 -0600
Received: from masternode.cluster (localhost.localdomain [127.0.0.1])
        by masternode.cluster (8.13.4/8.13.4/Debian-3) with ESMTP id 
j7OGvcIi032637;
        Wed, 24 Aug 2005 10:57:38 -0600
Received: (from [EMAIL PROTECTED])
        by masternode.cluster (8.13.4/8.13.4/Submit) id j7OGvald032636;
        Wed, 24 Aug 2005 10:57:36 -0600
Message-Id: <[EMAIL PROTECTED]>
X-Authentication-Warning: masternode.cluster: valerio set sender to [EMAIL 
PROTECTED] using -f
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Valerio Aimale <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: dhcp3-server: server goes in infitine loop if one-lease-per-client is 
set
X-Mailer: reportbug 3.15
Date: Wed, 24 Aug 2005 10:57:36 -0600
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=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE,
        RCVD_IN_BL_SPAMCOP_NET autolearn=no 
        version=2.60-bugs.debian.org_2005_01_02

Package: dhcp3-server
Version: 3.0.2-3
Severity: grave
Justification: renders package unusable


Hello,

since when I upgraded to the most recent version of the package, I've noticed
that if one-lease-per-client is set to on and a client releases the old IP
and re-request new one (after a reboot for example), the dhcp server goes
into an inifite loop and writes the same information to the
dhcpd.leases file until it fills up the disk

dhcpd.leases file:

===
lease 192.168.2.210 {
  starts 3 2005/08/24 16:19:15;
  ends 3 2005/08/24 16:44:14;
  tstp 3 2005/08/31 16:19:15;
  binding state free;
  hardware ethernet 00:e0:81:2e:9e:7a;
  client-hostname "node1";
}
lease 192.168.2.210 {
  starts 3 2005/08/24 16:19:15;
  ends 3 2005/08/24 16:44:14;
  tstp 3 2005/08/31 16:19:15;
  binding state free;
  hardware ethernet 00:e0:81:2e:9e:7a;
  client-hostname "node1";
}
lease 192.168.2.210 {
  starts 3 2005/08/24 16:19:15;
  ends 3 2005/08/24 16:44:14;
  tstp 3 2005/08/31 16:19:15;
  binding state free;
  hardware ethernet 00:e0:81:2e:9e:7a;
  client-hostname "node1";
}
lease 192.168.2.210 {
  starts 3 2005/08/24 16:19:15;
  ends 3 2005/08/24 16:44:14;
  tstp 3 2005/08/31 16:19:15;
  binding state free;
  hardware ethernet 00:e0:81:2e:9e:7a;
  client-hostname "node1";
}
[...]
=====

This renders the server unusable where one-lease-per-client is needed

my config

===============
# option definitions common to all supported networks...
option domain-name "cluster";
option domain-name-servers 192.168.2.1, 192.168.1.2, 206.83.0.42;

default-lease-time 604800;
max-lease-time 604800;

authoritative;
log-facility local7;

do-forward-updates on;
ignore client-updates;
ddns-updates on;
ddns-update-style interim;

subnet 192.168.2.0 netmask 255.255.255.0 {
  range 192.168.2.10 192.168.2.253;
  option routers 192.168.2.1;
  option domain-name "cluster";
  option broadcast-address 192.168.2.255;
  option domain-name-servers 192.168.2.1, 192.168.1.2, 206.83.0.42;
  option netbios-name-servers 192.168.1.2;
  option ntp-servers 192.168.2.1;
  ddns-update-style interim;
  update-static-leases true;
  one-lease-per-client on;
}
=================


I think the same bug was present in one of the 3.0 release candidates,
it might be the same surfacing again.

Same behavior is present  on i386 architectures.


Thanks

Valerio Aimale


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11-9-amd64-k8-smp
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages dhcp3-server depends on:
ii  debconf                       1.4.56     Debian configuration management sy
ii  debianutils                   2.14.1     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-server recommends no packages.

-- debconf information:
* dhcp3-server/new_auth_behavior:
* dhcp3-server/interfaces: eth1
* dhcp3-server/config_warn:

---------------------------------------
Received: (at 324886-close) by bugs.debian.org; 27 Aug 2005 08:23:32 +0000
>From [EMAIL PROTECTED] Sat Aug 27 01:23:32 2005
Return-path: <[EMAIL PROTECTED]>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
        id 1E8vsF-00025J-00; Sat, 27 Aug 2005 01:17:11 -0700
From: Andrew Pollock <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.56 $
Subject: Bug#324886: fixed in dhcp3 3.0.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sat, 27 Aug 2005 01:17:11 -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: 4

Source: dhcp3
Source-Version: 3.0.3-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.3-1_i386.udeb
  to pool/main/d/dhcp3/dhcp3-client-udeb_3.0.3-1_i386.udeb
dhcp3-client_3.0.3-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-client_3.0.3-1_i386.deb
dhcp3-common_3.0.3-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-common_3.0.3-1_i386.deb
dhcp3-dev_3.0.3-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-dev_3.0.3-1_i386.deb
dhcp3-relay_3.0.3-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-relay_3.0.3-1_i386.deb
dhcp3-server_3.0.3-1_i386.deb
  to pool/main/d/dhcp3/dhcp3-server_3.0.3-1_i386.deb
dhcp3_3.0.3-1.diff.gz
  to pool/main/d/dhcp3/dhcp3_3.0.3-1.diff.gz
dhcp3_3.0.3-1.dsc
  to pool/main/d/dhcp3/dhcp3_3.0.3-1.dsc
dhcp3_3.0.3.orig.tar.gz
  to pool/main/d/dhcp3/dhcp3_3.0.3.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, 25 Aug 2005 13:47:41 +1000
Source: dhcp3
Binary: dhcp3-client-udeb dhcp3-common dhcp3-relay dhcp3-dev dhcp3-client 
dhcp3-server
Architecture: source i386
Version: 3.0.3-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: 320683 321028 321734 324886
Changes: 
 dhcp3 (3.0.3-1) unstable; urgency=low
 .
   * New upstream release (closes: #324886)
   * Added NEWS.Debian regarding change in functionality with respect to
     next-server now being required for booting.
 .
 dhcp3 (3.0.2-4) unstable; urgency=low
 .
   * Added patch from Aurelien Jarno to support GNU/kFreeBSD (closes: #321028)
   * debian/dhcp3-server.preinst: fixed bashism
   * debian/dhcp3-relay.prerm: fixed bashisms
   * debian/dhcp3-client.preinst: fixed bashisms
   * Updated Czech debconf templates translation (closes: #321734)
   * debian/dhcp3-server.init.d: Applied patch from Stephen Gildea to provide
     status option (closes: #320683)
Files: 
 8ee01fc27b5e4a29879bf92ddd507152 749 net extra dhcp3_3.0.3-1.dsc
 f91416a0b8ed3fd0601688cf0b7df58f 870240 net extra dhcp3_3.0.3.orig.tar.gz
 513857f52ef12b4a1479ed402ba140cc 52930 net extra dhcp3_3.0.3-1.diff.gz
 1d043dbe04148f47c9b28fe269734fbe 527068 net extra dhcp3-server_3.0.3-1_i386.deb
 9b106c9dc90a45c925393fec31bdf164 176250 net extra dhcp3-common_3.0.3-1_i386.deb
 428e04344576ab4b6fc362404a562f4e 97700 devel extra dhcp3-dev_3.0.3-1_i386.deb
 14c0c28669570332bb94ff72910b0e8f 435460 net extra dhcp3-client_3.0.3-1_i386.deb
 00accba46a49872fbd5c07251a97e203 148286 debian-installer extra 
dhcp3-client-udeb_3.0.3-1_i386.udeb
 f87c1cb3baeb12ee70f0031079053753 336456 net extra dhcp3-relay_3.0.3-1_i386.deb
Package-Type: udeb

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

iD8DBQFDEB3bIblXXKfZFgIRAvdRAJ44Li6Kb9Sa6guzKP+lSJl8tluUMgCfbwGA
5hNoWtGM3g1tu0qa5WsvbDE=
=g0SD
-----END PGP SIGNATURE-----


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

Reply via email to