XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Home
    2. Alexander 0
    3. Posts
    A
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 41
    • Groups 0

    Posts

    Recent Best Controversial
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      @olivierlambert thanks. I asked. No estimate.

      posted in Compute
      A
      Alexander 0
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      Is there any news about Nested Hyper-V support?

      posted in Compute
      A
      Alexander 0
    • RE: APC Smart-UPS with NIC - which service to use apcupsd or NUT?

      @Strebor
      You can download it from here:
      https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/a/apcupsd-3.14.14-18.el7.x86_64.rpm
      and install.
      That is easiest way.
      Or you may enable epel repository and install from it.

      posted in Compute
      A
      Alexander 0
    • RE: XCP-ng, Hyper-V and VBS

      @olivierlambert Hi Oliver,
      Did you have a chance to talk about nested virtualization on xen summit?

      posted in Compute
      A
      Alexander 0
    • RE: APC Smart-UPS with NIC - which service to use apcupsd or NUT?

      @Ajmind-0 apcupsd will be most straightforward way.
      I'm currently use apcupsd on xcp-ng hypervisors. One of them connected to UPS cable and other take information from apcupsd netserver.
      I also have NUT that take information from apcupsd via apcupsd-ups driver. This NUT I need for synology and qnap NASes.

      posted in Compute
      A
      Alexander 0
    • RE: Xen Orchestrta as systemd service

      @olivierlambert it is pretty outdated 😉
      And this is only proposition to add such option to docs.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XCP-ng, Hyper-V and VBS

      @tzerod I'm waiting for this too

      posted in Compute
      A
      Alexander 0
    • RE: Xen Orchestrta as systemd service

      @olivierlambert I think using just systemd is more straightforward then forever via systemd.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XCP-ng, Hyper-V and VBS

      @tzerod Nested Virtualization doesn't work with Windows guests in Xen.
      The same will be in Xen Server, Citrix Hypervisor and Oracle VM Server.

      posted in Compute
      A
      Alexander 0
    • Xen Orchestrta as systemd service

      Could you please add a way to run xen orchestra as service via systemd in xen orchestra manual?
      For example I'm using script like this:

      root@xoa-test:~# cat /usr/lib/systemd/system/xo-server.service
      
      [Unit]
      Description= XO Server
      After=network-online.target
      
      [Service]
      WorkingDirectory=/opt/xen-orchestra/packages/xo-server/
      ExecStart=/usr/bin/yarn start
      Restart=always
      SyslogIdentifier=xo-server
      
      [Install]
      WantedBy=multi-user.target
      
      
      posted in Xen Orchestra
      A
      Alexander 0
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      @olivierlambert thank you for your comment.

      posted in Compute
      A
      Alexander 0
    • RE: Nested Virtualization of Windows Hyper-V on XCP-ng

      Is there any updates on nested virtualization and hyper-v?

      I've tried to run docker on windows 10 vm and didn't succeed on this.

      posted in Compute
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      @olivierlambert Thanks. My other instance is on Ubuntu. It updated without problems.
      But it seems new version have problems with session timeout. Now It logging out few times a day)

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      @olivierlambert so Centos 7 is not supported now? And I have to upgrade to Centos stream?

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      Centos 7 have glibc_2.17 and it can't be upgraded because all system build on this version.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      [centos@xoa ~]$ cat /etc/centos-release
      CentOS Linux release 7.9.2009 (Core)

      with latest update installed.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: XO from source Centos7 GLIBC_2.25 missing error

      @olivierlambert I think so.

      I have used standard command sequence:

      $ git checkout .

      $ git pull --ff-only
      $ yarn
      $ yarn build

      posted in Xen Orchestra
      A
      Alexander 0
    • XO from source Centos7 GLIBC_2.25 missing error

      Hi!
      Today I tried update my xen orchestra on CentOS7 and got this error:
      Jul 07 12:09:54 xoa xo-server[42982]: Error: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /opt/xen-orchestra/node_modules/argon2/lib/binding/napi-v3/argon2.node)

      All listing form journalctl is here:

      Jul 07 12:09:52 xoa xo-server[42982]: yarn run v1.22.19
      Jul 07 12:09:52 xoa xo-server[42982]: $ node dist/cli.mjs
      Jul 07 12:09:54 xoa xo-server[42982]: node:internal/modules/cjs/loader:1189
      Jul 07 12:09:54 xoa xo-server[42982]: return process.dlopen(module, path.toNamespacedPath(filename));
      Jul 07 12:09:54 xoa xo-server[42982]: ^
      **Jul 07 12:09:54 xoa xo-server[42982]: Error: /lib64/libc.so.6: version `GLIBC_2.25' not found (required by /opt/xen-orchestra/node_modules/argon2/lib/binding/napi-v3/argon2.node)**
      Jul 07 12:09:54 xoa xo-server[42982]: at Object.Module._extensions..node (node:internal/modules/cjs/loader:1189:18)
      Jul 07 12:09:54 xoa xo-server[42982]: at Module.load (node:internal/modules/cjs/loader:981:32)
      Jul 07 12:09:54 xoa xo-server[42982]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
      Jul 07 12:09:54 xoa xo-server[42982]: at Module.require (node:internal/modules/cjs/loader:1005:19)
      Jul 07 12:09:54 xoa xo-server[42982]: at require (node:internal/modules/cjs/helpers:102:18)
      Jul 07 12:09:54 xoa xo-server[42982]: at Object.<anonymous> (/opt/xen-orchestra/node_modules/argon2/argon2.js:6:25)
      Jul 07 12:09:54 xoa xo-server[42982]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
      Jul 07 12:09:54 xoa xo-server[42982]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
      Jul 07 12:09:54 xoa xo-server[42982]: at Module.load (node:internal/modules/cjs/loader:981:32)
      Jul 07 12:09:54 xoa xo-server[42982]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
      Jul 07 12:09:54 xoa xo-server[42982]: at Module.require (node:internal/modules/cjs/loader:1005:19)
      Jul 07 12:09:54 xoa xo-server[42982]: at require (node:internal/modules/cjs/helpers:102:18)
      Jul 07 12:09:54 xoa xo-server[42982]: at Object.<anonymous> (/opt/xen-orchestra/node_modules/hashy/index.js:124:4)
      Jul 07 12:09:54 xoa xo-server[42982]: at Module._compile (node:internal/modules/cjs/loader:1105:14)
      Jul 07 12:09:54 xoa xo-server[42982]: at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10)
      Jul 07 12:09:54 xoa xo-server[42982]: at Module.load (node:internal/modules/cjs/loader:981:32)
      Jul 07 12:09:54 xoa xo-server[42982]: at Function.Module._load (node:internal/modules/cjs/loader:822:12)
      Jul 07 12:09:54 xoa xo-server[42982]: at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:170:29)
      Jul 07 12:09:54 xoa xo-server[42982]: at ModuleJob.run (node:internal/modules/esm/module_job:198:25)
      Jul 07 12:09:54 xoa xo-server[42982]: at async Promise.all (index 0)
      Jul 07 12:09:54 xoa xo-server[42982]: at async ESMLoader.import (node:internal/modules/esm/loader:385:24)
      Jul 07 12:09:54 xoa xo-server[42982]: at async loadESM (node:internal/process/esm_loader:88:5) {
      Jul 07 12:09:54 xoa xo-server[42982]: code: 'ERR_DLOPEN_FAILED'
      Jul 07 12:09:54 xoa xo-server[42982]: }
      Jul 07 12:09:54 xoa xo-server[42982]: error Command failed with exit code 1.
      Jul 07 12:09:54 xoa xo-server[42982]: info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
      Jul 07 12:09:54 xoa systemd[1]: xo-server.service: main process exited, code=exited, status=1/FAILURE
      Jul 07 12:09:54 xoa systemd[1]: Unit xo-server.service entered failed state.
      Jul 07 12:09:54 xoa systemd[1]: xo-server.service failed.
      Jul 07 12:09:54 xoa systemd[1]: xo-server.service holdoff time over, scheduling restart.
      Jul 07 12:09:54 xoa systemd[1]: Stopped Xen-Orchestra server.
      -- Subject: Unit xo-server.service has finished shutting down
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit xo-server.service has finished shutting down.
      Jul 07 12:09:54 xoa systemd[1]: Started Xen-Orchestra server.
      -- Subject: Unit xo-server.service has finished start-up
      -- Defined-By: systemd
      -- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel
      --
      -- Unit xo-server.service has finished starting up.
      --
      -- The start-up result is done.
      
      posted in Xen Orchestra
      A
      Alexander 0
    • RE: xo-server/bin doesn't exist after updating with yarn build.

      I had same issue.
      doing: git clean -d -f
      and then running yarn build again helped.

      posted in Xen Orchestra
      A
      Alexander 0
    • RE: Delta backup footer1 !== footer2 error

      @mrnaz the fixed it in version 5.58.1. So update helped.

      posted in Xen Orchestra
      A
      Alexander 0