Search results

  1. T

    Backup failed with exit code 2

    NFS storage can consist of QCOW images But if I would backup VM with RAM Image and Backup storage is NFS storage - there is no error. If I would backup Unprivelleged LXC to NFS Storage it will failed in Snapshot/Suspend mode and have success in Stop mode.
  2. T

    [SOLVED] Web interface showing questionmarks for all VMs / LXC

    Hello, Have You tried to Passthrough some device to LXC? I have similliar error when I have tried to Passthrough Vega GPU from Athlon 200ge to My Plex LXC. After disabling it (have commented in conf) the problem has gone.
  3. T

    Backup failed with exit code 2

    For unprivileged container You can use STOP mode Maybe for future Set default STOP mode for Unprivileged Container?
  4. T

    Performance Issues with Plex LXC / Full VM

    Hello, After starting Movie watch htop from VM/LXC and open Plex Web Settings and look utilization. I guess that Plex try to Transcode (Had such problem before). Can recommend to make some tmp folder in Proxmox host, not using SMB share for tmp because Plex brings movies from SMB, transcoding...
  5. T

    Help Debugging: Plex server keeps crashing and then "Cannot allocate memory"

    Hello, Is ZFS is used? If yes You should allocate memory usage for ZFS. Also, for me I'm using LXC container for Plex (CentOS) and Samba Active Directory (Alpine Linux). LXC memory allocation is not similliar as VM and I think if You will use lxc for Plex You won't have problem with...
  6. T

    proxmox reports free memory not available

    Can confirm it. Have a similliar problem with Debian in KVM with Proxmox inside. Guest agent is installed and started (Topicstarte's Screen shows IP Info). For me memory usage is High in Main Proxmox host and Low usage in Debian Proxmox KVM.
  7. T

    Proxmox VE 5.0 Ryzen 7 1700X crashes daily

    Hello Everyone, I have Ryzen 7 2700 and Asrock B450M Pro4. Before Ryzen there were installed Athlon 200GE and I didn't have daily crashes. After changing to Ryzen 7 I've found this trouble. One VM with Windows 8.1 on my Proxmox 6 sometimes utilize CPU over 100% (2Cores). I have changed CPU...
  8. T

    LACP 802.3ad / Over than 1 server

    I'm sorry for mistake. Aggregator ID is similliar.
  9. T

    LACP 802.3ad / Over than 1 server

    In Netis ST3310GF LACP was added in last Firmware. I ahve configure LACP between RouterBOARD 750G r3 (MikroTik) and Netis ST3310GF - Have added 7 and 8 port in Trunk. (Trunk Group 3) Also have configured LACP between Netis ST3310GF and my Server - Have added 3 and 4 port in Trunk. (Trunk...
  10. T

    LACP 802.3ad / Over than 1 server

    Hello, I have bought Netis ST3310GF and have successfully configured LACP on Mikrotik hEx and 1 Proxmox Server. It works perfectly. After I have bought another NIC with 2 ports and I have found that LACP not working for 2 Server. 1 Server NIC: Intel Corporation 82575EB Gigabit Network...
  11. T

    New Windows 8.1 VM always pegs CPU at 100% under Proxmox (Windows 7 and 10 are fine)

    Hi! I'll recommend You to install zabbix-agent on Win 8 and check it if there High CPU usage. And after it check what Software geneterates such high utilization. For me I haven't such problem but I'm using 2 Cores for Win 8.
  12. T

    [SOLVED] No connection on fresh installation

    If Your BIOS is working in UEFI mode that Disabling Network stack in BIOS may cause such troubles.
  13. T

    [SOLVED] No connection on fresh installation

    I recommend You to boot with Ubuntu Live and check if link is up and Internet exists. I think there is a problem with hardware / cable.
  14. T

    VMWARE Workstation nested inside PVE Windows host

    Hello, Have You tried disable Hyper-V via Programms? I think the problem is that in Args there is -hypervisor
  15. T

    Installation on legacy system

    Hello, Try to post more information about problem. At what time it stucks?
  16. T

    [SOLVED] PVE Kernel do not boot

    According to askubuntu.com I have similliar problem after fresh install Debian and after Proxmox-ve pkg. With Debian kernel there is no problem. But after install Proxmox-ve and Proxmox kernel my system stucks on booting. After googling I have found solution to add nomodeset to GRUB. So, for...
  17. T

    [SOLVED] PVE Kernel do not boot

    Yes, the problem with Graphics. I have put nomodeset in grub and update-grub. After I have success boot with Athlon 200GE and HDMI Display Emulator for Standalone Server. MY GRUB Parameters GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nomodeset spectre_v2=off nopti pti=off amd_iommu=on"
  18. T

    NFS Share on ZFS Pool: Cannot stat after reboot

    I didn't create Datase but I have success share all zfs pool over NFS and after reboot all works fine. According to such page https://docs.oracle.com/cd/E23824_01/html/821-1448/gayne.html I have input in terminal zfs set share=name=pp,path=/pub,prot=nfs,sec=sys,rw=*
  19. T

    LXC Container | mp* NFS | Always Backup

    IF I will use LVM with such MP /dev/vg-<vgname>/dbreplica MP1 wouldn't be restored but this line will be placed in Notes. But I can't use such mp1 with NFS storage. Is there any workaround?