@julien-f Plugin works! Thank you.
Best posts made by Alexander 0
-
RE: Plugin transport-email (v0.6.0) broken ?
-
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. -
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. -
RE: Delta backup footer1 !== footer2 error
@olivierlambert problem was fixed. Thank you for help.
-
RE: Delta backup footer1 !== footer2 error
@olivierlambert I've set up XOA trial. Will see if problem appear.
-
RE: Delta backup footer1 !== footer2 error
@olivierlambert I have remade backup when I saw the problem.
It went without problems.
I will monitor this further and report if it occurs on other VM's -
RE: Xen Orchestra from source ignores config.toml from /etc/xo-server/
Ok I've figured out root cause.
My config override has only one option:
ignoreVmSnapshotResources = trueAnd I had to change it with adding
[selfService]on a line below
Also I found out that override config for XO5 interface needs to have absolute paths to xo-web and @XenOrchestra in it. With relative paths it didn't work.
Latest posts made by Alexander 0
-
RE: 🛰️ XO 6: dedicated thread for all your feedback!
@pdonias said in
️ XO 6: dedicated thread for all your feedback!:Both should work. Do you start xo-server in any specific way?
I'm using yarn startThis is my unit file:
root@xoa:~# cat /lib/systemd/system/xo-server.service # Systemd service for XO-Server. [Unit] Description= XO Server After=network-online.target [Service] WorkingDirectory=/opt/xen-orchestra/packages/xo-server/ #ExecStart=/usr/bin/node ./bin/xo-server ExecStart=/usr/bin/yarn start Restart=always SyslogIdentifier=xo-server [Install] WantedBy=multi-user.target -
RE: 🛰️ XO 6: dedicated thread for all your feedback!
With XO from source if I put config.mounts.toml into /etc/xo-server/ I have to provide absolute paths instead of relative ones
In my case
[http.mounts] '/v6' = '../../@xen-orchestra/web/dist/' '/' = '../xo-web/dist/'doesn't work.
But
[http.mounts] '/v6' = '/opt/xen-orchestra/@xen-orchestra/web/dist/' '/' = '/opt/xen-orchestra/packages/xo-web/dist/'work.
-
RE: Xen Orchestra from source ignores config.toml from /etc/xo-server/
Ok I've figured out root cause.
My config override has only one option:
ignoreVmSnapshotResources = trueAnd I had to change it with adding
[selfService]on a line below
Also I found out that override config for XO5 interface needs to have absolute paths to xo-web and @XenOrchestra in it. With relative paths it didn't work.
-
Xen Orchestra from source ignores config.toml from /etc/xo-server/
With recent update my xen orchestra from source seems ignore config.toml from /etc/xo-server and uses default config.toml from packages/xo-server
Please help to trace down what could cause this problem.
-
RE: Nested Virtualization of Windows Hyper-V on XCP-ng
@olivierlambert thanks. I asked. No estimate.
-
RE: Nested Virtualization of Windows Hyper-V on XCP-ng
Is there any news about Nested Hyper-V support?
-
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. -
RE: XCP-ng, Hyper-V and VBS
@olivierlambert Hi Oliver,
Did you have a chance to talk about nested virtualization on xen summit? -
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. -
RE: Xen Orchestrta as systemd service
@olivierlambert it is pretty outdated

And this is only proposition to add such option to docs.