Recent content by vcloud

  1. V

    VM CPU issues: watchdog: BUG: soft lockup - CPU#7 stuck for 22s!

    Sorry, typo: PU(s) 16 x 13th Gen Intel(R) Core(TM) i5-13500H (1 Socket) Kernel Version Linux 6.14.11-4-pve (2025-10-10T08:04Z) Boot Mode EFI (Secure Boot) Manager Version pve-manager/9.0.11/3bf5476b8a4699e2
  2. V

    VM CPU issues: watchdog: BUG: soft lockup - CPU#7 stuck for 22s!

    There were no available updates at the time I observed this message (no-subscription repositories).
  3. V

    VM CPU issues: watchdog: BUG: soft lockup - CPU#7 stuck for 22s!

    I am getting "watchdog: BUG: soft lockup - CPU#x stuck..." message on a host with local-only storage, no VMs, no ZFS, running Proxmox 9.0.1. It's just Proxmox running alone off local NVMe SSD.
  4. V

    Thunderbolt-connected adapter not active after reboot/shutdown

    After some digging, it appears that the fix for this is adding the kernel parameter thunderbolt.host_reset=false. So, do the following: nano /etc/default/grub # Find the line: GRUB_CMDLINE_LINUX_DEFAULT="quiet" # Modify it to: GRUB_CMDLINE_LINUX_DEFAULT="quiet thunderbolt.host_reset=false"...
  5. V

    Thunderbolt-connected adapter not active after reboot/shutdown

    Hi everyone, I am planning to set 3-node cluster using Intel NUC13, running lates version of PVE. Ideally, I wanted to use Ceph for locally installed 2TB m.2 storage across all 3 nodes, with some VMs residing on my QNAP NAS that has flash storage on it). I was hoping to use the QNA-T310G1S...