Search results

  1. Z

    Windows 11 VM suspended after backup job with "stop" mode

    Hi, I've noticed that recently, backups of my Windows 11 VM (stop mode) started leaving it in a suspended state. There aren't any related logs in the journal from what I can tell, and the VM can be booted/woken up with keyboard input in the VNC console. I've attached Windows system logs from...
  2. Z

    Datastore synced with Rclone broken?

    I'm trying to set up a remote sync to a friend's RPI for my Proxmox Backup Server. I've been using this script that uses Rclone with an encrypted remote (Crypt) on a schedule: #!/bin/bash # A simple script to back up PBS to Crypt remote _lock_file=/root/.tertiary_backup.lock...
  3. Z

    Used memory much greater than what is used by processes

    Hello, Ever since I've cloned my old PBS's SSD to a new one and moved it to newer hardware, I've noticed that "used" RAM (putting aside ARC) is significantly greater than what it should be when adding up that which the processes use. root@pbs-0:~# ps aux | awk '{print $6/1024 " MB\t\t"...
  4. Z

    High number of major page faults on PVE and PBS nodes running ZFS

    Hi, Recently I set up a monitoring stack in my virtualized K8s cluster (Prometheus, Grafana) and set up node exporters on many VMs/nodes, including my PVE and PBS nodes. Not soon after I started getting alerts regarding major page faults (hundreds over half a minute, sometimes every half hour...
  5. Z

    [SOLVED] Proxmox VNC behind HAProxy

    Hi, I'm trying to set up HAProxy (v2.6.12) as a reverse proxy for 2 Proxmox VE servers (v8.1.3). The web UI works fine, but connections to noVNC consoles break randomly, sometimes every ~15 seconds, sometimes every minute or so, sometimes 10 times over the course of 2 seconds. It's incredibly...
  6. Z

    Storage recommendations for home workload?

    Hi, I'm planning on building a new Proxmox server for my home environment (hosting a NAS, K8s, websites, Minecraft, DBs, home networking, etc.). Regarding VM/CT/NAS storage, I'm not too sure how I should go about it. I was thinking either: 2x 1TB NVME SSDs (ZFS mirror) used as the boot volume...
  7. Z

    Debian VM stuck at "cdrom: Unform CD-ROM driver Revision: 3.20"

    Hi, While working on my final school project, I've been trying to use specific versions of all the software included. Now I'm down to Proxmox. Unfortunately, since I'm installing it on top of Debian due to issues with my network card, I would need to version pin over a 100 packages which are...