kimchi icon indicating copy to clipboard operation
kimchi copied to clipboard

no virtualization tap

Open amrhgz opened this issue 4 years ago • 1 comments

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

amrhgz avatar Apr 19 '20 23:04 amrhgz

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

0X1A avatar Apr 28 '20 02:04 0X1A