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

Kimchi plugin virtualization tab is missing in wok #1171

Open impiza opened 7 years ago

impiza commented 7 years ago

i cant see kimchi in wok , i am using fedora 26 and i have tried default download install method of kimchi from github , .zip file make install method and yum install kimchi , nothing shows kimchi in wok what to do

Wok Plugin page : Alt Text

impiza commented 7 years ago

now i can see kimchi but virtualization tab is missing ?

virtualization tab missing : Alt Text

ghost commented 7 years ago

What is the output of the libvirt-logfile?

changemenemo commented 7 years ago

where do you find it? there is none. Only the ones for each vm.

ghost commented 7 years ago

So @impiza have virtual machines up and running?

I had the same issue before i figured out virtualization was disabled in BIOS, which the logfiles told med about. service libvirtd status (Ubuntu or Debian) will give you a couple of lines from the logfile, wich is how I found out about it.

I'm not really sure about how to do it in Fedora, but in Ubuntu or Debian this command will output all the lines from syslog containing "libvirt", maybe it can help!

cat /var/log/syslog | grep libivrt
impiza commented 7 years ago

[root@dashboard /]# service libvirtd status Redirecting to /bin/systemctl status libvirtd.service ● libvirtd.service - Virtualization daemon Loaded: loaded (/usr/lib/systemd/system/libvirtd.service; enabled; vendor preset: enabled) Active: active (running) since Wed 2017-08-30 09:50:41 IST; 54min ago Docs: man:libvirtd(8) http://libvirt.org Main PID: 615 (libvirtd) Tasks: 18 (limit: 32768) CGroup: /system.slice/libvirtd.service ├─ 615 /usr/sbin/libvirtd ├─1087 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/libexec/libvirt_leas └─1088 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/libexec/libvirt_leas

Aug 30 09:50:59 dashboard dnsmasq-dhcp[1087]: DHCP, sockets bound exclusively to interface virbr0 Aug 30 09:50:59 dashboard dnsmasq[1087]: reading /etc/resolv.conf Aug 30 09:50:59 dashboard dnsmasq[1087]: using nameserver 185.162.9.197#53 Aug 30 09:50:59 dashboard dnsmasq[1087]: using nameserver 8.8.4.4#53 Aug 30 09:50:59 dashboard dnsmasq[1087]: read /etc/hosts - 2 addresses Aug 30 09:50:59 dashboard dnsmasq[1087]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses Aug 30 09:50:59 dashboard dnsmasq-dhcp[1087]: read /var/lib/libvirt/dnsmasq/default.hostsfile Aug 30 09:56:56 dashboard libvirtd[615]: 2017-08-30 04:26:56.654+0000: 615: info : libvirt version: 3.2.1, package: 5.fc26 (Fedora Project, Aug 30 09:56:57 dashboard libvirtd[615]: 2017-08-30 04:26:56.654+0000: 615: info : hostname: dashboard Aug 30 09:56:57 dashboard libvirtd[615]: 2017-08-30 04:26:56.654+0000: 615: error : virFirewallApplyRuleFirewallD:790 : The name org.fedorap

[root@dashboard /]# cat /var/log/syslog | grep libivrt cat: /var/log/syslog: No such file or directory

impiza commented 7 years ago

@contribguy What is the output of the libvirt-logfile? how to do that ?

lancerdl commented 6 years ago

I am having this same problem. I'm running Ubuntu Server 16.04.3.

I see the Kimchi plugin and its slider is to the right, as in the screenshot above. However, only Wok and Host tabs are visible at top. I followed the following instructions for installation, and ginger_base works fine: http://www.ubuntuboss.com/ubuntu-server-16-04-as-a-hypervisor-using-kvm-and-kimchi-for-vm-management/

The requested command above had a spelling error. I'm sure "cat /var/log/syslog | grep libvirt" was the request. I'm not at the terminal now, but I recall seeing an error having to do with "Storage" and that "default" couldn't be found. Sounds like a misconfig of some default somewhere, but where?

lancerdl commented 6 years ago

1103 solved the problem for me.