Tiny Core Linux

Tiny Core Extensions => TCE Talk => Extension requests => Topic started by: core.dump on April 02, 2020, 07:10:45 AM

Title: VM manager for Corepure64
Post by: core.dump on April 02, 2020, 07:10:45 AM
Hi,
Would it be possible to have Virtualbox or virt-manager available as extensions, please?
Title: Re: VM manager for Corepure64
Post by: Juanito on April 02, 2020, 07:28:18 AM
Have you tried  qemu and gnome-boxes?
Title: Re: VM manager for Corepure64
Post by: core.dump on April 02, 2020, 08:57:15 AM
Have you tried  qemu and gnome-boxes?

Yes, this is what I get:
Code: [Select]
tc@box:~$ gnome-boxes
gnome-boxes: /usr/local/lib/libosinfo-1.0.so.0: version `LIBOSINFO_1.4.0' not found (required by gnome-boxes)
gnome-boxes: /usr/local/lib/libosinfo-1.0.so.0: version `LIBOSINFO_1.7.0' not found (required by gnome-boxes)
gnome-boxes: /usr/local/lib/libosinfo-1.0.so.0: version `LIBOSINFO_1.3.0' not found (required by gnome-boxes)
gnome-boxes: /usr/local/lib/libvirt-gobject-1.0.so.0: version `LIBVIRT_GOBJECT_3.0.0' not found (required by gnome-boxes)
gnome-boxes: /usr/local/lib/libvirt-gconfig-1.0.so.0: version `LIBVIRT_GCONFIG_3.0.0' not found (required by gnome-boxes)
gnome-boxes: /usr/local/lib/libvirt-gconfig-1.0.so.0: version `LIBVIRT_GCONFIG_0.2.4' not found (required by gnome-boxes)
gnome-boxes: /usr/local/lib/libvirt-gconfig-1.0.so.0: version `LIBVIRT_GCONFIG_2.0.0' not found (required by gnome-boxes)

Please note: libosinfo.tcz, libosinfo-gir.tcz, libosinfo-dev.tcz are all installed and so is libvirt-glib.tcz (providing libvirt-gobject and libvirt-gconfig).

However, IMHO it would be better to have Virtualbox working on TC, because it has its own engine and must not rely on an external emulator; moreover, qemu in TC is a bit outdated (repo version is 3.1.0, current version is 5.0.0).
Title: Re: VM manager for Corepure64
Post by: Juanito on April 02, 2020, 10:54:55 AM
Have you checked your system for updates (libosinfo and libvirt-glib were updated recently)?
Title: Re: VM manager for Corepure64
Post by: core.dump on April 03, 2020, 04:30:59 AM
Have you checked your system for updates (libosinfo and libvirt-glib were updated recently)?
It is a fresh installation
Title: Re: VM manager for Corepure64
Post by: Juanito on April 03, 2020, 08:09:32 AM
Using CorePure64-11.1, I deleted gnome-boxes, libosinfo and libvirt-glib. I then rebooted, downloaded them again and gnome-boxes works fine.
Title: Re: VM manager for Corepure64
Post by: Juanito on April 05, 2020, 11:09:58 PM
virt-manager posted
Title: Re: VM manager for Corepure64
Post by: core.dump on April 07, 2020, 05:17:38 AM
Thanks