Marcus Dillavou

Results 7 comments of Marcus Dillavou

I also have this issue, every time the host suspends. I _thought_ the right thing to do was to install the qemu-guest-agent, but I cannot get that to work, as...

As far as I know, SPICE only deals with the display and clipboard, not time. For the guest agent, I configured mine with the following: ``` -chardev socket,path=qga.sock,server,nowait,id=qga0 -device virtio-serial...

Interesting. That does work, but does UTM/qemu not come with an application to run on the host to connect to the socket and run those commands as appropriate? I suppose...

I am unable to upgrade from Fedora 35->36. It just hangs at the boot screen: #4314

It looks like it received a SIGPIPE `Thread 1 "pidgin" received signal SIGPIPE, Broken pipe.`

ok, it happened again, this is what gdb showed: ``` (gdb) handle SIGPIPE nostop noprint Signal Stop Print Pass to program Description SIGPIPE No No Yes Broken pipe ``` I...

I use the unbuffer command from the expect package. This forces everything to be flushed immediately. `unbuffer livetail ...`