Samuel Verschelde
Samuel Verschelde
See discussion at https://xcp-ng.org/forum/topic/3979/kernel-bug-causes-adaptec-series-6-raid-cards-to-not-work There's a provided patch, though linked mailing list message also mentions a follow-up patch. XCP-ng releases : probably 8.0 to 8.2+
The kernel RPM has received various patches since the last time kernel-alt was built: * First commit: https://github.com/xcp-ng-rpms/kernel/commit/54be7632d2fc78329eb0d6781ba6a6f03d560249 * Second commit: https://github.com/xcp-ng-rpms/kernel/commit/37ba4d5ef88bca69151c12a157a2285aa6e55995 (and maybe check the history for previous commits...
Initially reported at https://xcp-ng.org/forum/topic/5302/videoram-32-and-almalinux: a VM with more than 16 MiB of videoram, in stdvga mode, with more than 3,78 GiB of RAM, crashes. The root cause is that xenguest...
(creating the specification that I should have written before) Some operations of the updater plugin fail because a stale lock file (due to a reboot during an operation for example)...
Only a few kernel parameters are retained when one upgrades an XCP-ng host. We could envision to retain `xen-pciback.hide` params so that PCI-passthrough isn't broken after an upgrade. That is,...
The `citrix.repo` file, that is still distributed in the current RPMs built by Citrix, seems to me to be unused nowadays. The repository URL it points at is wrong and...
The current implementation of `xe-linux-distribution`, based on sed, is rather fragile and often ends in that kind of error when the distro is unsupported: ``` [root@localhost Linux]# ./xe-linux-distribution sed: -e...
Based on https://github.com/xenserver/xe-guest-utilities/pull/57 Signed-off-by: Samuel Verschelde This is based on the old PR #57. I've rebased on master and fixed the sed call that didn't work. I also have changes...
The install.sh script from Citrix Hypervisor's guest tools ISO does not seem to be available on github. I'd like to contribute a fix that was contributed to me by a...
This line of code fails when executed, with message `AttributeError: 'module' object has no attribute 'ERROR_CAUSE_NETWORK'` https://github.com/xenserver/xscontainer/blob/master/src/xscontainer-prepare-vm#L80 See this bug reported by a user of XCP-ng, with full backtrace: https://github.com/xcp-ng/xcp/issues/198...