Search results

  1. R

    Proxmox 6: WOL no more

    Hi, I'm going to test the options presented but it will take a week as I can only stop this node on weekends. Maybe I can change NIC with another brand / model. Previous NIC ( same model / manufacturer / chipset ) works great with WOL. The kernel version and motherboard were also different...
  2. R

    Proxmox 6: WOL no more

    Hi, I'm having a similar problem with a very common NIC : RTL8111/8168/8411 Supports Wake-on: pumbg Wake-on: g Previous NIC ( same model / manufacturer ) works great with WOL and with earlier PVE 6.0 kernel version. As I had a hardware problem, everything was changed, from NIC to...
  3. R

    Proxmox Server randomly crashes/restarts

    Hi, I had a similar problem on a system with AMD Ryzen 7, but it was not CPU related. The machine is now running for 5 days without restarting. In my case, there were several hardware issues. One was memory related and it took about 3 hours running memtest to find the first error. The second...
  4. R

    znapzend backup generator script

    Hi PretoX, In your script where / when do you notify actions using email variable you have ? Regards, Ricardo Jorge
  5. R

    Quorum Activity blocked after node maintenance

    Hi, I have a cluster with 3 nodes : PVE-01, PVE-02 and PVE-03 On yesterday PVE-02 was shut down for maintenance and when put back into operation was no longer recognized in the cluster. Here are some info I've got so far : - root@pve-02:~# pveversion pve-manager/6.0-8/b6b80da7 (running...
  6. R

    PVE 6.0-8 - Failed to bump fs.file-max

    Hi, This message appears on boot : "systemd[1]: Failed to bump fs.file-max, ignoring: Invalid argument" Linux pve-02 5.0.21-2-pve #1 SMP PVE 5.0.21-6 (Fri, 27 Sep 2019 17:17:02 +0200) x86_64 Looks like a confirmed bug on systemd. Regards, Ricardo Jorge
  7. R

    No ZFS Degraded Notifications

    Hi, The "version" I'm using send e-mail only when there is a "problem". The crontab os like this : 7 * * * * /root/ZFS/zfs_test.sh To send e-mail I'm using this script for years. The bash code : #!/bin/bash # # https://gist.github.com/petervanderdoes/bd6660302404ed5b094d # problems=0...
  8. R

    No ZFS Degraded Notifications

    Hi, I am using the script on the link I sent you and it works great on Proxmox. I made some customizations for email alert. If you want I can send you the version I'm using. I also "customized" another script, based on this one I sent you but for BTrFS so I can receive alerts from the...
  9. R

    No ZFS Degraded Notifications

    Hi, Did you see this script ? Regards, Ricardo Jorge
  10. R

    problem connecting to the pve server with spice console

    Hi, Didi you see this Spice Client ? Regards, Ricardo Jorge
  11. R

    Spice / remote-viewer / acpi to VM

    Hi, Thank you I will give it a try. Regards, Ricardo Jorge
  12. R

    Backup of OpenMediaVault VM

    Hi, Did you install qemu-guest-agent on this OMV VM ? Regards, Ricardo Jorge
  13. R

    A stop job is running...

    Hi, I had this same issue in my previous LAB environment ( PVE 5.4.X ) when using LVM as boot and running VMs on BtrFS RAID 1 using two extra disks for that. Same happens if VMs are running on NAS and not using BtrFS at all. After that I reinstalled everything using ZFS ( PVE 5.4.X ) and no...
  14. R

    Seagate - SMART Prefailure Attribute

    I hope this helps someone else. After building a new PVE server I noticed some smartd errors but testing the disks using smartctl does not show any problem. I found these 2 links about Seagate errors : - https://ubuntuforums.org/showthread.php?t=2348858 -...
  15. R

    [SOLVED] Proxmox 6.0.5 - WIN10 VM 100% CPU Usage when idle

    Hi, This is the configuration I'm using : agent: 1 args: -device intel-hda,id=sound5,bus=pci.0,addr=0x18 -device hda-micro,id=sound5-codec0,bus=sound5.0,cad=0 -device hda-duplex,id=sound5-codec1,bus=sound5.0,cad=1 boot: cdn bootdisk: scsi0 cores: 2 memory: 3072 name: WS-XXXXX net0...
  16. R

    [SOLVED] Proxmox 6.0.5 - WIN10 VM 100% CPU Usage when idle

    Hi, Also take a look at this link !'m running 18 Windows 10 Pro with Tablet = No / Spice video ( qxl ) and I see no problem. Regards, Ricardo Jorge
  17. R

    [SOLVED] Proxmox 6.0.5 - WIN10 VM 100% CPU Usage when idle

    Hi, What version of virtio was used ( link ) ? Regards, Ricardo Jorge
  18. R

    Proxmox 6.0 + Windows 10, VM often goes black + CPU 80%

    Hi, I'm running 18 Windows 10 1903 using "spice" protocol ( no RDP ) and I see no problem. Server hardware : 2 Ryzen 7 with 64 GB each Most Windows VM have 3 GB RAM and 2 vCPUs + 40 GB disk + Samba server access This environment supports an accounting office ( real work - not a LAB ) It...
  19. R

    Replication restore

    Hi, Replication works when nodes are up and running. After the first replication cycle is done, all nodes will have a "copy" of the VM. You can not live migrate a VM if this VM is using local storage. With local storage VM can be migrated in offline state only. If a node fails, you must...
  20. R

    Just some storage help for my plans

    Hi, Be sure to configure your controller to act as JBOD so RAID is managed by software. I think this is the preferred way to work. Regards, Ricardo Jorge