Marcello Sylvester Bauer
Marcello Sylvester Bauer
workaround: Add yourself into a group with gid 1000
yeah i already started to work on it. #1354 But as @insomniacslk mentioned, we want to move to jsimonetti/rtnetlink/rtnl. Right not it does not support all necessary attributes. So we...
I rebased and reopened #1354 :+1: it's working fine on my test setup
@10000TB I'm using libvirt with `direct kernel boot` for each vm. In this way it is possible to define host and network per xml file with virt-manager or by hand...
btw @10000TB I wrote basic support to show IPv6 routes on my PR #1354, but there are still a lot of work to do. ( e.g. a better approach to...
Update: UEFI Spec 2.9: ```c typedef struct { EFI System Table UINT64 Signature; UINT32 Revision; UINT32 HeaderSize; UINT32 CRC32; UINT32 Reserved; } EFI_TABLE_HEADER; ``` headers/efi_pei_services_64.h ``` struct EFI_TABLE_HEADER { UINT64...
Workaround: 1. undefine types `EFI_SYSTEM_TABLE` and `EFI_TABLE_HEADER` 2. import `EFI_TABLE_HEADER` with attribute __packed 3. import `EFI_SYSTEM_TABLE` Should we apply this to all affected structs ? This should fix this issue.
Indeed. I came back to mark my PR as WIP since there still affected structs :sweat_smile: I'll create a new one, which addresses all structs :+1:
Let me check some EFI applications from EDK2 first.
Since #405 is a duplication, let me paste my workaround [[1](https://github.com/go-task/task/issues/405#issuecomment-935724197), [2](https://github.com/go-task/task/issues/405#issuecomment-935734215)] here too: There is already a way to reuse preconditions by the use of YAML anchors: ``` tasks:...