Comment 11 for bug 717166

Revision history for this message
Daniel Nurmi (nurmi) wrote :

All,

I think I've found the problem all! So, looking at:

bzr branch lp:ubuntu/isc-dhcp

1.) the patch I've supplied is being placed at the end of the '00list' file in debian/patches. not a problem normally i suspect, however:
2.) the patch is not present in the actual code that is being used when I try to build a package using 'bzr bd'. the reason for this is:
3.) in debian/rules file, there is a line:

        dpatch deapply-until dhcp-4.1.0-ldap-code

which removes the patch since it is listed after 'dhcp-4.1.0-ldap-code' in '00list'. The fix is:
4.) put the 'multi-ip-addr-per-if' list right after the 'dhclient-more-debug' line in '00list' and rebuild.

I just went through this process on my natty box, installed the resulting isc-dhcp-server deb, and ran an instance or two through eucalyptus without problem. I think thats probably it (!)

thanks all
-dan