Recent content by kmahyyg

  1. K

    Temporarily disable "Start at boot" for all vms for service reasons

    I don't have ``` Created symlink '/etc/systemd/system/pve-manager.service' → '/usr/lib/systemd/system/pve-guests.service'. ``` when I type `enable pve-guests.service`.
  2. K

    Temporarily disable "Start at boot" for all vms for service reasons

    For someone who searched here, as for now, DO NOT use `systemctl disable pve-guests` , it will lead to `pve-manager.service` being removed from autostart and unable to recover without a reinstallation. I would prefer `systemd.mask=pve-guests`.
  3. K

    [SOLVED] [Help wanted] KVM evdev passthrough

    Solved by checking manuals: https://<YOUR PVE IP>:<PORT>/pve-docs/qm.conf.5.html Use `args` param.
  4. K

    [SOLVED] [Help wanted] KVM evdev passthrough

    I've successfully recognized my host device in correct /dev path. evtest showed it works. However, I wanna passthrough it to a guest. For general qemu, it will work like this, https://passthroughpo.st/using-evdev-passthrough-seamless-vm-input/ How can I make it using PVE?