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

Installation ubuntu 18.04 - with workaround :D #1242

Closed aluvare closed 4 years ago

aluvare commented 6 years ago

The library python-imaging was changed in ubuntu 18.04 to python-pil.

Kimchi dependencies in ubuntu 18.04:

apt install python-pil python-configobj novnc python-libvirt libvirt-bin nfs-common qemu-kvm python-parted python-ethtool python-ipaddr python-guestfs libguestfs-tools spice-html5 python-magic python-paramiko

Patch:

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

And after that:

dpkg -i kimchi-2.5.0-0.noarch_patched.deb
hqnicolas commented 6 years ago

kimchi : Depende: wok (>= 2.1.0) mas não é instalável Depende: python-jsonschema (>= 1.3.0) mas não será instalado Depende: python-psutil (>= 0.6.0) mas não será instalado Depende: sosreport mas não será instalado Depende: python-lxml mas não será instalado

hqnicolas commented 6 years ago

I will clear install ubuntu and try again soon, my kvm server have gpu passthrough with nvidia Nvs card for host with Nouveau blacklist "hard to do" it will take some weeks.

gorkemmulayim commented 5 years ago

With this pull request patch to this issue has been merged. However, it is not released yet.

See maintainer's answer.

alinefm commented 4 years ago

It is now fixed on Kimchi 3.0: https://github.com/kimchi-project/kimchi/releases/tag/3.0.0