Ubuntu Desktop VM Error

Hello,
I just installed ubuntu/kinetic/desktop and Arch/grnome-destop VM’s . The lxc lauch command creates the VM but gives the following error at the end:

libsoup-ERROR **: 09:46:31.513: libsoup3 symbols detected. Using libsoup2 and libsoup3 in the same process is not supported.

lxc list shows a running VM. When I try to use:

 lxc console <<VMNAME>> --type vga

I get the same error.

There is nothing on the logs either. Anyone have any ideas of how to fix it?

Thanks in advance,
Mike

Hi @weerasin ,
I just tested with the following commands and everything works perfectly.
lxc launch images:archlinux/desktop-gnome <vmname> -c security.secureboot=false --vm
lxc console <vmname> --type=vga
What is the host linux distribution? I’m using Ubuntu 22.04.1 LTS and mentioned libsoup libraries are already exists. You may need to install first then try again.
Regards.

Hello, I did have the same problem, virt-viewer stop working with the update of libgovirt from 0.3.8 to 0.3.9, the only workaround I found from the moment is downgrade libgovirt

My OS is Manjaro. I also have virt-manager installed. I think there is a conflict in packages like mentioned above.
Miie