Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation ubuntu 18.04 - with workaround :D #1242

Closed
aluvare opened this issue Jul 10, 2018 · 4 comments
Closed

Installation ubuntu 18.04 - with workaround :D #1242

aluvare opened this issue Jul 10, 2018 · 4 comments

Comments

@aluvare
Copy link

aluvare commented Jul 10, 2018

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
Copy link

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
Copy link

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
Copy link

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

See maintainer's answer.

@alinefm
Copy link
Member

alinefm commented Jan 10, 2020

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

@alinefm alinefm closed this as completed Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants