Recent content by Access2IT

  1. A

    Proxmox VE installatiin failed

    Can you share more details of your storage layout and which file system structure you used during the install? Maybe share a screenshot of the error you get.
  2. A

    Fan Control, LM-Sensors HP Workstation | CPU Temp too high??

    You can check if you can install a fan speed control software. I would recommend setting the fan speed to auto in the BIOS then you will be sure it should be safe. https://www.baeldung.com/linux/control-fan-speed
  3. A

    Proxmox does crash under heavy load

    What are the specifications of the host node and how much resources have you assigned to the VM?
  4. A

    Performance of bonded network

    What switch are you using? Check of your switch supports LACP and enable this on your server and nas configuration.
  5. A

    Windows startup error

    If you have 2 physical CPU processes enable NUMA in the VM hardware config
  6. A

    Why proxmox auto restart?

    Are there enough resources available? If RAM is oversold, the server may experience a kernel panic with a possible reboot.
  7. A

    Large windows VM slow/laggy

    I did run the following commands on our backup node and after the reboot, the problem was resolved, but we don't use hotplug /etc/modprobe.d/vhost.conf with content: options vhost max_mem_regions=509 then reboot, do a "cat /sys/module/vhost/parameters/max_mem_regions" >...
  8. A

    Large windows VM slow/laggy

    Dear forum members, We are facing the following issue. When I create a Windows server 2019 standard VPS with 2 sockets / 8 cores and 128GB RAM the VPS becomes very laggy or windows keeps loading. When I use only 1 socket and core the VM runs normally. If I change the RAM to 8GB and 2 sockets...
  9. A

    [SOLVED] possible bug proxmox 7, active-backup bond with VLAN aware bridge causes no internet

    We also did update from 6.4 to 7.0 and the bonding doesn't work. When the primary uplink goes down the server doesn't fall back to the second uplink. I changed the primary uplink to the second one and disabled the first uplink everything works fine. auto lo iface lo inet loopback iface...
  10. A

    [PVE 7.0] Supermicro H11DSi-NT - Xorg failing, backtrace

    6.4 also works for us with the installation here, a collage will try to perform some firmware updates and then try to install 7.1.
  11. A

    [PVE 7.0] Supermicro H11DSi-NT - Xorg failing, backtrace

    USB doesn't work for us either. Our hardware specs: Supermicro 1024US-TRT 1U server 2 x AMD Epyc 7452 32C/64T 2.3Ghz 128M 16 x 32GB DDR4-3200 ECC REG 4 x Samsung PM983 3,84TB NVMe SSD Intel X520-DA2 Dual 10GbE SFP+ Card
  12. A

    Ubuntu/Debian CPU in idle state use 8%

    Way better, now around 1% when idle. Thank you! Where can I set this on default disabled with new VMs?
  13. A

    Ubuntu/Debian CPU in idle state use 8%

    Dear Community, I found out that Ubuntu / Debian VPS uses around 8% CPU while idle state. Proxmox Version: 6.2-12 Server info: Proxmox VM CPU use: VM CPU use: VM Hardware: VM Options: Seems SolusVM had the same issue and fixed: https://docs.solusvm.com/display/BET/v1.25
  14. A

    Mail Gateway Web Interface SSL Certificate

    If we install/update a new SSL cert in /etc/pmg/pmg-api.pem the other nodes in the same cluster are out of sync "tls_process_server_certificate: certificate verify failed"
  15. A

    Proxmox Mail Gateway Cipher Suite

    Hello, We are currently setting up a pmg cluster and are trying to meet all the requirements of en.internet.nl Technical details: Mail server (MX) First found insecure cipher suite XXX.XXX.XXX. ADH-AES256-GCM-SHA384 XXX.XXX.XXX. ADH-AES256-GCM-SHA384 pmg still uses unsafe chipher, I...