XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. runevn
    3. Topics
    R
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 10
    • Posts 43
    • Groups 0

    Topics

    • R

      Change the network device for remotes throws "mount.nfs: Connection timed out"

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      5
      0 Votes
      5 Posts
      129 Views
      R
      @olivierlambert Oh my... I totally forgot to change the network interface on XO after the change. That was my mistake. Sorry. But thanks a million for pointing it out.
    • R

      Any smart way to test and verify cloud-init config in XO?

      Watching Ignoring Scheduled Pinned Locked Moved Advanced features
      4
      0 Votes
      4 Posts
      987 Views
      D
      @runevn A bit more from my 'troubleshooting notes' I gathered back when I was prototyping a lot of very complex configurations and worked with Chad Smith: Test user-data rendering: cloud-init query --format "$(sudo cloud-init query userdata)" Test jinja template rendering: cloud-init query --format="$( cat test.cfg )" # test.cfg would be the test cloud-config.cfg file to render Test jinja template detailed: cloud-init devel render test.cfg -d Query metadata: cloud-init query -f {{v1.distro}} ========= Debug user-data rendering ============= cloud-init devel render /var/lib/cloud/instance/user-data.txt -d Check actual seed file from provider cloud-init devel render /var/lib/cloud/seed/nocloud-net/user-data -d On a system where cloud-config wasn't honored, run: sudo cloud-init query --system # or you can add --annotate which will annotate the specific lines where an error is in the #cloud-config YAML per Chad Smith; All cloud-init instance data /var/lib/cloud/instance/ Userdata /var/lib/cloud/instance/user-data.txt Datasource /var/lib/cloud/instance/datasource metadata /run/cloud-init/instance-data.json Seed files from provider/hypervisor: /var/lib/cloud/seed/nocloud-net For anyone doing a deep dive into troubleshooting cloud-init configuration rendering.
    • R

      Can't upgrade XOA from CLI - ENOENT: no such file or directory, mkdir '/tmp/xoa-updater'

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      5
      0 Votes
      5 Posts
      525 Views
      olivierlambertO
      haha so it was that Lucky guess or experience, call that the way you want
    • R

      Any performance advantage of running a dual CPU setup when using under half of the cores?

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      3
      0 Votes
      3 Posts
      358 Views
      R
      @Andrew thanks for your reply. I have more than enough cores and memory slots for one CPU so I guess I’ll put one of the CPUs in the drawer.
    • R

      Backup job fails after restoring XO from Backup - ENOENT: no such file or directory, uv_cwd

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      4
      0 Votes
      4 Posts
      1k Views
      R
      @olivierlambert Thanks.
    • R

      xo-server/bin doesn't exist after updating with yarn build.

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      25
      0 Votes
      25 Posts
      6k Views
      A
      I had same issue. doing: git clean -d -f and then running yarn build again helped.
    • R

      Can't add NFS Remote

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      6
      1
      0 Votes
      6 Posts
      2k Views
      R
      @olivierlambert Thanks! I did that and now it is just works. Thanks for the help!
    • R

      Should I physical seperate VMs exposed to the internet from LAN VMs? And some security questions

      Watching Ignoring Scheduled Pinned Locked Moved Compute
      6
      0 Votes
      6 Posts
      994 Views
      R
      @jedimarcus Okay - and once again. Thanks for your help.
    • R

      Can't boot Windows 10 VM - Boots into UEFI Interactive Shell

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      6
      1
      0 Votes
      6 Posts
      13k Views
      D
      @runevn said in Can't boot Windows 10 VM - Boots into UEFI Interactive Shell: I found the solution. I had to press enter during the boot to boot into the "CD-ROM drive". Guuuuh. Thank you for coming back and posting this.
    • R

      Can't connect to server. Error message: Not Found

      Watching Ignoring Scheduled Pinned Locked Moved Solved Xen Orchestra
      13
      0 Votes
      13 Posts
      9k Views
      olivierlambertO
      No worries, if we knew the answer it means we made the mistake ourselves in the past. Isn't that the goal of a great Open Source community? Sharing knowledge and code