• SOC 2 Type 1 Automated Backup Log Collection

    Unsolved soc 2 type 1 backups-reports
    1
    0 Votes
    1 Posts
    129 Views
    No one has replied
  • Transport-XMPP failing to start

    Solved
    22
    0 Votes
    22 Posts
    5k Views
    julien-fJ
    If other people get the UNABLE_TO_VERIFY_LEAF_SIGNATURE error, check that your XMPP server provides the correct certificate chain. You can use OpenSSL for this: $ openssl s_client -connect $domain:$port -starttls xmpp -showcerts </dev/null CONNECTED(00000003) depth=0 CN = $domain verify error:num=20:unable to get local issuer certificate verify return:1 depth=0 CN = $domain verify error:num=21:unable to verify the first certificate verify return:1 depth=0 CN = $domain verify return:1
  • Continuous replication over WAN ?

    13
    0 Votes
    13 Posts
    797 Views
    S
    @olivierlambert Thank you very much Olivier, this is exactly what I want to do!
  • 24 TB VM difficult migration

    2
    0 Votes
    2 Posts
    286 Views
    olivierlambertO
    Hi, You can use the warm migration in your case, yes To me, that's one of the use case where it's safer than a live/hot one.
  • XOA Netbox Sync

    Moved
    2
    3
    0 Votes
    2 Posts
    384 Views
    olivierlambertO
    Hi, Thanks for the feature request This is very very likely a request for a production environment (this level of Netbox customization). It's almost taking 100% of @pdonias' time, so we need to start rationalizing stuff in order to keep some resources to move forward on XO 6. If you have a pro subscription, can you open a feature request ticket? If you don't, it might worth to create an issue on our public Github repo (with all the details) so we can see/discuss there Thank you!
  • Netbox plugin: Error code 400 - Error: Bad Request

    Moved
    32
    1
    0 Votes
    32 Posts
    8k Views
    M
    @pdonias ok I get a correct answer from inside but from outside I'm getting this bad request. The curl gets to the ssl certificate on the net box host, but throws the 400 bad request, when doing from outside the firewall. When testing locally, it works. Let me look this over! Thanks!
  • Help with Command Line Translation to XO Jobs

    Moved
    2
    0 Votes
    2 Posts
    138 Views
    olivierlambertO
    Hopefully someone in the community will guide you, personally I never played with jobs
  • HUB - Recipe - Kubernetes cluster

    Moved
    2
    0 Votes
    2 Posts
    324 Views
    olivierlambertO
    Hi! In theory, you just need to get the Kubernetes key to connect with whatever tool you want to play with the k8s cluster, that's pretty much everything What do you have in mind exactly?
  • VMs migrated from xcp-ng-3 to xcp-ng-3 (the same host!)

    Moved Solved
    4
    1
    0 Votes
    4 Posts
    341 Views
    T
    @pdonias thanks for the update! I took a look at the latest commit and apparently I was right even though it didn't feel right. Thanks again to you all for this amazing set of FOSS tools!
  • Task stuck at "Importing content into VDI XO"

    3
    0 Votes
    3 Posts
    430 Views
    ditzy-oliveD
    @olivierlambert weird, I tried the restart, because I'm doing that a lot now since I have some backup issues. Need to move my old (very old) datacenter to the new XCP-NG Server and after that I can get to upgrading XO.
  • Custom Disknames based on hostname/uuid

    in backlog
    8
    1
    0 Votes
    8 Posts
    519 Views
    julien-fJ
    Not something we want to fix in XO5, I've added it to our roadmap for XO6
  • Netbox sync feature: Keep existing IPs

    Moved
    10
    0 Votes
    10 Posts
    3k Views
    pdoniasP
    Hi @christianuhlmann, we actually already did that for interfaces. Make sure you're up to date and interfaces that you added manually shouldn't get deleted in Netbox anymore. However, for IPs, we can't do that because IPs don't have a UUID in XO/XAPI. We get a list of IPs for each VIF and we have to decide what to do with that.
  • Xen Orchestra netbox sync error

    Moved
    19
    0 Votes
    19 Posts
    2k Views
    yannY
    @pdonias said in Xen Orchestra netbox sync error: So if XAPI isn't supposed to return space-delimited IPs in x/ipv4/x fields, better make sure it's fixed upstream, but from XO's point of view, we're supporting it anyway, now Yes I'd think XAPI should not blindly forwarding information from guest without a minimum of sanitation.
  • Kubernetes cluster recipe not working

    Moved Solved xoa-recipe
    7
    0 Votes
    7 Posts
    893 Views
    B
    It finally work with latest version of xo-server 5.85.
  • Can't get dns to work with cloud-init on debian11

    Moved
    8
    0 Votes
    8 Posts
    1k Views
    olivierlambertO
    Good news! Keep us posted
  • CentOS 8.0 template

    Moved
    1
    0 Votes
    1 Posts
    187 Views
    No one has replied
  • Xscontainer

    Moved
    32
    1
    0 Votes
    32 Posts
    6k Views
    codycryptoC
    @johnnyorange Glad I could help! Took me weeks to figure that out lol....I would caution using that in production though, not sure the security implications for accepting the older key type.
  • Cloud-init success

    Moved
    5
    1 Votes
    5 Posts
    4k Views
    D
    @VGerris said in Cloud-init success: @dj423 thank you, that is really helpful! I also found : https://cloudinit.readthedocs.io/en/latest/reference/examples.html Yes the docs are a huge help when crafting big nuanced config scripts. The lead maintainer Chad Smith gave me some pro-tips as well and was a huge help for me when I was learning that stuff. Yes I agree, Xcp-ng rocks!! Best of luck!
  • Netbox plugin - not syncing if one of pools disabled

    Moved plugins
    6
    3
    0 Votes
    6 Posts
    541 Views
    pdoniasP
    @Tristis-Oris This should be fixed, now. If a pool is disabled or can't be found, you'll get an error message in the logs and the pool will simply be ignored. See https://xen-orchestra.com/blog/xen-orchestra-5-85/#️-netbox.
  • Can xcp-ng be use to resell VPS?

    Moved
    14
    0 Votes
    14 Posts
    801 Views
    F
    @olivierlambert said in Can xcp-ng be use to resell VPS?: Basically, the XO CLI uses introspection so you can list all the available API calls you can do. Thank you. That's a good way to learn it. I'll see what I can do with it