Search results

  1. O

    Passthrough nvme - issue?

    Hey there, I've got a few questions / issues regarding a nvme ssd passed through in a VM. The server has 2 nvmes - one as LVM storage for VM disks, another (Seagate BarraCuda Q5 ZP10000CV30001) passed in a VM. The VM is Windows 11, installed directly onto that nvme as ovmf Q35 ***without*** an...
  2. O

    VM Reboot loop

    Hello, If would be nice if PVE could detect a VM stuck in a reboot loop (case when something on the virtual disk has failed resulting in constant reboots). I've had a FreeBSD VM with a damaged disk... constantly rebooting and no indication there was a problem (it was showing as running...
  3. O

    Marking TSC unstable due to clocksource watchdog

    I'm getting "Marking TSC unstable due to clocksource watchdog" after some hours of uptime. System is Threadripper 3960x, Asus TRX40-pro with the latest available bios, 8x8G 3200 sticks. ``` [1198064.004082] clocksource: timekeeping watchdog on CPU46: hpet retried 2 times before success...
  4. O

    NVME passthrough

    I want to pass-through an NVME drive, the ID is 1bb1:5013 / 48:00.0 Its in it's own IOMMU group: # find /sys/kernel/iommu_groups/ -type l |grep "53" /sys/kernel/iommu_groups/53/devices/0000:48:00.0 Do I have to add 1bb1:5013 to pci-stub.ids= or vfio-pci.ids= in grub's config? Also, How to add...
  5. O

    Clean PVE install and old VM disks

    Hello, Few questions guys.. I've been thinking of doing a clean install of PVE (it's currently residing on an old 320 GB HDD) - on 2 250GB SSDs (in raid 1 mode, if possible, just to have some redundancy in case 1 of them fails). The VMs are on 2 disks - 1x 2TB HDD (backups mostly) and 1x 1TB...
  6. O

    FreeBSD Guest - wrong ram usage

    Hello, Looks like PVE doesn't detect ram usage in FreeBSD properly, example - VM has 700 MB usage, PVE dashboard shows 1924. qemu-guest-agent is installed, however, looks like PVE doesn't use it to get the RAM usage: dommemstat is the command currently implemented in the qemu-guest-agent port...
  7. O

    [PROBLEM] Backup from nvme to SATA hdd

    Hey guys, I'm experiencing some issues backing up from NVME to a SATA hdd. The SATA drive just can't keep up. Is it possible to implement a backup read/write speed limiter for similar situations? Here's the log:
  8. O

    nvme0: missing or invalid SUBNQN field.

    Hey guys, I switched to a new nvme SSD today (the last one - ADATA XPG had some troubles). The new SSD is Samsung SSD 970 EVO Plus 1TB All good so far, but I noticed the following in the log: # dmesg |grep "nvm" [ 0.757426] nvme nvme0: pci function 0000:47:00.0 [ 0.977430] nvme nvme0...
  9. O

    Vlan Firewall (possble) bug?

    Hey guys, I think there is a bug @ PVE's firewall when doing vlans. Here's my setup: Home "server" - PVE 6.2-4 - only has 1 Ethernet interface. 1. Mikrotik router connected to fiber-ONT bridged port - gets an external IP via DHCP and does nat / masq on 192.168.100.0/24 for the internal...
  10. O

    Weird errors in dmesg

    Can someone check this:
  11. O

    [PROBLEM] VM stuck on UEFI shell after today's PVE update

    After today's update one of my VMs got stuck on uefi shell. It's Debian 10 x64. Here is the config: agent: 1 balloon: 0 bios: ovmf boot: c bootdisk: virtio0 cores: 12 cpu: host,flags=+pdpe1gb;+aes efidisk0: NVME_STORAGE:vm-105-disk-1,size=4M ide2: none,media=cdrom machine: q35 memory: 8192...
  12. O

    Problem with VM - garbled novnc

    Hello, Suddenlty one of my VMs isn't working properly. I get garbled output in novnc (attached image). This happens on 2 separate computers (one of which had never opened pve web ui). After few reboots the VM finally started working (at least - accepting ssh connections), however, the noVNC...
  13. O

    PVE 6.1-7 Crash (SMP NOPTI) [No answer from staff]

    Hello, ~10-15 minutes ago the whole PVE server went down. There wasn't any unusual cpu/network usage. Here's what in the log: Feb 25 19:49:40 proxmox kernel: [425423.794455] PGD 0 P4D 0 Feb 25 19:49:40 proxmox kernel: [425423.794458] Oops: 0002 [#1] SMP NOPTI Feb 25 19:49:40 proxmox kernel...
  14. O

    [SOLVED] FreeBSD installer freeze

    Hello, I'm trying to install FreeBSD on PVE using a passed-through nVidia GPU. When I pass a KVM-modified rom file, or no rom file at all - the GPU brings the screen up but the installer freezes on EFI framebuffer information (see the attached picture). When I pass an unmodified rom - the GPU...
  15. O

    [BUG] - PVE won't boot properly

    Hello, I'm running the following configuration: ASUS Prime TRX40-PRO (BIOS Version 0702 2019/12/17 - latest available), Threadripper 3960x, 32 Gig ddr4, 1TB NVME, nVidia 1070ti. Last night I tried to install PVE 6.1-1 - as soon as I select install (or debug install with quiet disabled) - PVE...