• Potential bug with Windows VM backup: "Body Timeout Error"

    Backup
    54
    3
    2 Votes
    54 Posts
    6k Views
    C
    Amazing timing. I have been having this issue with a VM I just set up and I came here to find out if this is a known problem, only to discover that the 97 patches I have been planning to install tonight are going to fix it.
  • 0 Votes
    2 Posts
    29 Views
    olivierlambertO
    That's a very interesting feedback! Can you create it at https://feedback.vates.tech ? Thank you!
  • "Guest tools status"

    Migrate to XCP-ng
    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • XCP-ng 8.3 updates announcements and testing

    Pinned News
    413
    1 Votes
    413 Posts
    157k Views
    A
    @gduperrey Of course, the order matters. Now everything seems to be clear.
  • XCP-ng center 25.04.0 does not see guest-tools.iso

    XCP-ng
    5
    1
    0 Votes
    5 Posts
    238 Views
    D
    Thank you for the input everyone. I've tested XenAdminQt and it sees iso library, thank you for advice! Reason for using XCP-ng center is ease of use/simplicity during quick testing deployments in comparison to XO.
  • ESXi 8.0.3 → XCP-ng 8.3 imports boot time slow

    Migrate to XCP-ng
    7
    0 Votes
    7 Posts
    114 Views
    F
    This was related to a very large number of snapshots attached to the VMs. This was cause by a bug with backup not cleaning up snapshots if an iso was attached. I was told this was fixed with the latest update.
  • Unable to create XOSTOR volume

    XOSTOR
    6
    1 Votes
    6 Posts
    154 Views
    SuperDuckGuyS
    @alcoralcor Thanks for the info. I thought maybe I was using too many disks, so I've tried creating disk groups of 3-4 drives with the same issue.
  • VHD Check Error

    Backup
    12
    1
    0 Votes
    12 Posts
    146 Views
    A
    @Pilow While that could be true only 1 vm was shuffled to another SR. But all VMs now being backup with CBT enabled. Well... i just check again at backups and after the last scheduled backup at 1am all vms fell back to full backup again.
  • 0 Votes
    11 Posts
    155 Views
    M
    @dinhngtu Looking forward to that! I'll stick with the Rust guest utilities for the time being—hope to see that new release soon!
  • 🛰️ XO 6: dedicated thread for all your feedback!

    Pinned Xen Orchestra
    143
    6 Votes
    143 Posts
    14k Views
    P
    @acebmxer said: When creating vm in v6 and renaming the disk name. You can only enter 1 letter at a time. You have to keep clicking then typing the next letter. No other field has this issue. JS focus problem, should be easy to fix by the devs
  • OPNsense in VM - VIF discrepancies

    Management
    1
    1
    0 Votes
    1 Posts
    22 Views
    No one has replied
  • Delta Backup not deleting old snapshots

    Backup
    7
    1
    0 Votes
    7 Posts
    205 Views
    A
    @florent XO also can't migrate a VM to a new pool with a CD in the drive... It does generate an error, but the error is unclear.
  • Migrations after updates

    Xen Orchestra
    12
    2
    0 Votes
    12 Posts
    186 Views
    A
    all but 1 vm is on host 2..... with the current above setting for home lab. [image: 1773259592506-screenshot-2026-03-11-160543.png]
  • Unable to define count of CPUs during VM create

    Solved REST API
    7
    1
    0 Votes
    7 Posts
    102 Views
    A
    @MathieuRA Glad to see this finally fixed. I brought this up a while ago... https://xcp-ng.org/forum/post/102102
  • Just FYI: current update seams to break NUT dependancies

    XCP-ng
    3
    0 Votes
    3 Posts
    104 Views
    F
    @bogikornel said: yum update --exclude=net-snmp* You made my day. Works fine and I have learned something new. Thank you for your quick help!
  • OpenBSD UEFI install/boot panics.

    Compute
    3
    3
    0 Votes
    3 Posts
    74 Views
    semarieS
    Having help from OpenBSD side could be the way to go. Please forward your report to bugs@openbsd.org (with a link to this post too) For the record, I am able to reproduce it too (on XCP-ng 8.3 too, using OpenBSD -current).
  • backup mail report says INTERRUPTED but it's not ?

    Backup
    115
    5
    0 Votes
    115 Posts
    6k Views
    M
    @florent Thanks for the reply. I will rebuild XO and test with current master.
  • 0 Votes
    1 Posts
    24 Views
    No one has replied
  • After Update XO wont start

    Xen Orchestra
    4
    1
    1 Votes
    4 Posts
    98 Views
    florentF
    patch done by @bastien-nollet
  • Ubuntu 24.04 VMs not reporting IP addresses to XCP-NG 8.2.1

    XCP-ng
    9
    5
    0 Votes
    9 Posts
    4k Views
    M
    Commenting for my future self and others as I just came across this issue too and it's not overly well documented and comments on the forums are often missing a a full story for how to debug and get this working...... When using Ubuntu 24.04, the usual apt method of installing XE Guest Utilities via the command; apt-install xe-guest-utilities Works, but doesn't. It successfully brings through the Memory information through to XO/XOA/XCP-ng Server, but not the IP Address, which is a tad strange. When checking the version of xe-guest-utilities that is contained within the APT Repository that comes configured out of the box with Ubuntu 24.04 using the following command; apt info xe-guest-utilities You can see the response is that it is running version "7.20.2-0" (as at the time of writing, which is before running an apt update command. Even when after running an update command; sudo apt update Then checking what packages are available to be updated using the following command; apt list --upgradable xe-guest-utilities wasn't available for an update past this point unfortunately. So to uninstall xe-guest-utilities installed via APT, simply run the following command; sudo apt remove xe-guest-utilities Then install via XO/XOA/XCP-ng Guest-Tools.iso Mount + Command Line by following these steps. Firstly, Select the guest-utilities.iso from the Disk within the XO/XOA/XCP-ng Platform for the VM. Then SSH into the box/console view and run the following commands; sudo mount /dev/cdrom /mnt sudo bash /mnt/Linux/install.sh sudo umount /dev/cdrom What you will notice when you run the second command is that gets installed here is "xe-guest-utilities_7.30.0.12_amd64.deb" - So is further ahead. Then you'll need to use the following commands to start the service on boot and also start the service. systemctl enable xe-linux-distribution.service systemctl start xe-linux-distribution.service And that now results in the IP Address of the virtual machine flowing through to XO/XOA/XCP-ng, which ever you are using.