[Bug 2118926] Re: Breaking change in kernel 6.9 (Netlink)

2025-07-28 Thread Fabrizio Lungo
Kernel 6.9 is part of the HWE line of kernels, so the easiest way to resolve (if possible), is to revert to the default kernel for 24.04. 1. Ensure that a non-hwe kernel is installed and remove the hwe virtual packages `apt install linux-image-generic linux-tools-generic linux-image-generic-hwe-

[Bug 2118926] [NEW] Breaking change in kernel 6.9 (Netlink)

2025-07-28 Thread Fabrizio Lungo
Public bug reported: Kernel 6.9 seems to have changed AF_NETLINK behavior slightly making booth unable to start. Previously it was expected only first item in the message can be NLMSG_DONE or NLMSG_ERROR type. And it looks this was true for Kernel < 6.9. With kernel 6.9 this is no longer true,

[Bug 1920755] [NEW] ip route parsing fails with multipath routing

2021-03-22 Thread Fabrizio Lungo
Public bug reported: The systemd unit provided in the Ubuntu package attempts to parse the output of `ip route show to exact 0/0` in order to automatically populate with the `-P` flags for each next hop. Unfortunately this parsing is not robust and breaks on a host with multipath routing. This is