Quantcast
Channel: Ubuntu Forums - Virtualisation
Viewing all articles
Browse latest Browse all 4211

[ubuntu] Kimchi After 20.04 update

$
0
0
So before i updated to 20.04 from 19.10(plain ubuntu), i had Wok running with Kimchi to manage KVM - but after upgrading to 20.04, Wok, Kimchi, and Webmin are no longer working - or rather they were completely removed from my computer

Got Webmin installed again with no issues, but Wok and Kimchi aren't playing well. Doing some online digging it seemed like installing the 3.0.0 versions of both from source was the way to go but i'm still stuck here(deb versions fail to install).

So here's the first issue, Wokd service isn't found
Code:

sudo systemctl -l status wokd.service
Unit wokd.service could not be found.

But i can start it like this and you'll see my second problem
Code:

sudo python3 /usr/bin/wokd --environment=dev
Push server created on address /run/user/0/woknotifications
Failed to load plugin conf from /etc/wok/plugins.d/kimchi.conf: ("Config error in section: 'wok', option: 'enable', value: 'True'. Config values must be valid Python.", 'TypeError', ("unrepr does not recognize 'Constant'",))
Plugin configuration file /etc/wok/plugins.d/__pycache__.conf doesn't exist.
[17/May/2020:11:08:51] ENGINE Listening for SIGTERM.
[17/May/2020:11:08:51] ENGINE Listening for SIGHUP.
[17/May/2020:11:08:51] ENGINE Listening for SIGUSR1.
[17/May/2020:11:08:51] ENGINE Bus STARTING
[17/May/2020:11:08:51] ENGINE Started monitor thread 'Autoreloader'.
[17/May/2020:11:08:51] ENGINE Serving on http://127.0.0.1:8010
[17/May/2020:11:08:51] ENGINE Bus STARTED

So two big things i need help with, how do i get my computer to run Wokd as a service like it used to, and how can i get it to see the Kimchi plugin?

Side note, during the install of dependencies, M2Crypto was not found, after some digging i found to install it like so - ran again so you can see it's installed
Code:

sudo pip3 install M2Crypto
Requirement already satisfied: M2Crypto in /usr/local/lib/python3.8/dist-packages (0.35.2)

Another side note just to paint how weird this update hit me. I can now only SSH into the computer i'm running this on, if i try to VNC into it, it instead VNC's me into one of the Debian VM's it's running.

So anything i have to do has to be done through SSH till i can figure out this other issue too.

There is this, which might fix me, but i'm not sure how to do it

Viewing all articles
Browse latest Browse all 4211

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>