Hello,
I have a VMWare virtualization environment and a guest FreeBSD version that are both deprecated (ESXi 6.5 and FreeBSD 11, unfortunately -CURRENT which doesn't help). I am in the process to move to Proxmox, and upgrade to FreeBSD 14 -RELEASE), but on one site I have an issue which cannot wait for upgrade, and where I need to avoid rebooting.
When I try to add a virtual Interface (VMX3 to stay consistent with the other interfaces), it seems to be added correctely and then it disappears within seconds, as I can see in dmesg :
All solutions found on the Internet point to : shutdown, addition of the virtual interface, and then restart.
Although I am aware that we should upgrade everything here, I still believe I am missing a way to make this work, since the hotplug works at first. By any luck does anyone has a clue on how to disable the mechanism detaching the Interface straight away after hot plugging it?
Thank you in advance.
I have a VMWare virtualization environment and a guest FreeBSD version that are both deprecated (ESXi 6.5 and FreeBSD 11, unfortunately -CURRENT which doesn't help). I am in the process to move to Proxmox, and upgrade to FreeBSD 14 -RELEASE), but on one site I have an issue which cannot wait for upgrade, and where I need to avoid rebooting.
When I try to add a virtual Interface (VMX3 to stay consistent with the other interfaces), it seems to be added correctely and then it disappears within seconds, as I can see in dmesg :
Code:
Jan 26 22:15:50 server02 kernel: pcib13: Attention Button Pressed: Detaching in 5 seconds
Jan 26 22:15:50 server02 kernel: pci12: <ACPI PCI bus> on pcib13
Jan 26 22:15:50 server02 kernel: vmx9: <VMware VMXNET3 Ethernet Adapter> at device 0.0 on pci12
Jan 26 22:15:50 server02 kernel: vmx9: Ethernet address: 00:50:56:86:f0:5e
Jan 26 22:15:50 server02 kernel: vmx9: link state changed to UP
Jan 26 22:15:55 server02 kernel: vmx9: detached
Jan 26 22:15:55 server02 kernel: pci12: detached
Although I am aware that we should upgrade everything here, I still believe I am missing a way to make this work, since the hotplug works at first. By any luck does anyone has a clue on how to disable the mechanism detaching the Interface straight away after hot plugging it?
Thank you in advance.