Recent content by Tony-bb48

  1. T

    e1000 driver hang

    I had this problem several times when a task uses network intensively, I added `post-up ethtool -K eno1 tso off gso off` to `/etc/network/interfaces`, the result remains to be seen. ╰─# cat /etc/network/interfaces auto lo iface lo inet loopback iface eno1 inet manual auto vmbr0 iface vmbr0...
  2. T

    Auto start a VM after it crashed

    Hi, I have an OpenWrt gateway VM running in my Proxmox server, however, the gateway server occasionally crashes, is there a built-in way to auto-start VM after crash in Proxmox? I know I can write a script to check the status every minute, but I wonder if there is an easy way to do this, thanks!