kimchi-project / kimchi

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

Web console (livetile) not working #1158

Closed tjgruber closed 6 years ago

tjgruber commented 7 years ago

All seems well in Kimchi. I can create templates and VMs without issue and run them.

In the "Guests" tab, it lists my running virtual machines:

image

When I click on the "Livetile" pic or "Connect" to a VM, it opens up a new window, and times out. It says the following:

image

I get the same result no matter I run Fedora 25 or Fedora 26.

I'm not sure what else I can do.

Here is my basic install process:

== Install Kimchi ==

  1. dnf instal kimchi
  2. Open ports: firewall-cmd --add-port=8000/tcp --permanent firewall-cmd --add-port=8001/tcp --permanent firewall-cmd --add-port=64667/tcp --permanent firewall-cmd --reload semanage permissive -a httpd_t
  3. systemctl enable kimchid
  4. nano /etc/libvirt/qemu.conf Uncomment user/group root
  5. reboot now

alinefm commented 7 years ago

Hi @tjgruber

You are running a really one version of Kimchi. It may be Kimchi < 2.0. We are now on Kimchi 2.5 Please, update your Kimchi and check if everything is working fine on the latest release available.

tjgruber commented 7 years ago

Wow, yes... you are correct. It's Kimchi Version: 1.5.1-0.

I did not suspect that using dnf install kimchi would give me such an old version...? Why?

I will see what I need to do to upgrade, and try again. Then report my results here.

tjgruber commented 7 years ago

There's no upgrade path. So I had to do a "dnf install wok.rpm". Then I could do a "dnf upgrade kimchi.rpm".

Well this completely broke everything.

I ended up doing a clean install of WOK first, then installing Kimchi.

But now I'm forced to install a GUI (and all the crap it comes with) on my server! (this is not acceptable)... so that I can use a web browser to browse to localhost.

I wish there were step by step instructions... from no WOK or Kimchi installed, to fully functional on Fedora 25 or Fedora 26. I've tried all the trickery messing with all the configs to get it browseable remotely... that ends up breaking everything too. The whole point of this is to access it remotely. It's a shame setting it up for that isn't reasonably doable.

What exactly must I do so I can go to https://ip:8001 to access Kimchi remotely?

**If I cannot access WOK/Kimchi remotely, is there a way to get the web console working in version 1.5.1-0?

tjgruber commented 7 years ago

Hmm, I didn't do anything and now I can access it remotely.

What happened?

tjgruber commented 7 years ago

This is what I am left with now. A non-functional web console, that never shows the full screen. The mouse and keyboard are not functioning in the web console.

image

alinefm commented 7 years ago

Fedora repository does not have the latest packages. But you can found them at http://kimchi-project.github.io/kimchi/downloads/ and follow the step bu step to install it.

Related to the console problem you reported, I'd ask you to confirm the problem exists in the latest version (2.5.0) because I don't think it's worth to debug a too old version right now.

tjgruber commented 7 years ago

After redoing some things, the Spice web-console seems fine now.

But the VNC web-console does not work, and I can't find any information on getting it to work, as your step by step instructions do not include anything relating to this:

image

alinefm commented 6 years ago

The VNC problem is the same as reported at #1165.

I will close this issue and keep tracking on 1165