Paulo Vital
Paulo Vital
Hello @frediz In addition to your points, we also have the issue https://github.com/kimchi-project/wok/issues/97 - Debian's name for libvirt service is libvirtd instead of libvirt-bin used by Ubuntu. Regarding your second...
@philled you need set nested virtualization on the host machine and then you can use Kimchi in the VM, as a second host. Just pay attention about the virtual network...
Hello @philled Kimchi, as well as GingerBase and Ginger, is a plugin of Wok and starting on version 2.3 the landing page after log in is this page you mention...
The `requests` is one of the required modules, and it's listed in the `requirements.txt` file. I suggest you follow the last step of the [installation](https://github.com/flipkart-incubator/Astra#installation) process and try again.
@biancafc I guess you need add one more disk to your system to be able to create the new physical volume. I had the same issue when testing on Ubuntu...
Same happened with Ubuntu 16.04 ``` test@kimchi-test-ubuntu:~/Projects/tmp/wok_test/src/wok/plugins/ginger$ sudo make check [sudo] password for test: Making check in po make[1]: Entering directory '/home/test/Projects/tmp/wok_test/src/wok/plugins/ginger/po' make[1]: Nothing to be done for 'check'. make[1]:...
On Ubuntu I could unload a module (8250_fintek) and load it again. The "search", when trying to load the module, took sometime to find the module and showed me the...
@jay-katta on my system (Fedora 24 x86_64) this modules is provided by the package python2-crypto-2.6.1-10.fc24.x86_64. Are s390x distros providing something like? You need to have PyCrypto (https://pypi.python.org/pypi/pycrypto) installed in your...
Debian has: https://packages.debian.org/jessie/python-crypto
@chandrureddy I used as base to add the dependency a Fedora 24 system, that will be the next Fedora supported version of ginger (and all other packages). python-crypto is not...