I'm using Proxmox and ubuntu-18.04.3-live-server-amd64.iso.
After every restart I get this:
A start Job is running for sys-devices-virtual-mis-vmbus\x21hv_kvp.devicesAfter 1m.30s, it prints
Dependency failed for Hyper-V KVP Protokol Daemon.In Proxmox Forum someone said that I don't need this daemon, so I tried to remove it:
sudo apt remove --auto-remove hv-kvp-daemon-initor
sudo apt remove hyperv-daemonsbut I get the error
Package not foundHow can I solve this?
1 Answer
Temporary solution: disable the service from starting:
systemctl disable hv-kvp-daemon.serviceRelevant bug report:
1