kimchi-project / kimchi

An HTML5 management interface for KVM guests
https://github.com/kimchi-project/kimchi/releases/latest
Other
3.1k stars 364 forks source link

After installing KIMCHI on Ubuntu 18.4, only "Wok" tab is visible! #1246

Closed kuntalbasu closed 5 years ago

kuntalbasu commented 6 years ago

After installing KIMCHI on Ubuntu 18.4, only "Wok" tab is visible! Host and Virtualization tab is missing.

image

PMaynard commented 6 years ago

Check if Kimchi is enabled.

kuntalbasu commented 6 years ago

I followed following article to re-install KIMCHI; http://www.ubuntuboss.com/ubuntu-server-16-04-as-a-hypervisor-using-kvm-and-kimchi-for-vm-management/

Now, I can see the host tab. But virtualization tab is still missing!! screenshot from 2018-08-24 21-17-00

kuntalbasu commented 6 years ago

I am getting following error;

$ sudo dpkg -i kimchi-2.5.0-0.noarch.deb
Selecting previously unselected package kimchi.
(Reading database ... 177840 files and directories currently installed.)
Preparing to unpack kimchi-2.5.0-0.noarch.deb ...
Unpacking kimchi (2.5.0) ...
dpkg: dependency problems prevent configuration of kimchi:
 kimchi depends on python-imaging; however:
  Package python-imaging is not installed.

dpkg: error processing package kimchi (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 kimchi

Please help ..

yxmline commented 6 years ago

ar x kimchi-2.5.0-0.noarch.deb tar -zxvf control.tar.gz sed -i 's/python-imaging/python-pil/g' control tar c Makefile Makefile.am Makefile.in control control.in | gzip -c > control.tar.gz ar rcs kimchi-2.5.0-0.noarch_patched.deb debian-binary control.tar.gz data.tar.xz https://github.com/kimchi-project/kimchi/issues/1242

alinefm commented 5 years ago

Thank you for reporting this problem.

The fix for it is already in master branch and will be in the next official release.