Marcus Furlong

Results 150 comments of Marcus Furlong

Can you run in debug mode and post the full output?

Actually - first can you try adding a trailing slash to the end of the url and see if that fixes it?

Can you check the logs? The disconnect button is not altogether useful, as a client may just automatically reconnect.

Both should show if the disconnect worked

``` $ virsh capabilities | grep "domain type" ```

Aha - I can create using qemu:///session, but not qemu:///system The above capabilities output is from session, but if I use system, I get the following: ``` $ sudo virsh...

Root cause seems to be running libvirtd as root on MacOS has permission issues when trying to change group permissions of qemu binaries. See https://github.com/Homebrew/homebrew-core/issues/41562

So looks like https://github.com/saltstack/salt/pull/56169 would fix this, when it gets merged/released?

Possibly. Currently using something along the lines of ``` $ last_release=1.5.8-12-g7d04474 $ git log --merges --format='%b | %s' ${last_release}... | sed -n -e 's/^\(.*\)|\(.*Merge pull request.*\)\(#[0-9]*\).*$/\3 - \1/p' -e '/^...