Recent content by celemine1gig

  1. C

    Detected Hardware Unit Hang - Pve Host verliert quorum und wird unresponsive

    Ich bin ja zugegeben auch jemand, der sich gerne mal aufregt. Aber war das jetzt nicht ein bisschen drüber? :oops: Nur so als Einschätzung meinerseits: Jemand hat keinen großen Plan von der Thematik, noch will er sich eingehend damit beschäftigen. Also fragt er die allmächtige KI. Ich...
  2. C

    OptiPlex 7090 - host becomes pingable but all services die, zero errors in logs, requires hard reboot

    See here: https://forum.proxmox.com/threads/e1000e-eno1-detected-hardware-unit-hang.59928/post-827808 The known i219 issue should not be present in your hardware anymore. If it still is there, then contact Dell. They should be aware of the Intel Erratum and (according to Intel at least), a fix...
  3. C

    Random crashes without logs - kdump doesn't appear to be working

    What does S.M.A.R.T say, concerning those Samsungs? ZFS for 2 years on consumer drives, could have taken its toll, depending on how you used it. Edit: If you already tried the kernel parameters, I had a mistake in there. See edit above, in the original posting.
  4. C

    Random crashes without logs - kdump doesn't appear to be working

    Interesting! The "840 EVO" already seems to have a quirk entry in the Linux libata Kernel-Code. See here: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/tree/drivers/ata/libata-core.c?h=v7.1.2#n4308 Similar entries also exist for the 850 EVO (denoted as "850*"). See here...
  5. C

    Random crashes without logs - kdump doesn't appear to be working

    SSDs (or the chipset?) seemed to have issues with NCQ and Trim. Edit (mistake in the parameter fixed): Try the Proxmox Kernel parameters "libata.force=noncq libata.force=noncqtrim" .
  6. C

    Random crashes without logs - kdump doesn't appear to be working

    Are you sure, that the SSDs are running the latest firmware? I specifically remember some (FW-related) issues with certain series of Samsung SSDs. Had severe ATA-related error floods some time ago with Samsung Enterprise SSDs (like PM863, SM863 and PM883), on an Intel C612 SATA controller. The...
  7. C

    Random crashes without logs - kdump doesn't appear to be working

    If your "rpool" is connected to the Dell PERC H310, then I would try adding the kernel parameter "pcie_aspm=off" for a test. Those LSI-based HBAs used to have massive issues with ASPM, resulting in basically an unusable card in the worst case.
  8. C

    Intel ARC Passthrough to linux VM works, Sata HBA passthrough to Truenas Works, running both at the same time crashes host

    Just FYI, the ASM1166 are known to be problematic. Do a quick search and you should see.
  9. C

    ASUS P9D-E/4L + RX 6700 XT prevents Proxmox from booting (black screen / blinking cursor)

    Your board has BMC video output capability. How did you configure the corresponding jumper (VGA_SW1) on the board? Where did you connect the cable to the actual phyiscal display? Aspeed (BMC) video output or the AMD card?
  10. C

    Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird.

    Wenn das mit der Netconsole weiter nicht will und du ein Paar USB-Serial Wandler hast, ginge als Alternative auch serielle Konsole.
  11. C

    Updated to 8.2 - DMA error

    Exceptions prove the rule, I guess. I think you know what I meant to say. :)
  12. C

    Updated to 8.2 - DMA error

    Either you ask the Proxmox maintainers directly (this is the community forum and I doubt, that the actual developers will read here often), or you go ahead, check out the actual kernel source, through git, and do the diff yourself. Main question being: Would you be able to tell the important...
  13. C

    Updated to 8.2 - DMA error

    If you look closely, the original posting indeed said "intel_iommu = on" (mind the spaces, inbetween the setting and its value!). So, if the quote was actually what that person had set, then it is quite likely, that "intel_iommu" never was set to "on", as the syntax was simply wrong. And I...
  14. C

    Fujitsu Esprimo P7010n dosen't recognize PVE Boot Stick

    Get an external EFI-Shell binary (for example via "pbatard"'s github repos: https://github.com/pbatard/UEFI-Shell/releases), and put that onto a USB drive into the "/EFI/BOOT/" folder, renamed (the shell bianry) as "bootx64.efi". See if you can boot that USB drive. It should start directly to...
  15. C

    Kernel panic VFS: Unable to mount root fs on unknown-block (0,0) sobald ein 7.x Kernel verwendet wird.

    Exakt was zu erwarten war. Nochmal für's Verständnis: Deine GPU hat ein Problem damit, wenn sie mitten im Betrieb resettet werden soll. Das ist für ein Consumer-Device auch nicht wirklich Teil des Use-Case. Nun kann man dafür Workarounds anwenden (siehe "vendor-reset") und diese lassen sich...