That's indeed more on @Team-Hypervisor-Kernel side. Maybe a driver/firmware version mismatch?
Posts
-
RE: XCP-ng 8.3: Broadcom BCM57414 `bnxt_en` Driver Fails to Probe on HPE DL380a Gen12
-
RE: IPMI/ IDRAC (XAPI)
So, it seems not an easy task downgrading due to dependencies. -Fixed some, but more coming up..
Anyway, thanks for replying @yann. I will put it to rest and just wait a bit...Downgrading just
ipmitoolshould not cause dependency issues. Maybe you tried to apply my original suggestion of downgradingxcp-ng-xapi-plugins? -
RE: New Rust Xen guest tools
HI @andrew,
Thanks for the report. Would you mind opening an issue in https://gitlab.com/xen-project/xen-guest-agent/-/work_items?
-
RE: IPMI/ IDRAC (XAPI)
yann said:
After updating to XCP-ng 8.3 (March 2026), IPMI / iDRAC information fails in both XO5 stable and XO6 stable (built from sources).
It is thrown a XENAPI_PLUGIN_FAILURE log line for failure of the "ipmitool lan print" which works fine on the (DELL) node(s).Thanks for this report!
Can you please check if just
yum downgrade xcp-ng-xapi-plugins-0:1.12.0-1.xcpng8.3.noarchmakes the plugin work again, and it does can you please provide the output ofipmitool lan printfor both package versions?Actually, don't bother with the plugins, the regression comes from the
ipmitoolpackage. You can downgrade that one to get the functionality back, we're on it. -
RE: IPMI/ IDRAC (XAPI)
After updating to XCP-ng 8.3 (March 2026), IPMI / iDRAC information fails in both XO5 stable and XO6 stable (built from sources).
It is thrown a XENAPI_PLUGIN_FAILURE log line for failure of the "ipmitool lan print" which works fine on the (DELL) node(s).Thanks for this report!
Can you please check if just
yum downgrade xcp-ng-xapi-plugins-0:1.12.0-1.xcpng8.3.noarchmakes the plugin work again, and it does can you please provide the output ofipmitool lan printfor both package versions? -
RE: XO-Lite ne se lance plus
@jsajous26 xolite n'est pas un service, c'est juste une appli web servie par XAPI, qui est owner du port 80 (le port 443 est lui servi par
stunnel@xapi).
Si xapi n'a pas démarré, il doit y avoir un gros soucis. Je commencerais par unsystemctl list-units --failedpour voir l'étendue des dégats. Si xapi a échoué à démarrer,xensource.logdevrait avoir des détails. -
RE: New Rust Xen guest tools
@Tristis-Oris yes it is likely you're using a newer kernel, we likely need to rebuild the agent using a newer version of the netlink crate.
-
RE: Intel x710-t2l Problems
@wlp94114 for example, did you get any warnings in the kernel logs about the firmware version mismatch?
-
RE: Intel x710-t2l Problems
@wlp94114 said in Intel x710-t2l Problems:
The x710 series has a reputation for being picky about driver and nvram versions.
Out of curiosity, is there anything reported by the linux driver that would allow make the situation obvious?
-
RE: WiFi controller not recognized during XCP-NG install
@hoehnp we're aiming at sharing a very first public version before end of year, but don't hope for it to be anything complete or stable

-
RE: Remote desktop on Gnome hangs randomly
Since GPU passthrough is involved I'd ping @Team-Hypervisor-Kernel
-
RE: WiFi controller not recognized during XCP-NG install
@rhkean note we did not publish any build yet (there is code available, but I wouldn't advise anyone to jump on it yet
) -
RE: WiFi controller not recognized during XCP-NG install
Hi @rhkean,
You should first check that the hardware in question is supported by a driver in Linux 4.19, or possible to build out of tree for that kernel.
I'd think you will have more chances of success on a recent laptop with the upcoming XCP-ng 9
-
RE: New Rust Xen guest tools
@john.c OK, that will be useful when the repo is signed, but for now I don't see what adverse effect it can have. Do I miss something?
Also we try to avoid breaking support for older OS versions, so we'll likely continue to advertise the old format for older versions of Debian.
-
RE: New Rust Xen guest tools
@flakpyro the old format is still supported, and actually the
[trusted=yes]in the old-style configuration shown in the release notes does work in my quick test with our own Debian 13 hub template. -
RE: New Rust Xen guest tools
@olivierlambert updating the README will be quick enough... but if the sig is indeed mandatory we need to setup something for this first... and autosigning from a CI rather requires doing that on a trusted runner rather than on gitlab-provided ones, so that requires some provisioning and IT work first.
-
RE: New Rust Xen guest tools
@olivierlambert yes, and that's a known issue. The protocol used to communicate with XAPI only allows to report info for VIFs (and SR/IOV, with support coming with in a PR). We can likely implement something by querying the status of bridge devices and listening to their changes like we do for the VIFs, and report those for the VIFs that are part of bridges - but it's a bit more than just "parsing br0"
.Opened https://gitlab.com/xen-project/xen-guest-agent/-/issues/24
-
RE: New Rust Xen guest tools
@David_5.1 a new issue would be better. Thanks fo your feedback!
-
RE: Memory reporting incorrect values
@fred974 there is an undeclared conflict between the
xe-guest-utilitiesin the ISO andxenstore-utils, you can install the former after removing the latter (but yes, it is a problem, the Go implementation ofxenstoretools should not be in this package).