Olivier Lambert
Olivier Lambert
### Issue Summary Installing manually the software, create an account, login. The avatar can't be loaded because it's using `http://localhost:3000//avatar.png` URL instead of using the `NEXT_PUBLIC_WEBSITE_URL`. ### Steps to Reproduce...
Likely due to https://github.com/sindresorhus/df/issues/13
For some (security?) reasons, you might want to not have a console access. It **seems** to work in XenCenter when you have `other-config:disable_pv_vnc=1` set (see https://support.citrix.com/article/CTX217766/how-to-disable-the-console-for-the-vm-in-xencenter).
This is a pretty important thing, helping both users and us to get more feedback on latest code (also avoiding useless requests on outdated XO source install). To do that,...
### Context Some storage/remote are really slow to `rm` some files, especially while merges are occurring at the same time for other VDIs. ### Expected behavior Removing files shouldn't take...
Let's assume we add an IP address of a pool slave in XO, Settings/server. XAPI will redirect XO to the right master. But now, imagine we shutdown that slave, without...
## Context Security starts on the hardware where the system boots. You need to "trust" your system, it's a "chain of trust". When XCP-ng boots, we should be able to...
When you use USB passthrough, a simple disconnect/reconnect on the USB port make the passthrough unavailable in the VM, except if your reboot the VM. This is not great in...
The error is `IMPORT_ERROR_PREMATURE_EOF`, backtrace is: ``` (((process xapi)(filename lib/backtrace.ml)(line 210))((process xapi)(filename ocaml/xapi/import.ml)(line 1966))((process xapi)(filename ocaml/xapi/server_helpers.ml)(line 100))) ``` It seems to happen randomly, and so far we only got reports...