• Host lockups during data transfers

    5
    0 Votes
    5 Posts
    305 Views
    F
    @AtaxyaNetwork Hi yes, Sorry I'm not super experienced in this area at all. I'm SSHd into the host and just ran dmesg -T in the root. [image: 1771509732474-0583e493-4d70-40b7-afc0-a88b0d9fd1a4-image.png]
  • Host compatibility

    5
    1
    0 Votes
    5 Posts
    321 Views
    DanpD
    @acebmxer There are older versions of the guest tools still available on Github.
  • ASUS NUC NUC14MNK-B LAN problems

    7
    0 Votes
    7 Posts
    385 Views
    olivierlambertO
    We do upgrade drivers, especially via alt, it's pretty safe (LTS doesn't mean frozen drivers). @stormi could confirm.
  • Dell R720 | 620 PCI-E Pass Through

    4
    0 Votes
    4 Posts
    344 Views
    jbamfordJ
    Good afternoon, I have resolved the problem. Domo was trying to use the network Controller. Fixed it by using, /opt/xensource/libexec/xen-cmdline --set-dom0 "xen-pciback.hide=(0000:44:00.0)(0000:44:00.1)(0000:45:00.0)(0000:45:00.1)" reboot xl pci-assignable-list Xen Orchestra now allows PCI Networking Card to Pass-Through the VM. Regards
  • Recommended DELL Hardware ?

    12
    0 Votes
    12 Posts
    987 Views
    DanpD
    @DustinB said in Recommended DELL Hardware ?: Doesn't using non-shared storage ultimately cause the VM to be started on the other host? No. Live migration can occur between hosts even if: the VDI are located on non-shared storage the hosts are in completely different pools For the cross pool migration to succeed, both pools need to support a common instruction set. Otherwise, use the Warm Migration feature that does reboot the VM so that it is running the correct instruction set on the destination host.
  • Old DELL 2950 with E5430@2.66GHz

    10
    0 Votes
    10 Posts
    514 Views
    A
    @whyberg Nope... that feature is part of the CPU. But is that the actual problem? Maybe... As that machine is too old to do any real work, it's a fine toy. There are better faster cheap test machines available.
  • Intel x710-t2l Problems

    24
    0 Votes
    24 Posts
    6k Views
    yannY
    @wlp94114 for example, did you get any warnings in the kernel logs about the firmware version mismatch?
  • Nabu Casa ZBT-2

    7
    0 Votes
    7 Posts
    514 Views
    olivierlambertO
    Ahh excellent news. So indeed the new kernel sees the device USB policy will be improved in the future so it's kept after updates, so doing it once will be enough. Thanks for testing!
  • DELL PERC H965i logicals blocks size 512 failed

    3
    0 Votes
    3 Posts
    565 Views
    olivierlambertO
    Hi! See https://docs.xcp-ng.org/releases/release-8-3/#4k-native-disks and https://docs.xcp-ng.org/storage/#largeblock-sr Note that qcow2 format is supporting 4k natively, and it's in release candidate stage, maybe the right approach in a near future
  • Unkown PCI device attached to VM

    4
    0 Votes
    4 Posts
    408 Views
    Bastien NolletB
    Hi @champagnecharly , On the XO side, it seems that this PCI has an empty string ID, which doesn't enable us to delete it. We'll have to do some tests to find out how to prevent that. We might have trouble reproducing the issue, so would you mind helping us with the tests? You would need to add this piece of code on file xo-server/dist/xapi-object-to-xo.mjs before the line that start with if (isHvm) { (that should be near line 475) if ((_vm$attachedPcis = vm.attachedPcis) !== null && _vm$attachedPcis !== void 0 && _vm$attachedPcis.includes('')) { warn('Empty string PCI id:', otherConfig.pci); } then restart xo-server and look at the output of journalctl, there should be some lines looking like: 2026-01-30T09:26:17.763Z xo:server:xapi-objects-to-xo WARN Empty string PCI id:
  • 0 Votes
    10 Posts
    2k Views
    GuillaumeHullinG
    @samuelolavo Yes, I do use NUT, but I don’t want to install any additional packet on XCP-ng. The way I found leverage the SSH authorized keys restrictions, and so you only need to change one file. Thanks for the link anyway
  • Does dom0 require a GPU?

    10
    0 Votes
    10 Posts
    1k Views
    olivierlambertO
    Does it work as you wanted now? If yes, probably something we can put in our official doc! Ping @thomas-dkmt
  • XCP-ng 8.3 Host Crash Log Help

    2
    1
    0 Votes
    2 Posts
    238 Views
    olivierlambertO
    Hi, In those cases, my first bet is a memtest to check the RAM and CPU.
  • Intel Core Ultra iGPU passthrough

    10
    5
    0 Votes
    10 Posts
    1k Views
    A
    @TeddyAstie Sure thing: xl_dmesg.txt Dom0_dmesg.txt DomU_dmesg.txt
  • XCP-NG 8.3 Crash on Shutdown - HP DL360 g9

    6
    0 Votes
    6 Posts
    638 Views
    D
    hardware_report_2025-12-12_17-20-47.txt lspci.txt mlx.txt pci.txt Diagnostic logs
  • Fibre Channel on Lenovo (Hardware Compatibility)?

    1
    0 Votes
    1 Posts
    142 Views
    No one has replied
  • WiFi controller not recognized during XCP-NG install

    10
    0 Votes
    10 Posts
    1k Views
    yannY
    @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
  • iGPU Passsthrough Minis forum bd795i SE

    2
    0 Votes
    2 Posts
    562 Views
    marcoiM
    @Joe_dev I have a MF unit with similar igpu. I was not able to get it working under any virtualization platform. There is something about amd igpu that makes passing it hard. I believe some have had it working under proxmox with custom kernel and video bios. I never bothered trying all that out so i just gave up on the unit.
  • GPU Passthrough no monitor output

    2
    1
    0 Votes
    2 Posts
    334 Views
    V
    Maybe that's my issue ? Investing this part # journalctl -k | grep -i nvidia [image: 1763219509282-aaed86b6-1384-434e-ac5d-bca510405f33-image.png]
  • Remote desktop on Gnome hangs randomly

    7
    0 Votes
    7 Posts
    1k Views
    yannY
    Since GPU passthrough is involved I'd ping @Team-Hypervisor-Kernel