loood
loood
This may be a dup or related to these. As the link link did, installing version 0.7.0 works. https://github.com/vagrant-libvirt/vagrant-libvirt/issues/1519 https://github.com/hashicorp/vagrant/issues/12792 https://github.com/cfm/terraform-metal-securedrop-staging/pull/11
Here is the lspci output with vendor:device info for the nics ``` ~ # lspci -nn | grep -i intel 44:00.0 Ethernet controller [0200]: Intel Corporation Device [8086:15ff] (rev 02)...
Recompiled today with the DEBUG=intelxl:3. This is the output: ``` iPXE initialising devices...INTELXL 0x9e922910 PF 7 using port 3 queues [0x07ff-0x07ff] INTELXL 0x9e922910 could not enable MSI-X: No such file...
Hi! The output from `git log --oneline | grep 9dfcdc0` is: ``` 9dfcdc04 [intelxl] Update list of PCI IDs ``` The build script I have does a `git clone` each...
Tried `DEBUG=intelxl:3,pcimsix:3` but there was no difference in output.
Here is the output for `DEBUG=intelxl:3,pcimsix,efi_pci:3` ``` iPXE initialising devices...EFIPCI 0000:00:00.0 (1022:1480 class 060000) has no driver EFIPCI 0000:00:00.2 (1022:164f class 080600) has no driver EFIPCI 0000:00:01.0 (1022:1482 class 060000)...
Tried commenting out the `dma_set_mask_64bit ( intelxl->dma );` but still nothing. Will continue with adding DBGC lines. ``` iPXE initialising devices...EFIPCI 0000:00:00.0 (1022:1480 class 060000) has no driver EFIPCI 0000:00:00.2...
Want to manage `/etc/security/limits.conf` to be basically empty except for that header as all configured limits are actually being written to inside the `/etc/security/limits.d` directory instead.