Search results

  1. P

    amdgpu secure display failure

    I bought a different unit and problem is gone. It's hardware related with these cheap Chinease nuc alikes.
  2. P

    Constant Kernel Panics on PVE 9 fresh install

    indeed right, I forgot to enable the no subscription repo on this new box! opsie.!
  3. P

    Constant Kernel Panics on PVE 9 fresh install

    zfs 2.3.4 is not available to me? maybe cause I am on community repo? zfs --version zfs-2.3.3-pve1 zfs-kmod-2.3.3-pve1 I setup kernel stack trace, but hasn't crashed yet which is actually bizarre. I wonder if it's because I haven't giving it enough load, will try and report.
  4. P

    Constant Kernel Panics on PVE 9 fresh install

    Screen was frozen so couldn't scroll and only be able to grab that screen. CPU is AMD Ryzen 7 5700U with Radeon Graphics. Full boot journalctl below: journalctl --list-boots IDX BOOT ID FIRST ENTRY LAST ENTRY -7 85dcc8a8ae044501943ca199c8eeb69c Fri...
  5. P

    Constant Kernel Panics on PVE 9 fresh install

    Today crashed with a different screen, mostly on PiKVM it just hangs, sometimes purple kernel panic, today a new one!
  6. P

    Constant Kernel Panics on PVE 9 fresh install

    journalctl -b -1 -e Nov 14 13:27:06 nibbler pveproxy[3121]: worker 47899 started Nov 14 13:27:07 nibbler pveproxy[47898]: worker exit Nov 14 13:27:46 nibbler pveproxy[3121]: worker 19895 finished Nov 14 13:27:46 nibbler pveproxy[3121]: starting 1 worker(s) Nov 14 13:27:46 nibbler pveproxy[3121]...
  7. P

    Constant Kernel Panics on PVE 9 fresh install

    Hi All, I keep on getting Kernel Panics and Hangs with the Latest PVE 9 freshly installed on my server. Journalctl doesn't give me any info, this is the log from an hour ago, altough it crashed 10min ago, I have omitted the new boot logs. journalctl --since "1 hour ago" Nov 14 14:35:01...
  8. P

    amdgpu secure display failure

    Thanks, I honestly don't thing the amdgpu error is anything to worry about. It's the only error my system shows in red. I am just trying to troubleshooting this host hanging randomly and needing a hard reset, all I see on the kvm is the login screen with the cursor stuck. No kernel panic no...
  9. P

    amdgpu secure display failure

    Sure, AMD Ryzen 7 5700U with Radeon Graphics Installed pve-firmware 3.17-2 Everything works fine, just the error annoys me as it's the only one, tried to suppress with GRUB_CMDLINE_LINUX_DEFAULT="quiet amd_iommu=on amdgpu.psp_support=0 amdgpu.securedisplay=0" Doesn't seem to be doing anything
  10. P

    amdgpu secure display failure

    Checking errors on journalctl I can see these amdgpu related errors, not sure if the fix is to install firmware-amd-graphics but that will wipe pve stuff. Thoughts? journalctl -k -p 4 -b | grep amdgpu Oct 22 15:29:37 nibbler kernel: amdgpu 0000:03:00.0: amdgpu: psp gfx command LOAD_TA(0x1)...
  11. P

    Sluggish webui after upgrade to PVE 9

    I think I solved the sluggishness, it was due to networking. I dunno what it is as I haven't changed my network config except for pinning the interface to nic0 with the pve-network-pinning tool. In the end I wasted a good time trying to get the network config to work, I have a single nic VLAN...
  12. P

    Sluggish webui after upgrade to PVE 9

    I am keeping one of my containers off for now, and it seems to not kernel panic anymore. Not sure will have to see. Wonder if any of the special options creates problems in PVE9, I removed the cgroup non 2 ones arch: amd64 cores: 8 hostname: docker memory: 8192 mp0...
  13. P

    Sluggish webui after upgrade to PVE 9

    Thanks that is a good point and yes I was running a memory test, which did finish many hours later with no issues. BIOS is on latest available
  14. P

    Sluggish webui after upgrade to PVE 9

    today greeted with a kernel panic... yikes!
  15. P

    Sluggish webui after upgrade to PVE 9

    Hi everyone, I'm experiencing severe performance issues with my Proxmox VE web interface and need some guidance. Here's my situation: Running latest PVE version with all packages up to date Recently upgraded from PVE 8 to PVE 9 pveversion pve-manager/9.0.6/49c767b70aeb6648 (running kernel...
  16. P

    task txg_sync hung task

    Hi there, I am starting to see these errors on one of my nodes, I searched the forum but can't find a definite answer. I have plenty of ram and the drives are CMR, I don't get what can cause this, a weird behaviour is that the system will keep on running but the network will go, making it...
  17. P

    PCIe Passthrough crashing PVE

    Just an update on this, moving to different PCIe slots didn't help and neither force the speed link of the PCIe slots in the BIOS to gen2/3 as Supermicro support suggested (this is a gen5 board). However, using an entirely different SAS card made by LSI was able to be passed through with zero...
  18. P

    PCIe Passthrough crashing PVE

    Yes that is without the grub option, however I am 100% sure it was the same output even with. Yes there are only the options defined. cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-6.8.8-1-pve root=/dev/mapper/pve-root ro quiet console=tty0 console=ttyS0,115200 quiet intel_iommu=on iommu=pt Let's...
  19. P

    PCIe Passthrough crashing PVE

    Hi leesteken! Apologies I might not have included the IOMMU groups, but as far as I can see it is not conflicting with anything else. root@vhost1:~# pvesh get /nodes/$(hostname)/hardware/pci --pci-class-blacklist "" | grep -i atto │ 0x010700 │ 0x0042 │ 0000:17:00.0 │ 16 │ 0x117c │...
  20. P

    PCIe Passthrough crashing PVE

    I additionally blacklisted the drivers to load vfio-pci instead vim /etc/modprobe.d/pve-blacklist.conf --- options vfio-pci ids=117c:0046 blacklist pm80xx --- and instructed pve to load vfio-pci before pm80xx vim /etc/modprobe.d/vfio-before-pm80xx.conf --- softdep pm80xx pre: vfio-pci ---...