Search results

  1. thenickdude

    How to properly setup the rust / cargo environment to build packages

    Apparently this directory is created when you install a Debian-packaged Rust package. So to solve this missing "anyhow" library, run apt install librust-anyhow-dev. It'll create that /usr/share/cargo/registry directory for you and store it in there for you.
  2. thenickdude

    Problem Installing MacOS on Proxmox

    The machine model changes the layout of the built-in emulated devices like the PCI bus, plus a bunch of other platform settings. It's like choosing a motherboard generation. With the much older and cruder i440fx model, things look quite different and buses have different names, I don't think...
  3. thenickdude

    Problem Installing MacOS on Proxmox

    You missed to set the machine type to q35
  4. thenickdude

    TASK ERROR: IOMMU not present

    It's possible that your edits to the kernel cmdline didn't sync to all of the members of the RAID set. Run "cat /proc/cmdline" to see the kernel commandline that actually booted, and verify that it contains your intel_iommu/iommu arguments as expected.
  5. thenickdude

    Problem Installing MacOS on Proxmox

    You can find the OSK freely posted on Google, look for any tutorial for macOS on QEMU or libvirt. (And the OSK OP posted just needs capitalization fixed, as I said)
  6. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    I had been running crash-free with KASAN enabled for nearly a month. But I just got my first KASAN error detection (a double-free) caused by my Magic Trackpad 2 being "unplugged" when the host USB controller it was connected to was detached to be attached to a VM. It looks like that's a reported...
  7. thenickdude

    Constant restart

    That's unfortunate that there's no log messages as clues. At least you can rule out running out of RAM, since this would log errors from the oom killer (out of memory killer).
  8. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    I'm now running 5.4.78-2-pve recompiled to enable the KASAN kernel address sanitiser, so fingers crossed that it crashes again for me now!
  9. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    Argh, my machine died overnight while running 5.4.78-1-pve, so my crashes definitely weren't caused by the transition between 5.4.78-1-pve and 5.4.78-2-pve. This time it didn't manage to write the crash log to disk and I could only see the tail end of it on the monitor. It didn't look the same...
  10. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    On the hypothesis that the kernel memory pool is being corrupted and this is what triggers a death in vmalloc, I'll see if I can figure out a debug build of -2 with memory bounds checking enabled.
  11. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    I haven't had any more crashes since reverting to pve-kernel-5.4.78-1-pve.
  12. thenickdude

    Problem Installing MacOS on Proxmox

    Your OSK is wrong, it is case sensitive.
  13. thenickdude

    Constant restart

    Check /var/log/kern.log or the rotated version /var/log/kern.log.1 for log entries made at the time of the reboot.
  14. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    I've now had the system crash again while the VM was just idling, I believe, this time without the vendor-reset module loaded. The crash stack trace still contains setsockopt: Dec 17 02:59:54 proxmox kernel: [31419.688435] kvm [22443]: vcpu0, guest rIP: 0xffffff800965dd92 ignored rdmsr: 0x621...
  15. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    >So, it works with "pve-kernel-5.4.78-1-pve" for sure? No, I haven't positively identified that yet. But I haven't encountered this fault before today. As you say, the changes between -1 and -2 look small and totally irrelevant. I'm currently changing one variable at a time and seeing if I can...
  16. thenickdude

    pve-firewall: General protection fault triggered in ebtables-restore

    I have twice today had my host totally crash, while a guest was busy compiling and installing a bunch of different software packages (that load-case may be unrelated to the actual problem). Before this started happening, I ran Proxmox updates and rebooted the host, which included an update...
  17. thenickdude

    [SOLVED] VM w/ PCIe Passthrough not working after upgrading to 6.0

    dcsapak, after upgrading to Proxmox 6 some of my passthrough devices in my "q35" guests failed to operate (they would malfunction in the guest): Windows 10 guest: - Failed: GTX 1060 - Failed: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller * 2 - Working: Fresco Logic...
  18. thenickdude

    Proxmox 5.4-6 VMs very slow

    How slow do you mean exactly? If you mean "catastrophically slow", did you maybe set "KVM hardware virtualisation" to "No" for the VMs? This will cause their CPU to be emulated in software, which is a complete non-starter for performance.
  19. thenickdude

    PCI passthrough count maximum?

    I've updated that patch for 5.3 now: https://github.com/thenickdude/qemu-server/commit/e1e221212cd7cc81d02277965d11f990b264eeaf
  20. thenickdude

    PCI passthrough count maximum?

    Don't bother checking for exact line numbers, just do a search for the text of the original line of code, and you should find it. This config is incorrect: hostpci0: 04:00.0,x-vga=on,romfile=1rx480org.rom hostpci1: 04:00.1 Both lines should be replaced with just: hostpci0...

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!