Recent content by juliokele

  1. J

    [SOLVED] Windows 10 Guest >100% Ram Usage (Anzeigefehler?)

    Ich hatte damals Probleme mit den Performance Counters (im Jahr 2018, unter Windows 2012 R2, ich habe es fast vergessen :)). Kann es bei dir nicht auch so sein? https://forum.proxmox.com/threads/balloon-funktioniert-nicht-bei-windows-2012r2-migration-von-hyper-v-zu-proxmox-ve.43148/
  2. J

    [SOLVED] Windows 10 Guest >100% Ram Usage (Anzeigefehler?)

    Zusätzlich noch: Balloon Dienst neu installieren. Command Prompt als Administrator öffnen cd C:\Program Files\Virtio-Win\Balloon blnsvr -u blnsvr -i blnsvr status
  3. J

    Ionos Hidrive Speicher per WebDav als Onlinespeicher/Laufwerk nutzen

    Ich benutze für das Strato HiDrive (nicht für PVE oder PBS Backup!): rclone mit einer API Verbindung (OAuth). Vielleicht funktioniert es mit IONOS HiDrive auch. https://rclone.org/hidrive/ Falls die API Verbindung nicht funktioniert, kann alternativ auch WebDAV verwendet werden...
  4. J

    [SOLVED] Windows 10 Guest >100% Ram Usage (Anzeigefehler?)

    Mir scheint diese Ballon Info unvollständig zu sein. Bei mir ist z. B.: # info balloon balloon: actual=4096 max_mem=4096 total_mem=4074 free_mem=2381 mem_swapped_in=750551040 mem_swapped_out=0 major_page_faults=30068 minor_page_faults=1344892 last_update=1758047462 Ist der Treiber für das...
  5. J

    Proxmox Virtual Environment 9.0 released!

    it is not added automaticaly becouse this are close sourced propertiary packages. You need set your own manualy.
  6. J

    8 to 9 | amd64-microcode warning

    Solution is hier: https://forum.proxmox.com/threads/proxmox-virtual-environment-9-0-released.169258/post-788653
  7. J

    Proxmox Virtual Environment 9.0 released!

    Check your /etc/apt/sources.list. It should end with "main non-free contrib non-free-firmware" all the debian.org deb section. for example: deb http://ftp.de.debian.org/debian trixie main non-free contrib non-free-firmware deb http://ftp.de.debian.org/debian trixie-updates main non-free...
  8. J

    Proxmox Virtual Environment 9.0 released!

    It's interesting that the memory usage is 101.15% on the pfSense (2.8.0) VM in PVE 9. On PVE 8, the memory usage was around 70-75%. That was also incorrect, but not over 100%. The memory balloon is off due to a missing implementation in FreeBSD to calculate the memory usage in QEMU. Source...
  9. J

    New version of VirtIO drivers: virtio-win-0.1.248-1

    The following method works for me (no copy&paste or drag&drop issue and no trimming problem) Host: Proxmox 8.2.2 up to date, VM: Windows 11 Pro. up to date Download and attach to VM...
  10. J

    New version of VirtIO drivers: virtio-win-0.1.248-1

    The trimming option on the thin provisioned drive is also gone... I have also reverted to the previous version 0.1.240.
  11. J

    New version of VirtIO drivers: virtio-win-0.1.248-1

    You will need to install the "Windows SPICE Guest Tools" separately from: https://www.spice-space.org/download.html
  12. J

    Power saving with Intel P-States: not fully working

    See the explanation here: https://askubuntu.com/a/1440073
  13. J

    Proxmox VE 8.1 released!

    If AutoTrim is enabled on your SSD ZFS pool, try turning it off and reboot your host. zpool autotrim=off yourpool High load due to vdev_autotrim process in "D" state (uninterruptible sleep) autotrim=on ps aux | grep " [RD]" USER PID %CPU %MEM VSZ RSS TTY STAT START TIME...
  14. J

    [SOLVED] kvm_nx_huge_page_recovery_worker message in log...

    2023-07-17 10:33:31 CEST Fix will be included with next kernel bump (at max a few weeks). https://bugzilla.proxmox.com/show_bug.cgi?id=4833#c2
  15. J

    [SOLVED] kvm_nx_huge_page_recovery_worker message in log...

    I've built the newest pve kernel (6.2.16-3-pve) with the mentioned patch and can confirm that it works, error message is dissapered.