[Bug 605558] Re: dhcp3-server segfaults on start with large dynamic lease ranges
Scott Moser
smoser at canonical.com
Thu Jul 15 15:13:39 BST 2010
I believe this is fix-released with dhcp3-server in maverick:
$ dpkg-query --show dhcp3-server
dhcp3-server 3.1.3-2ubuntu4
$ grep "^[^#]" /etc/dhcp3/dhcpd.conf
ddns-update-style none;
option domain-name "example.org";
option domain-name-servers ns1.example.org, ns2.example.org;
default-lease-time 600;
max-lease-time 7200;
log-facility local7;
subnet 10.0.0.0 netmask 255.0.0.0
{
range 10.0.0.2 10.255.255.254;
}
$ sudo /etc/init.d/dhcp3-server start
dhcpd self-test failed. Please fix the config file.
The error was:
Internet Systems Consortium DHCP Server V3.1.3
Copyright 2004-2009 Internet Systems Consortium.
All rights reserved.
For info, please visit https://www.isc.org/software/dhcp/
No memory for address range 10.0.0.2-10.255.255.254.
If you believe I'm wrong, please move bug back to 'New'. If you believe that this bug should be fixed in 10.04 , please follow the SRU guidelines.
** Changed in: dhcp3 (Ubuntu)
Importance: Undecided => Low
** Changed in: dhcp3 (Ubuntu)
Status: New => Fix Released
--
dhcp3-server segfaults on start with large dynamic lease ranges
https://bugs.launchpad.net/bugs/605558
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dhcp3 in ubuntu.
More information about the Ubuntu-server-bugs
mailing list