[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-03-06 Thread Brian Haley
Can you paste the change you're using that seems to help? Maybe getting some eyes on it might help point in a direction? Not that I have lots of extra cycles. And I didn't expect the change I made to help, that failure probably never happens, and if you're just dealing with IPv4 it won't come

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy crashes on neutron-dhcp-agent updates

2024-03-01 Thread Brian Haley
>From that trace, it looks like it is in this code in dhcp_config_free() when it makes the free() call: #ifdef HAVE_DHCP6 if (config->flags & CONFIG_ADDR6) { struct addrlist *addr, *tmp; for (addr = config->addr6; addr; addr = tmp) {

[Touch-packages] [Bug 2026757] Re: dnsmasq on Ubuntu Jammy/Lunar crashes on neutron-dhcp-agent updates

2023-07-20 Thread Brian Haley
So this also fails with version 2.89 that is in Lunar? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to dnsmasq in Ubuntu. https://bugs.launchpad.net/bugs/2026757 Title: dnsmasq on Ubuntu Jammy/Lunar crashes on

[Touch-packages] [Bug 1622002] Re: dhcp_release6 can be called when it is not present

2016-09-26 Thread Brian Haley
Christian - I believe we added dnsmasq in order to see about getting v2.76 into LTS (xenial) since having a better dhcpv6 stateful offering would be a good thing. It's currently only in Y. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1622002] Re: dhcp_release6 can be called when it is not present

2016-09-15 Thread Brian Haley
The NoFilterMatched is actually because the grenade job doesn't automatically update dhcp.filters, I have a fix proposed there that I'll update with this bug info, https://review.openstack.org/#/c/371015/ There is still a fix required for neutron to catch when we don't have dhcp_release6, I'll