@RobWhalley Thanks! It looks like that fixed it for me.

Best posts made by siemsenit
-
RE: XO Community edition backups dont work as of build 6b263
-
RE: Getting VM ip's from Dom0?
there is
xe vm-param-get param-name=networks uuid=<vm_uuid>
-
RE: xapi crash loop
Found it. Error is related to https://github.com/xapi-project/xen-api/issues/4141
Somehow, the PCIe bus address of the server's ASPEED VGA adapter changed.
I got the new bus address with lspci and edited state.db accordingly. Works now. However, this seems to be a very strange bug.
Latest posts made by siemsenit
-
RE: XO Community edition backups dont work as of build 6b263
@RobWhalley Thanks! It looks like that fixed it for me.
-
RE: xapi crash loop
Found it. Error is related to https://github.com/xapi-project/xen-api/issues/4141
Somehow, the PCIe bus address of the server's ASPEED VGA adapter changed.
I got the new bus address with lspci and edited state.db accordingly. Works now. However, this seems to be a very strange bug.
-
RE: xapi crash loop
@Danp unfortunately not, at least not externally. And I think restore metadata would be kind of tricky, since the xapi tools won't work, XO is inside a VM and reinstalling xcp-ng would kill the SR on the primary disk.
It's a test/dev system at home anyway and not too important. I'll erase it and make a new one. However, I do now understand the importance of metadata backups better.
-
xapi crash loop
Hi,
after recovering from a power failure, xapi keeps crashing with this obscure error in xensource.log:
Aug 13 11:34:20 hostname xapi: [debug||0 ||xapi] xapi top-level caught exception: INTERNAL_ERROR: [ (Scanf.Scan_failure\x0A "scanf: bad input at char number 6: looking for ':', found '.'") ]
Does anyone have an idea what causes this situation?
All the best,
Sven -
RE: Windows Server 2019 STOP 0xc000021a
By the way, is there a safe way to uninstall Citrix drivers and management agent, turn off "Windows Update Tools" and install the free OSS drivers?
-
RE: Windows Server 2019 STOP 0xc000021a
@olivierlambert Might be... However, all the other windows VMs with citrix drivers seem to run fine (at least until now). As the failed VM was a Domain Controller, I'll set up a new one with free drivers for the moment. Rolling back images isn't recommended my MS for DCs.
I'll keep my eyes open - just wanted to check if anyone else got into the same trouble.
-
Windows Server 2019 STOP 0xc000021a
Hi there,
a Windows 2019 Server Guest would not boot anymore after recent updates.
I am getting BSOD STOP 0xc000021a.Host is a XCP-ng 8.1 with current platch level, Guest has Windows Update Tools enabled.
Anyone else experiencing this kind of problem?
-
RE: XO on Raspberry Pi 3B+ ?
- or - DO try this at home and get Linux skills by doing it
- or - DO try this at home and get Linux skills by doing it
-
RE: XO on Raspberry Pi 3B+ ?
I've done it on a Rock64 (which is a similar device, but slightly more powerful). It runs quite nicely on Debian arm64, although I don't not use it for production (yet).
BUT: Do not try this at home without sufficient Linux skills.