Describe the bug With some Linux distros, after moving the interface to an OVS bridge as an uplink and renaming it (e.g. from eth0 to eth0~), it fails to create a new bridge interface with the same name to move the host interface IP and ...
Kernel Version = 6.8.0-48-generic Hypervisor = Cloud-Hypervisor v41.0 Runtime = Kata-runtime Kata version = 3.10.1 Steps to reproduce the bug Step 1: Enable full debug using steps fromhttps://github.com/kata-containers/kata-containers/blob/main/docs/Developer-Guide.md#enable-full-debug Ste...
Isc dhcpd - Failed to start isc-dhcp-server.service: Unit, Assuming that you want to start the DHCP server, you should unmask the service: ` systemctl unmask isc-dhcp-server. After that you should be able to start it with systemctl start isc-dhcp-server` and maybe you want to make ...
In trying to debug the segmentation fault, I think it's a side-effect of the multicast join not working, but I've been able to follow through to find that Spdp::SpdpTransport::join_multicast_group() is called 3 times. Debugging this bit of code: void Spdp::SpdpTransport::join_multicas...