kimchi-project / kimchi

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

no virtualization tap #1319

Open amrhgz opened 4 years ago

amrhgz commented 4 years ago

im installed kimchi 3 on ubuntu 19 not got any error during installation but i haven't virtualization tap

here output of this command python3 /bin/wokd --environment=dev

Push server created on address /run/user/0/woknotifications Plugin configuration file /etc/wok/plugins.d/pycache.conf doesn't exist. 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 Service Libvirtd running ...: True libvirt: Storage Driver error : operation failed: no storage pools were found on host '127.0.0.1' operation failed: no storage pools were found on host '127.0.0.1' NFS Target Probe support ...: True Fibre Channel Host support .: True Kernel VFIO support ........: True Network Manager running ....: False Memory Hotplug support .....: True Kimchi: Feature tests completed

Unknown device type: drm Failed to import plugin wok.plugins.kimchi.Kimchi, error: No module named 'ipaddr' [19/Apr/2020:23:01:41] ENGINE Listening for SIGTERM. [19/Apr/2020:23:01:41] ENGINE Listening for SIGHUP. [19/Apr/2020:23:01:41] ENGINE Listening for SIGUSR1. [19/Apr/2020:23:01:41] ENGINE Bus STARTING [19/Apr/2020:23:01:41] ENGINE Started monitor thread 'Autoreloader'. [19/Apr/2020:23:01:41] ENGINE Serving on http://127.0.0.1:8010

thanks

0X1A commented 4 years ago

This is a dependency resolution issue. I was able to get the plugin running after installing the ipaddr pip package as root and restarting wokd