Hi list, Try to start VM from previously (<6.9) working command as below:
$ doas /usr/sbin/vmctl start -m 8G -c -n vmlan -d /path/to/vm.qcow2 vm Now I have trouble with it on 6.9amd64 with 1-5 patches installed. $ doas rcctl status vmd vmd(ok) command above returns: vmctl start: vm command failed: Operation already in progress Even if "$ vmctl check" shows ALL machines are stopped if I stopped vmd I see proper error with non active vmd.sock $ doas rcctl stop vmd vmd(ok) vmctl: connect: /var/run/vmd.sock: connection refused Any suggestions can help. Martin