Search results

  1. 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...
  2. 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)...
  3. 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...
  4. 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...
  5. P

    PCIe Passthrough crashing PVE

    Hi all, First of all, system info: root@vhost1:~# pveversion pve-manager/8.2.4/faa83925c9641325 (running kernel: 6.8.8-1-pve) root@bramley-vhost1:~# cat /proc/cpuinfo | grep Xeon | uniq model name : Intel(R) Xeon(R) Silver 4410Y root@vhost1:~# dmidecode -t baseboard | grep -A2 Base\...
  6. P

    serial terminal on OVMF and SystemD Boot

    Hi All, Does anyone know how to configure the serial terminal to work with SystemD Boot? I am testing an Arch VM on OVMF/UEFI and the new Arch scripts default to a SystemD boot EFI loader. Basically, I would need something to take action on the emulated serial TTY, like so in GRUB: sed -i...
  7. P

    Network issue on proxmox

    Hi all, I am facing a weird issue with one of my proxmox boxes, the machine connects to the internet and I am able to install the os. Once rebooted it can no longer, ping the gateway therefore no longer having network access. However if I do boot windows from the same machine (I have windows...
  8. P

    VMs can't see each other

    Although this might seems extremely simple for you guys, I have issues in letting my Two Windows VMs see each other on Proxmox, Here is my configuration, pretty much default: auto lo iface lo inet loopback iface enp1s0f0 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.10...