On 8/14/25 6:32 PM, Jonathan Wiltshire wrote:
Control: tag -1 moreinfo On Mon, Aug 11, 2025 at 04:53:16PM +0200, Thomas Goirand wrote:A few changes (3 changes) are needed for ikvswitch to use Trixie VMs at its core and for it to work correctly. 1/ First, in its config file, ikvswitch.conf, I changed: DEBIAN_RELEASE=bookworm by: DEBIAN_RELEASE=trixieDidn't this cause problems even before trixie's release? If not why?
No, it did not. It's just it was forgotten.
2/ I added "|| true" to "ip link set down dev ${HOST_IPMI_BRIDGE_NAME}" to make it graceful if the interface doesn't exist when tearing down host networking. This makes the script indenpotent. 3/ Enable forwarding in /etc/sysctl.d in /usr/bin/ikvswitch-setup, as /etc/sysctl.conf doesn't exist anymore in Trixie.Are these fixed in sid? I see no tracking bugs.
Yes, in version 1.0.5.There's no bug unless one uses DEBIAN_RELEASE=trixie, as when doing so, sysctl.conf is gone.
Cheers, Thomas Goirand (zigo)