XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Mathieu
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 51
    • Groups 0

    Mathieu

    @Mathieu

    14
    Reputation
    15
    Profile views
    51
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online
    Age 42

    Mathieu Unfollow Follow

    Best posts made by Mathieu

    • RE: Excluding a VM from health checks

      I make it the other way, I add a tag for the VM I want a health check to happen, and no tag if I don't want a health check.

      Then, in the backup's schedule, I add my tag:

      4c2f230b-5e39-43e6-8f17-aa8d6aa4c193-image.png

      posted in Backup
      MathieuM
      Mathieu
    • RE: How to install Windows Server 2022 with XO?

      Have you enabled uefi and secure boot for that VM (in the Advanced Tab)?

      posted in Xen Orchestra
      MathieuM
      Mathieu
    • RE: Endless Xapi#getResource /rrd_updates in tasks list

      I'm gonna try the same and will let you know.

      posted in XCP-ng
      MathieuM
      Mathieu
    • RE: Endless Xapi#getResource /rrd_updates in tasks list

      @olivierlambert
      Yes, confusing, indeed 😄
      I just now restarted XO and the toolstack one more time to be sure. Yesterday, it was OK at the beginning but the issue reappeared after a few hours.
      I'll let you know ASAP.

      posted in XCP-ng
      MathieuM
      Mathieu
    • RE: Endless Xapi#getResource /rrd_updates in tasks list

      @olivierlambert
      I mean if use commit 0ccfd4b, there is no issue, if I use a more recent one, like the latest 583c7, the issue is appearing.

      posted in XCP-ng
      MathieuM
      Mathieu
    • RE: Endless Xapi#getResource /rrd_updates in tasks list

      @14wkinnersley
      That issue is definitely coming from XO from source, it does not appear with XOA.

      I revert my XO to commit 0ccfd4b and now everything is back to normal.

      I don't know if our issue is also related to self-signed cert, but there's been other issues with latest commit of XO, we should stick to that version until a solution is implemented.

      posted in XCP-ng
      MathieuM
      Mathieu
    • RE: Restoring from backup error: self-signed certificate

      Same issue on my host, with commit 8e5d9.
      I tried the health check, and it is stuck.
      I do not see any error message, the log just says pending.

      I tried a restore check with XOA 5.91.2, no issue on that side, only XO from source seems to be not working.

      posted in Backup
      MathieuM
      Mathieu
    • RE: Multi VMs tags

      @MathieuRA
      OK, thanks for the answer.

      Looking forward for XO6 😉

      posted in Management
      MathieuM
      Mathieu
    • RE: Import from VMware, thin provisioning

      Thanks for the info and the faster than light answer ☄️

      posted in Migrate to XCP-ng
      MathieuM
      Mathieu
    • RE: SAML Auth with Azure AD

      @pierrebrunet
      Hello Pierre,

      Sorry for that late response, but yes, latest version is working fine and has solved the issue.

      Thanks for the fix.

      posted in Xen Orchestra
      MathieuM
      Mathieu

    Latest posts made by Mathieu

    • RE: Netbox IP sync - issue with duplicated address when doing DR backup

      It doesn't work in my case, even though the replicates have different MAC addresses

        "netboxError": [
          {
            "address": [
              "Duplicate IP address found in global table: xxx.xxx.xxx.xxx/xx"
            ]
          },
          {}
      

      Have you done something appart from changing the MAC address?

      posted in Advanced features
      MathieuM
      Mathieu
    • Netbox IP sync - issue with duplicated address when doing DR backup

      Hello,

      I just started to use Netbox and was really happy to see that there's a plugin for XenOrchestra.
      I set it up and it's working as expected on the first sync.

      On the next sync, it didn't succeed because of a duplicated IP address.
      Indeed, my active XO instance is backed up with DR backup on different hosts.
      That means of course that there are halted VM's having the same IP address as the active one.

      Is there any way to avoid the sync of these DR VM to netbox? Perhaps with tagging?
      Or some other workaround?

      I already tried to add that IP address as a VIP address in Netbox, but the sync still fails.

      Thanks,

      posted in Advanced features
      MathieuM
      Mathieu
    • RE: SAML Auth with Azure AD

      @pierrebrunet
      Hello Pierre,

      Sorry for that late response, but yes, latest version is working fine and has solved the issue.

      Thanks for the fix.

      posted in Xen Orchestra
      MathieuM
      Mathieu
    • RE: SAML Auth with Azure AD

      @pierrebrunet
      XO from source, commit 1ee07 from today.

      posted in Xen Orchestra
      MathieuM
      Mathieu
    • RE: SAML Auth with Azure AD

      @pierrebrunet Just posted it above

      posted in Xen Orchestra
      MathieuM
      Mathieu
    • RE: SAML Auth with Azure AD

      @pierrebrunet

      Hello,

      I've updated the cert with signed assertion and response

      a2bbfd50-40ff-4db8-9947-32d0a7902bc7-image.png

      I also tried with a brand new certificate.

      Unfortunately, login is still failing.

      From xo-server:

      Oct 09 08:11:17 xo-ce xo-server[272092]: Error: SAML assertion audience mismatch. Expected: 1671ff50-10e1-4a02-a0c5-4ed298898281 Received: https://XO_DNS_RECORD/
      Oct 09 08:11:17 xo-ce xo-server[272092]:     at /opt/xo/xo-builds/xen-orchestra-202510090759/node_modules/@node-saml/node-saml/src/saml.ts:1264:18
      Oct 09 08:11:17 xo-ce xo-server[272092]:     at Array.map (<anonymous>)
      Oct 09 08:11:17 xo-ce xo-server[272092]:     at SAML.checkAudienceValidityError (/opt/xo/xo-builds/xen-orchestra-202510090759/node_modules/@node-saml/node-saml/src/saml.ts:1259:8)
      Oct 09 08:11:17 xo-ce xo-server[272092]:     at SAML.processValidlySignedAssertionAsync (/opt/xo/xo-builds/xen-orchestra-202510090759/node_modules/@node-saml/node-saml/src/saml.ts:1151:32)
      Oct 09 08:11:17 xo-ce xo-server[272092]:     at SAML.validatePostResponseAsync (/opt/xo/xo-builds/xen-orchestra-202510090759/node_modules/@node-saml/node-saml/src/saml.ts:808:16)
      

      And here is the plug-in configuration:
      c2970287-4c00-4c36-817b-89195e2ce116-image.png

      I'm not expert at all in SAML, sorry not being able to debug deeper.

      posted in Xen Orchestra
      MathieuM
      Mathieu
    • RE: SAML Auth with Azure AD

      Hello,

      Has the saml-auth plugin updated recently ?

      Using XOCE, commit c0065, it was working fine. Updating today to latest release, SAML authentication (Microsoft Entra ID), is not working anymore, I land on a page with a
      'Internal server error' message.

      Thanks,

      posted in Xen Orchestra
      MathieuM
      Mathieu
    • RE: SAML Auth with Azure AD

      @dant123
      Old topic but thanks a lot for your first post, it was quite helpful for me to setup authentification with Microsoft Entra.

      I just didn't get immediately that you also need to specify the callback URL in the XO plugin settings, not only in the enterprise application in the Microsoft portal.

      My XO is behind a reverse proxy with a Let's Encrypt certificate, but it is also working with a self-signed certificate and a local DNS record.

      @olivierlambert Might be worth an addendum in the official documentation with specific screenshots for Microsoft Entra?

      posted in Xen Orchestra
      MathieuM
      Mathieu
    • RE: XCP-ng 8.3 betas and RCs feedback 🚀

      Hello,

      Indeed, disabling NBD for the delta backups, they are no more VDI attached to Dom0.

      My upgrade path was from 8.2.1 stable to 8.3 using the ISO installation.

      posted in News
      MathieuM
      Mathieu
    • RE: XCP-ng 8.3 betas and RCs feedback 🚀

      @Tristis-Oris
      It seems that since updating to 8.3, I also have VDI attached to control domain I cannot delete, they appear after a backup.
      The only solution to forget them is to a pool reboot.

      posted in News
      MathieuM
      Mathieu