m-bers
m-bers
In this case, I am connecting to a VM console that returns the resolution of the guest in the cli output.
One way could be to use [s6-overlay v3](https://github.com/just-containers/s6-overlay#writing-a-service-script) which has support for ordered init scripts that mix longruns and oneshots I could declare a oneshot service of my app that...
I am just seeing this now--@geekgonecrazy evidently knows more about PWA caching than I do, but I will try to work on the web share target component which was my...
> > Hi all, > > FWIW got _some_ success (on Big Sur / 11.1) by basically updated **everything** to current versions. just check [here](https://github.com/AntonioMeireles/homebrew-virt-manager). YMMV > > All the...
@arthurk are you on a Mac with the M1 chip? I'm still not able to connect even via qemu:///session
@pahansen95 Yep, libvirtd is running, and qemu-system-aarch64 is in my path (and works without a hitch by itself) ``` josh@Joshs-Air ~ % ps aux | grep libvirtd josh 482 0.0...
Update, I got libvirt's compilation to go further by applying [this patch](https://gist.github.com/m-bers/656d736686ebc240d76407ebdd4221f6) which I adapted from [this libvirt patch](http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/sysutils/libvirt/patches/patch-src_cpu_cpu_arm_c?rev=1.1&content-type=text/x-cvsweb-markup) for openbsd. Now the compilation is hanging on virfilewrapper.c with the...
Submitted my patch to homebrew/homebrew-core on[ this PR](https://github.com/Homebrew/homebrew-core/pull/68765). This isn't directly related to virt-manager on Big Sur specifically (though successful compilation of libvirt on the Apple M1 is required for...
I think this might be related to another issue https://github.com/m-bers/docker-virt-manager/issues/4 Basically on Ubuntu and other distros that use AppArmor policies, the docker user does not belong to the libvirt group...
I tried just adding the docker user to the libvirt group and it didn't work for me, but YMMV. Docker does support custom AppArmor policies but I'm not well versed...