Damià Poquet Femenia
Damià Poquet Femenia
For Raspberry Pi it must be built for armhf (GOARCH=arm), but other devices can take profit of arm64.
I have built 5.15.61-v8 (1.20220830) and found the following conflicts: - Memory cgroups are not enabled, I had to modify the cmdline.txt adding `group_memory=1 cgroup_enable=memory` - Cilium still fails to...
Hi @laaubert Sorry but it was not possible for me to find a valid workaround. I have moved to Cilium and never looked back!
Related with #20901 Linux ubuntu 5.15.0-1013-raspi shipped with Ubuntu 22.04 lacks the required configuration detailed at https://docs.cilium.io/en/stable/operations/system_requirements/#base-requirements
I'm reopening this issue because, after recompiling the kernel with the missing requirements, I'm still facing the same issue initially described in the first post. I'm attaching a new sysdump:...
@OzzieIsaacs just in case you missed it, this PR should fix some issues we are having with comic/manga files. It's interesting to get it merged.
@si0ls @piersdd I recommend you take a look at https://github.com/edk2-porting/edk2-rk3588 With the UEFI firmware port, you should be able to run Talos generic arm64 images on the RK3588 chip.
I successfully managed to use GPU passthrough with KubeVirt by setting: ``` machine: install: extraKernelArgs: - amd_iommu=on - vfio-pci.ids=1002:73bf ``` The procedure is the same as using any other Linux...