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

QEMU stream support .......: False #1079

Open kolorafa opened 7 years ago

kolorafa commented 7 years ago

I'm crazy but ...

Trying to install Kimchi on debian testing.

Everyting looks ok except for "missing" libvirt-bin because it looks like the package was renamed to libvirtd, so i did ignore that dependency and installed kimchi from .deb, i also renamed the "Wanted" in systemd configs.

But while looking why kimchi doesn't show in wok i found:

Kimchi: Running dependable feature tests QEMU stream support .......: False Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp'] Kimchi: Dependable feature tests completed

I'm thinking if is there something i can look if i didn't forget or if there is some wrong path that cause that error, sadly i'm not python guy so i don't know how to debug the code.

Is there something i can do, or it's a lost case?

alinefm commented 7 years ago

Hi @kolorafa

When Wok is not able to load Kimchi there is a message like "Unable to load plugin Kimchi due error:..." That is not related to the output you posted. Please, stop wokd service:

sudo service wokd stop

And run:

wokd --environment=dev

And then, post the entire output here. To exit from wokd command, just Crtl+C

verwilst commented 6 years ago

wokd --environment=dev

Push server created on address /run/user/0/woknotifications Run command: 'systemctl is-active libvirtd.service' out: active

Run command: 'systemctl is-active libvirtd.service' out: active

libvirt: QEMU Driver error : Domain not found: no domain with matching name 'FEATURETEST_VM' libvirt: Storage Driver error : Storage pool not found: no storage pool with matching name 'FEATURETEST_POOL'

Kimchi: Running feature tests Run command: 'systemctl is-active libvirtd.service' out: active

Service Libvirtd running ...: True Run command: 'systemctl is-active libvirtd.service' out: active

libvirt: error : internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 1: clnt_create: RPC: Program not registered internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 1: clnt_create: RPC: Program not registered

NFS Target Probe support ...: True Fibre Channel Host support .: True Run command: 'modprobe vfio-pci' Kernel VFIO support ........: True Impossible to execute 'nmcli dev status' Network Manager running ....: False Memory Hotplug support .....: True Kimchi: Feature tests completed

Run command: 'systemctl is-active libvirtd.service' out: active

Run command: 'systemctl is-active libvirtd.service' out: active

Run command: 'systemctl is-active libvirtd.service' out: active

Run command: 'systemctl is-active libvirtd.service' out: active

Run command: 'systemctl is-active libvirtd.service' out: active

< snip dozens and dozens of the same blocks >

Run command: 'systemctl is-active libvirtd.service' out: active

[22/Sep/2017:16:20:03] ENGINE Listening for SIGHUP. [22/Sep/2017:16:20:03] ENGINE Listening for SIGTERM. [22/Sep/2017:16:20:03] ENGINE Listening for SIGUSR1. [22/Sep/2017:16:20:03] ENGINE Bus STARTING [22/Sep/2017:16:20:03] ENGINE Started monitor thread 'Autoreloader'. [22/Sep/2017:16:20:03] ENGINE Serving on http://127.0.0.1:8010

Kimchi: Running dependable feature tests Run command: 'systemctl is-active libvirtd.service' out: active

QEMU stream support .......: False Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp'] Kimchi: Dependable feature tests completed

[22/Sep/2017:16:20:03] ENGINE Bus STARTED

verwilst commented 6 years ago

Since i have the same issue, I guess I can continue with the bugreport.. libvirt-bin doesn't exist anymore, so i installed the debian 9 equivalent and --force-depends installed kimchi,