Activity log for bug #787212

Date Who What changed Old value New value Message
2011-05-23 21:11:45 garo bug added bug
2011-05-23 21:11:45 garo attachment added Fixes the problem https://bugs.launchpad.net/bugs/787212/+attachment/2140205/+files/dhcpv6support.patch
2011-05-23 21:26:12 garo attachment added optional init script to start in v6 mode https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/787212/+attachment/2140227/+files/isc-dhcp6-server
2011-05-24 17:36:18 Brian Murray bug added subscriber Ubuntu Review Team
2011-05-24 17:36:19 Brian Murray tags patch
2011-06-03 20:56:01 Brian Murray isc-dhcp (Ubuntu): status New In Progress
2011-06-03 20:56:04 Brian Murray isc-dhcp (Ubuntu): importance Undecided Medium
2011-06-03 20:56:06 Brian Murray isc-dhcp (Ubuntu): assignee Brian Murray (brian-murray)
2011-06-03 21:32:32 Launchpad Janitor branch linked lp:~brian-murray/ubuntu/oneiric/isc-dhcp/fix-for-787212
2011-06-03 21:34:20 Brian Murray tags patch ipv6 patch
2011-06-05 10:00:31 Launchpad Janitor isc-dhcp (Ubuntu): status In Progress Fix Released
2011-06-05 10:00:44 Launchpad Janitor branch linked lp:ubuntu/isc-dhcp
2011-10-10 16:09:22 Brian Murray nominated for series Ubuntu Natty
2011-10-10 16:09:22 Brian Murray bug task added isc-dhcp (Ubuntu Natty)
2011-10-10 16:09:34 Brian Murray isc-dhcp (Ubuntu Natty): status New In Progress
2011-10-10 16:09:38 Brian Murray isc-dhcp (Ubuntu Natty): assignee Brian Murray (brian-murray)
2011-10-10 16:09:45 Brian Murray isc-dhcp (Ubuntu Natty): importance Undecided Medium
2011-10-10 19:21:17 Brian Murray removed subscriber Ubuntu Review Team
2011-10-10 19:38:07 Brian Murray attachment added isc-dhcp_4.1.1-P1-15ubuntu9.2.debdiff https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/787212/+attachment/2535345/+files/isc-dhcp_4.1.1-P1-15ubuntu9.2.debdiff
2011-10-20 22:53:25 Brian Murray description Binary package hint: isc-dhcp-server (isc-dhcp-server 4.1.1-P1-15ubuntu9 on Ubuntu server 11.04) It's impossible to run dhcpd with the -6 flag with the current apparmor config in the isc-dhcp-server package. I added a patch that fixes this problem, apply with "cd / ; patch -p1 < dhcpv6support.patch". Binary package hint: isc-dhcp-server (isc-dhcp-server 4.1.1-P1-15ubuntu9 on Ubuntu server 11.04) It's impossible to run dhcpd with the -6 flag with the current apparmor config in the isc-dhcp-server package. I added a patch that fixes this problem, apply with "cd / ; patch -p1 < dhcpv6support.patch". TEST CASE: 1) Copy /etc/init.d/isc-dhcp-server to /etc/init.d/isc-dhcp-server6 2) Copy /etc/dhcp/dhcpd.conf to /etc/dhcp/dhcpd6.conf 3) Apply the patch from http://paste.ubuntu.com/706208/ to isc-dhcp-server6 4) Run: update-rc.d isc-dhcp-server6 defaults 5) Edit /etc/dhcp/dhcpd6.conf to look like: --- authoritative; option dhcp6.name-servers 2001:470:20::2; option dhcp6.domain-search "ubuntu.com", "stgraber.net"; # testv6-dhcpv6 subnet6 2001:470:8cc0:9002::/64 { range6 2001:470:8cc0:9002::128 2001:470:8cc0:9002::254; } --- 6) /etc/init.d/isc-dhcp-server6 start This will fail with isc-dhcp-server version 4.1.1-P1-15ubuntu9.1 installed and apparmor. You will see something like the following in syslog - apparmor="DENIED" .. profile="/usr/sbin/dhcpd" With the -proposed version isc-dhcp-server and isc-dhcp-common step 6 will start okay.
2011-10-20 22:53:46 Brian Murray bug added subscriber Ubuntu Sponsors Team
2011-10-20 23:00:42 Brian Murray description Binary package hint: isc-dhcp-server (isc-dhcp-server 4.1.1-P1-15ubuntu9 on Ubuntu server 11.04) It's impossible to run dhcpd with the -6 flag with the current apparmor config in the isc-dhcp-server package. I added a patch that fixes this problem, apply with "cd / ; patch -p1 < dhcpv6support.patch". TEST CASE: 1) Copy /etc/init.d/isc-dhcp-server to /etc/init.d/isc-dhcp-server6 2) Copy /etc/dhcp/dhcpd.conf to /etc/dhcp/dhcpd6.conf 3) Apply the patch from http://paste.ubuntu.com/706208/ to isc-dhcp-server6 4) Run: update-rc.d isc-dhcp-server6 defaults 5) Edit /etc/dhcp/dhcpd6.conf to look like: --- authoritative; option dhcp6.name-servers 2001:470:20::2; option dhcp6.domain-search "ubuntu.com", "stgraber.net"; # testv6-dhcpv6 subnet6 2001:470:8cc0:9002::/64 { range6 2001:470:8cc0:9002::128 2001:470:8cc0:9002::254; } --- 6) /etc/init.d/isc-dhcp-server6 start This will fail with isc-dhcp-server version 4.1.1-P1-15ubuntu9.1 installed and apparmor. You will see something like the following in syslog - apparmor="DENIED" .. profile="/usr/sbin/dhcpd" With the -proposed version isc-dhcp-server and isc-dhcp-common step 6 will start okay. Binary package hint: isc-dhcp-server (isc-dhcp-server 4.1.1-P1-15ubuntu9 on Ubuntu server 11.04) It's impossible to run dhcpd with the -6 flag with the current apparmor config in the isc-dhcp-server package. I added a patch that fixes this problem, apply with "cd / ; patch -p1 < dhcpv6support.patch". TEST CASE: 1) Copy /etc/init.d/isc-dhcp-server to /etc/init.d/isc-dhcp-server6 2) Copy /etc/dhcp/dhcpd.conf to /etc/dhcp/dhcpd6.conf 3) Apply the patch from http://paste.ubuntu.com/706208/ to isc-dhcp-server6 4) Run: update-rc.d isc-dhcp-server6 defaults 5) Edit /etc/dhcp/dhcpd6.conf to look like: --- authoritative; option dhcp6.name-servers 2001:470:20::2; option dhcp6.domain-search "ubuntu.com", "stgraber.net"; # testv6-dhcpv6 subnet6 2001:470:8cc0:9002::/64 {     range6 2001:470:8cc0:9002::128 2001:470:8cc0:9002::254; } --- 6) create an ipv6 address on the same network 'ip -6 addr add 2001:470:8cc0:9002:127/64 dev eth0' 7) /etc/init.d/isc-dhcp-server6 start This will fail with isc-dhcp-server version 4.1.1-P1-15ubuntu9.1 installed and apparmor. You will see something like the following in syslog - apparmor="DENIED" .. profile="/usr/sbin/dhcpd" With the -proposed version isc-dhcp-server and isc-dhcp-common step 6 will start okay.
2011-10-21 00:31:44 Brian Murray removed subscriber Ubuntu Sponsors Team
2011-10-25 05:06:15 Martin Pitt isc-dhcp (Ubuntu Natty): status In Progress Fix Committed
2011-10-25 05:06:17 Martin Pitt bug added subscriber Ubuntu Stable Release Updates Team
2011-10-25 05:06:21 Martin Pitt bug added subscriber SRU Verification
2011-10-25 05:06:23 Martin Pitt tags ipv6 patch ipv6 patch verification-needed
2011-10-29 22:40:29 Launchpad Janitor branch linked lp:ubuntu/natty-proposed/isc-dhcp
2011-11-03 14:44:02 Brian Murray bug added subscriber Guy Taylor
2012-06-26 20:19:38 Brian Murray isc-dhcp (Ubuntu Natty): status Fix Committed Won't Fix