kimchi icon indicating copy to clipboard operation
kimchi copied to clipboard

Getting Wok screen not Kimchi

Open philled opened this issue 7 years ago • 32 comments

I've installed Kimchi on a KVM Ubuntu 16.04 virtual machine. Wok, Ginger Base and Kimchi all seem to have installed properly using dpkg and I can connect to port 8001. I've also set up password-less SSH to the KVM server and tested that my connect string works:

$ virsh --connect qemu+ssh://192.168.0.102/system

But when I browse to the web page at https://192.168.0.34:8001/ I get a Wok page that doesn't look at all like the screenshots of Kimchi I've seen. Below is a screenshot of it. Can someone tell me what I've done wrong here. Does it mean Kimchi didn't install properly? Is it something to do with Kimchi being installed as a virtual machine on the KVM host it's trying to manage?

image

philled avatar Oct 09 '16 06:10 philled

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 - Wok's user activity log. At this point, nothing is wrong.

However, from your screenshot, I could not see the Host and Virtualization tabs. Looks like they were not loaded during the Wok start process. Could you please check (and paste here) the output of the /var/log/wok/wok-error.log file? There we can check what's going on with plugins loading.

pvital avatar Oct 10 '16 10:10 pvital

However, from your screenshot, I could not see the Host and Virtualization tabs. Looks like they were not loaded during the Wok start process. Could you please check (and paste here) the output of the /var/log/wok/wok-error.log file? There we can check what's going on with plugins loading.

Thanks Paulo. I've pasted the content of /var/log/wok/wok-error.log below. Looking at it, do you think the crux of the problem is the "Unable to connect to libvirt" message? It's odd because I've tested that I can successfully connect with virsh:

$ virsh --connect qemu+ssh://[email protected]/system Welcome to virsh, the virtualisation interactive terminal. Type: 'help' for help with commands 'quit' to quit virsh #

And the uri_default in etc/libvirt/libvirt.conf is: uri_default = "qemu+ssh://[email protected]/system"

One thing to remember is that this Kimch server is a virtual machine running on the same KVM host that it's trying to manage. I don't know if that makes a difference to anything?

Contents of /var/log/wok/wok-error.log:

[09/Oct/2016:17:09:31] ENGINE Started monitor thread 'Session cleanup'. WOKAUTH0001E: Authentication failed for user 'phill'. [Error code: 7] [09/Oct/2016:17:55:24] ENGINE Caught signal SIGTERM. [09/Oct/2016:17:55:24] ENGINE Bus STOPPING [09/Oct/2016:17:55:24] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down [09/Oct/2016:17:55:24] ENGINE Caught signal SIGTERM. [09/Oct/2016:17:55:24] ENGINE Bus STOPPING [09/Oct/2016:17:55:24] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) already shut down [09/Oct/2016:17:55:24] ENGINE Stopped thread 'Session cleanup'. [09/Oct/2016:17:55:24] ENGINE Bus STOPPED [09/Oct/2016:17:55:24] ENGINE Bus EXITING [09/Oct/2016:17:55:24] ENGINE Bus EXITED [09/Oct/2016:17:55:24] ENGINE Stopped thread 'Session cleanup'. [09/Oct/2016:17:55:24] ENGINE Bus STOPPED [09/Oct/2016:17:55:24] ENGINE Bus EXITING [09/Oct/2016:17:55:24] ENGINE Bus EXITED [09/Oct/2016:17:55:24] ENGINE Waiting for child threads to terminate... Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf Register of ENOSPC event failed: Libvirt service is not running Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf

*** Kimchi: Running feature tests *** Service Libvirtd running ...: True Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf Failed to import plugin plugins.kimchi.Kimchi, error: 'NoneType' object has no attribute 'findStoragePoolSources' Cannot upgrade objectstore schema: no such table: objects *** Ginger Base: Running capabilities tests *** System Report Tool ...: True Loading AptUpdate features. System Update Tool ...: True Repo Management Tool .: deb *** Ginger Base: Capabilities tests completed *** [09/Oct/2016:17:55:55] ENGINE Listening for SIGHUP. [09/Oct/2016:17:55:55] ENGINE Listening for SIGTERM. [09/Oct/2016:17:55:55] ENGINE Listening for SIGUSR1. [09/Oct/2016:17:55:55] ENGINE Bus STARTING [09/Oct/2016:17:55:55] ENGINE Started monitor thread 'Session cleanup'. [09/Oct/2016:17:55:55] ENGINE Serving on http://127.0.0.1:8010 [09/Oct/2016:17:55:55] ENGINE Bus STARTED

philled avatar Oct 10 '16 10:10 philled

Thanks Paulo. I've pasted the content of /var/log/wok/wok-error.log below. Looking at it, do you think the crux of the problem is the "Unable to connect to libvirt" message? It's odd because I've tested that I can successfully connect with virsh:

$ virsh --connect qemu+ssh://[email protected]/system Welcome to virsh, the virtualisation interactive terminal. Type: 'help' for help with commands 'quit' to quit virsh #

And the uri_default in etc/libvirt/libvirt.conf is: uri_default = "qemu+ssh://[email protected]/system"

One thing to remember is that this Kimch server is a virtual machine running on the same KVM host that it's trying to manage. I don't know if that makes a difference to anything?

Contents of /var/log/wok/wok-error.log:

[09/Oct/2016:17:09:31] ENGINE Started monitor thread 'Session cleanup'. WOKAUTH0001E: Authentication failed for user 'phill'. [Error code: 7] [09/Oct/2016:17:55:24] ENGINE Caught signal SIGTERM. [09/Oct/2016:17:55:24] ENGINE Bus STOPPING [09/Oct/2016:17:55:24] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down [09/Oct/2016:17:55:24] ENGINE Caught signal SIGTERM. [09/Oct/2016:17:55:24] ENGINE Bus STOPPING [09/Oct/2016:17:55:24] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) already shut down [09/Oct/2016:17:55:24] ENGINE Stopped thread 'Session cleanup'. [09/Oct/2016:17:55:24] ENGINE Bus STOPPED [09/Oct/2016:17:55:24] ENGINE Bus EXITING [09/Oct/2016:17:55:24] ENGINE Bus EXITED [09/Oct/2016:17:55:24] ENGINE Stopped thread 'Session cleanup'. [09/Oct/2016:17:55:24] ENGINE Bus STOPPED [09/Oct/2016:17:55:24] ENGINE Bus EXITING [09/Oct/2016:17:55:24] ENGINE Bus EXITED [09/Oct/2016:17:55:24] ENGINE Waiting for child threads to terminate... Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf

This has pointed me to some config files and I think I may have found it can't connect to libvirt. /etc/systemd/system/wokd.service.d/kimchi.conf says that it wants libvirt-bin.service. But there seems to be a problem with this (that unfortunately I don't know how to solve):

$ sudo systemctl status libvirt-bin ● libvirt-bin.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2016-10-09 19:24:04 AEDT; 1 day 2h ago Docs: man:libvirtd(8) http://libvirt.org Main PID: 4461 (libvirtd) CGroup: /system.slice/libvirt-bin.service ├─3094 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper ├─3095 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib/libvirt/libvirt_leaseshelper └─4461 /usr/sbin/libvirtd

Oct 09 19:24:04 kim2 libvirtd[4461]: libvirt version: 1.3.1, package: 1ubuntu10.3 (Christian Ehrhardt [email protected] Wed, 21 Sep 2016 13:46:44 +0200) Oct 09 19:24:04 kim2 libvirtd[4461]: hostname: kim2.edwards.local Oct 09 19:24:04 kim2 libvirtd[4461]: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Oct 09 19:24:04 kim2 libvirtd[4461]: Failed to probe capabilities for /usr/bin/kvm-spice: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Oct 09 19:24:04 kim2 libvirtd[4461]: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Oct 09 19:24:04 kim2 libvirtd[4461]: Failed to probe capabilities for /usr/bin/kvm: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Oct 09 19:24:05 kim2 libvirtd[4461]: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Oct 09 19:24:05 kim2 libvirtd[4461]: Failed to probe capabilities for /usr/bin/kvm-spice: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Oct 09 19:24:05 kim2 libvirtd[4461]: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory Oct 09 19:24:05 kim2 libvirtd[4461]: Failed to probe capabilities for /usr/bin/kvm: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file or directory

philled avatar Oct 10 '16 11:10 philled

Hi everyone, I was wondering/hoping if someone has any suggestions on on the issues I'm having getting a libvirt connection on the Kimchi virtual machine I'm trying to build.

Oct 09 19:24:04 kim2 libvirtd[4461]: libvirt version: 1.3.1, package:
1ubuntu10.3 (Christian Ehrhardt <[email protected]> Wed, 21 Sep 2016 13:46:44 0200)
Oct 09 19:24:04 kim2 libvirtd[4461]: hostname: kim2.edwards.local
Oct 09 19:24:04 kim2 libvirtd[4461]: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory
                                     failed to initialize KVM: No such file

The following packages are installed so I believe KVM should be there: qemu-block-extra qemu-kvm qemu-system-common qemu-system-x86 qemu-utils libvirt0 libvirt-bin libvirt-glib-1.0-0 python-libvirt

And I can make a connection to the remote KVM host using virsh.

philled avatar Oct 14 '16 22:10 philled

Hello there,

Note that KVM needs hardware assisted virtualization to run on the host, and in virtualized environment, you'll need to have a platform that supports nested virtualization . Current generation AMD and Intel processors are supported. What hypervisor are you running for the virtual machine you're testing kimchi on?

On Oct 15, 2016 1:34 AM, "philled" [email protected] wrote:

Hi everyone, I was wondering/hoping if someone has any suggestions on on the issues I'm having getting a libvirt connection on the Kimchi virtual machine I'm trying to build.

Oct 09 19:24:04 kim2 libvirtd[4461]: libvirt version: 1.3.1, package: 1ubuntu10.3 (Christian Ehrhardt [email protected] Wed, 21 Sep 2016 13:46:44 0200) Oct 09 19:24:04 kim2 libvirtd[4461]: hostname: kim2.edwards.local Oct 09 19:24:04 kim2 libvirtd[4461]: internal error: QEMU / QMP failed: Could not access KVM kernel module: No such file or directory failed to initialize KVM: No such file

The following packages are installed so I believe KVM should be there: qemu-block-extra qemu-kvm qemu-system-common qemu-system-x86 qemu-utils libvirt0 libvirt-bin libvirt-glib-1.0-0 python-libvirt

And I can make a connection to the remote KVM host using virsh.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kimchi-project/kimchi/issues/1051#issuecomment-253935937, or mute the thread https://github.com/notifications/unsubscribe-auth/ACP2h0R66y4vNmpwXIPrM7OaiGpxZACZks5q0AOHgaJpZM4KR7KA .

Brainiarc7 avatar Oct 14 '16 23:10 Brainiarc7

Note that KVM needs hardware assisted virtualization to run on the host, and in virtualized environment, you'll need to have a platform that supports nested virtualization . Current generation AMD and Intel processors are supported. What hypervisor are you running for the virtual machine you're testing kimchi on?

Thanks for this. I have redefined the CPU on the Kimchi virtual machine in virt-manager to be "Copy host CPU configuration". I think you were right that it didn't have the right processor. Now I can see the the virtual extensions are turned enabled:

$ grep -E "(vmx|svm)" --color=always /proc/cpuinfo flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes xsave avx hypervisor lahf_lm tpr_shadow vnmi flexpriority ept vpid xsaveopt arat

So all good up to that point...but I still can't see any virtual machines. In the web UI I see this - no virtual machines and what looks like it may be some sort of connection error code: [image: Inline images 1]

And errors in /var/log/wok/wok-error.log such as "You are not authorized to access Kimchi" and "Unable to connect"" WOKAUTH0002E: You are not authorized to access Kimchi [16/Oct/2016:09:21:40] ENGINE Caught signal SIGTERM. [16/Oct/2016:09:21:40] ENGINE Bus STOPPING [16/Oct/2016:09:21:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down [16/Oct/2016:09:21:40] ENGINE Stopped thread 'Session cleanup'. [16/Oct/2016:09:21:40] ENGINE Bus STOPPED [16/Oct/2016:09:21:40] ENGINE Bus EXITING [16/Oct/2016:09:21:40] ENGINE Bus EXITED [16/Oct/2016:09:21:40] ENGINE Waiting for child threads to terminate... [16/Oct/2016:09:21:40] ENGINE Caught signal SIGTERM. [16/Oct/2016:09:21:40] ENGINE Bus STOPPING [16/Oct/2016:09:21:40] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) already shut down [16/Oct/2016:09:21:40] ENGINE No thread running for Session cleanup. [16/Oct/2016:09:21:40] ENGINE Bus STOPPED [16/Oct/2016:09:21:40] ENGINE Bus EXITING [16/Oct/2016:09:21:40] ENGINE Bus EXITED Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf Register of ENOSPC event failed: Libvirt service is not running Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt. Unable to establish connection with libvirt. Please check your libvirt URI which is often defined in /etc/libvirt/libvirt.conf

*** Kimchi: Running feature tests *** Service Libvirtd running ...: True Unable to connect to libvirt. Unable to connect to libvirt. Unable to connect to libvirt.

Any suggestions on what could be wrong here? As I've mentioned before I can connect to the remote KVM host with a virsh connection using the same connect string as in /etc/libvirt/libvirt.conf: uri_default = "qemu+ssh://[email protected]/system"

I feel like I'm close, but there's some (hopefully) simple config somewhere that I need to adjust. Unfortunatey the documentation isn't providing many clues.

philled avatar Oct 15 '16 22:10 philled

An y suggestions, anyone? I really think I'm close but just need to get over this "Unable to connect" problem.

philled avatar Oct 17 '16 02:10 philled

Hi @philled

Is libvirtd service running? Are you able to run the following python code?

import libvirt
conn = libvirt.open(None)
print conn

alinefm avatar Oct 21 '16 19:10 alinefm

Is libvirtd service running?

I believe it's running: $ sudo systemctl status libvirt-bin ● libvirt-bin.service - Virtualization daemon Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor preset: enabled) Active: active (running) since Sun 2016-10-23 22:04:16 AEDT; 3min 34s ago Docs: man:libvirtd(8) http://libvirt.org Main PID: 1208 (libvirtd) Tasks: 18 Memory: 33.1M CPU: 483ms CGroup: /system.slice/libvirt-bin.service ├─1208 /usr/sbin/libvirtd ├─1438 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib/libv └─1439 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/default.conf --leasefile-ro --dhcp-script=/usr/lib/libv

Oct 23 22:04:16 kim2 systemd[1]: Started Virtualization daemon. Oct 23 22:04:18 kim2 dnsmasq[1438]: started, version 2.75 cachesize 150 Oct 23 22:04:18 kim2 dnsmasq[1438]: compile time options: IPv6 GNU-getopt DBus i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset Oct 23 22:04:18 kim2 dnsmasq-dhcp[1438]: DHCP, IP range 192.168.122.2 -- 192.168.122.254, lease time 1h Oct 23 22:04:18 kim2 dnsmasq-dhcp[1438]: DHCP, sockets bound exclusively to interface virbr0 Oct 23 22:04:18 kim2 dnsmasq[1438]: reading /etc/resolv.conf Oct 23 22:04:18 kim2 dnsmasq[1438]: using nameserver 192.168.0.254#53 Oct 23 22:04:18 kim2 dnsmasq[1438]: read /etc/hosts - 5 addresses Oct 23 22:04:18 kim2 dnsmasq[1438]: read /var/lib/libvirt/dnsmasq/default.addnhosts - 0 addresses Oct 23 22:04:18 kim2 dnsmasq-dhcp[1438]: read /var/lib/libvirt/dnsmasq/default.hostsfile

Are you able to run the following python code?

import libvirt conn = libvirt.open(None) print conn

Running this: #!/usr/bin/python import libvirt conn = libvirt.open(None) print conn

gives this: <libvirt.virConnect object at 0x7ff1e4636710>

I don't know if that's a good sign or not.

philled avatar Oct 25 '16 19:10 philled

Hi @philled

Please, do:

import libvirt
conn = libvirt.open(None)
print conn.listAllDomains()

Is that listing all the VMs you expect?

Could you also share the output of:

service wokd stop
wokd --environment=dev

?

alinefm avatar Oct 26 '16 12:10 alinefm

Thanks - please see my responses below...

Please, do:

import libvirt conn = libvirt.open(None) print conn.listAllDomains()

Is that listing all the VMs you expect?

I see no VMs. I just get this: []

Could you also share the output of:

service wokd stop wokd --environment=dev

$ sudo wokd --environment=dev The authenticity of host '192.168.0.102 (192.168.0.102)' can't be established. ECDSA key fingerprint is SHA256:JQ+HBntIz8P3wm1FA2i1koitlIxNgSeIbRE/Ezy0JVk. Are you sure you want to continue connecting (yes/no)? yes [email protected]'s password: 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: error : internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 127: libvirt: error : cannot execute binary /sbin/showmount: No such file or directory internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 127: libvirt: error : cannot execute binary /sbin/showmount: No such file or directory

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 ***

libvirt: Storage Driver error : Storage pool not found: no storage pool with matching name 'ISO' [email protected]'s password: Failed to import plugin plugins.kimchi.Kimchi, error: *** Ginger Base: Running capabilities tests *** System Report Tool ...: True Loading AptUpdate features. System Update Tool ...: True Repo Management Tool .: deb *** Ginger Base: Capabilities tests completed *** [27/Oct/2016:19:53:44] ENGINE Listening for SIGHUP. [27/Oct/2016:19:53:44] ENGINE Listening for SIGTERM. [27/Oct/2016:19:53:44] ENGINE Listening for SIGUSR1. [27/Oct/2016:19:53:44] ENGINE Bus STARTING [27/Oct/2016:19:53:44] ENGINE Started monitor thread 'Autoreloader'. [27/Oct/2016:19:53:44] ENGINE Serving on http://127.0.0.1:8010

*** Kimchi: Running dependable feature tests *** [27/Oct/2016:19:53:44] ENGINE Started monitor thread 'Session cleanup'. 127.0.0.1 - - [27/Oct/2016:19:53:44] "HEAD /plugins/kimchi/images/icon-fedora.png HTTP/1.1" 404 1597 "" "" QEMU stream support .......: False Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp'] *** Kimchi: Dependable feature tests completed ***

[27/Oct/2016:19:53:44] ENGINE Bus STARTED

philled avatar Oct 27 '16 15:10 philled

I too am running in to this problem, but with a different error:

*** Kimchi: Running feature tests ***
Service Libvirtd running ...: True
internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 1: clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)

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 ***

Failed to import plugin plugins.kimchi.Kimchi, error: Input is not proper UTF-8, indicate encoding !
Bytes: 0xFF 0xFF 0xFF 0xFF, line 4, column 14
*** Ginger Base: Running capabilities tests ***
System Report Tool ...: True
Loading AptUpdate features.
System Update Tool ...: True
Repo Management Tool .: deb
*** Ginger Base: Capabilities tests completed ***
[02/Dec/2016:23:22:38] ENGINE Listening for SIGHUP.
[02/Dec/2016:23:22:38] ENGINE Listening for SIGTERM.
[02/Dec/2016:23:22:38] ENGINE Listening for SIGUSR1.
[02/Dec/2016:23:22:38] ENGINE Bus STARTING
[02/Dec/2016:23:22:38] ENGINE Started monitor thread 'Session cleanup'.
[02/Dec/2016:23:22:38] ENGINE Serving on http://127.0.0.1:8010

*** Kimchi: Running dependable feature tests ***
QEMU stream support .......: False
Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp']
*** Kimchi: Dependable feature tests completed ***

I managed to get past the no permission errors that @philled was getting, but still no Kimchi/Virtualization tab in my interface.

Ubuntu 16.04. I followed the steps listed here: http://jadams.tech/2016/03/21/installing-kimchi/.

h4ckninja avatar Dec 03 '16 07:12 h4ckninja

I too am running in to this problem, but with a different error:

I managed to get past the no permission errors that @philled https://github.com/philled was getting, but still no Kimchi/Virtualization tab in my interface.

Ubuntu 16.04. I followed the steps listed here: http://jadams.tech/2016/03/21/installing-kimchi/.

Are you trying to get it running as a virtual machine, or installing it on the KVM hypervisor itself? If the former, I couldn't get it to work and gave up. The only way I could get it to work was by installing it on the KVM hypervisor.

philled avatar Dec 03 '16 07:12 philled

I'm running this on bare metal on the same machine as libvirt-bin.

h4ckninja avatar Dec 03 '16 07:12 h4ckninja

https://communities.vmware.com/thread/517989?start=0&tstart=0 is getting the same error message I'm getting. The last comment seems applicable:

For me the fix was to update the BIOS on the machine I was using workstation on (a 5th gen intel NUC). It crapped out while trying to get HW information. It could not get some information about the system, because the BIOS was not exposing it. Updating to latest BIOS fixed it for me.

Ironically, I'm on a 5th gen NUC. I'll comment back on whether or not upgrading the firmware works.

h4ckninja avatar Dec 03 '16 08:12 h4ckninja

That indeed fixed it. For posterity: If you have a NUC and are getting "Bytes: 0xFF 0xFF 0xFF", upgrade your firmware.

h4ckninja avatar Dec 03 '16 09:12 h4ckninja

Hello,

Would it make sense to turn this issue in a feature request : "Make kimchi able to manage remote KVM".

Thx

wispmax avatar Dec 07 '16 16:12 wispmax

Hi @wispmax

Do you have have a single Kimchi installation to manage virtual machines in multiple servers? Today, Kimchi connects to the libvirt running in the same system. If you configure libvirt properly to reach out a different server, Kimchi will do the same. But in that case, will be always 1 to 1: one kimchi server managing one KVM host.

alinefm avatar Dec 07 '16 16:12 alinefm

On 8 Dec 2016 03:25, "Aline Manera" [email protected] wrote:

Hi @wispmax https://github.com/wispmax

Do you have have a single Kimchi installation to manage virtual machines in multiple servers? Today, Kimchi connects to the libvirt running in the same system. If you configure libvirt properly to reach out a different server, Kimchi will do the same. But in that case, will be always 1 to 1: one kimchi server managing one KVM host.

Trouble is Aline, everybody who has tried to get that 1:1 configuration working seems to have failed. I see no evidence anywhere that it works, and in fact somebody posted a bug in the last day or two that explains why it doesn't work.

Can you confirm that you yourself have actually got this working? Or are you just assuming it should work?

philled avatar Dec 07 '16 18:12 philled

I have the same problem. Cant get the Virtualization Tab to show

WoK Installation

┌─[08:25:49]─[twl@usrv]─[~]
└──> uname -a
Linux usrv 4.4.0-62-generic #83-Ubuntu SMP Wed Jan 18 14:10:15 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
┌─[08:25:49]─[twl@usrv]─[~]
└──>
┌─[08:27:27]─[twl@usrv]─[~]                                                                                                                                                                                                             
└──> sudo systemctl status libvirt-bin                                                                                                                                                                                                  
● libvirt-bin.service - Virtualization daemon                                                                                                                                                                                           
   Loaded: loaded (/lib/systemd/system/libvirt-bin.service; enabled; vendor preset: enabled)                                                                                                                                            
   Active: active (running) since Mon 2017-02-06 03:22:57 PST; 5h 4min ago                                                                                                                                                              
     Docs: man:libvirtd(8)                                                                                                                                                                                                              
           http://libvirt.org                                                                                                                                                                                                           
 Main PID: 1776 (libvirtd)                                                                                                                                                                                                              
    Tasks: 18                                                                                                                                                                                                                           
   Memory: 40.7M                                                                                                                                                                                                                        
      CPU: 1.526s                                                                                                                                                                                                                       
   CGroup: /system.slice/libvirt-bin.service                                                                                                                                                                                            
           ├─1776 /usr/sbin/libvirtd                                                                                                                                                                                                    
           ├─2200 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/vmnet.conf --leasefile-ro --dhcp-script=/us           └─2201 /usr/sbin/dnsmasq --conf-file=/var/lib/libvirt/dnsmasq/vmnet.conf --leasefile-ro --dhcp-script=/us
Feb 06 03:22:58 usrv dnsmasq-dhcp[2200]: DHCP, sockets bound exclusively to interface virbr0                                                                                                                                            
Feb 06 03:22:58 usrv dnsmasq[2200]: reading /etc/resolv.conf                                                                                                                                                                            
Feb 06 03:22:58 usrv dnsmasq[2200]: using nameserver 192.168.1.1#53                                                                                                                                                                     
Feb 06 03:22:58 usrv dnsmasq[2200]: read /etc/hosts - 5 addresses                                                                                                                                                                       
Feb 06 03:22:58 usrv dnsmasq[2200]: read /var/lib/libvirt/dnsmasq/vmnet.addnhosts - 0 addresses                                                                                                                                         
Feb 06 03:22:58 usrv dnsmasq-dhcp[2200]: read /var/lib/libvirt/dnsmasq/vmnet.hostsfile                                                                                                                                                  
Feb 06 03:22:58 usrv libvirtd[1776]: libvirt version: 1.3.1, package: 1ubuntu10.6 (Christian Ehrhardt <christian.ehrFeb 06 03:22:58 usrv libvirtd[1776]: hostname: usrv.dev-local.net                                                   
Feb 06 03:22:58 usrv libvirtd[1776]: internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1Feb 06 03:33:35 usrv libvirtd[1776]: internal error: connection closed due to keepalive timeout   
┌─[08:27:28]─[twl@usrv]─[~]                                                                                                                                                                                                             
└──>                  
┌─[:(]─[08:34:18]─[!usrv]─[~]
└──> import libvirt
The program 'import' can be found in the following packages:
 * imagemagick
 * graphicsmagick-imagemagick-compat
Try: apt install <selected package>
┌─[:(]─[08:34:18]─[!usrv]─[~]
└──>
┌─[08:39:57]─[twl@usrv]─[~]                                                                                                                                                                                                       
└──> sudo wokd --environment=dev >> log.txt                                                                                                                                                                                       
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:  error : internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 1: clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)            
internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 1: clnt_create: RPC: Port mapper failure - Unable to receive: errno 111 (Connection refused)                              
                                                                                                                                                                                                                                  
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 ***                                                                                                                                                                                           
                                                                                                                                                                                                                                  
libvirt: Network Driver error : Network not found: no network with matching name 'default'                                                                                                                                        
Fatal: Unable to find network default.                                                                                                                                                                                            
Details: Network not found: no network with matching name 'default'                                                                                                                                                               
Failed to import plugin plugins.kimchi.Kimchi, error: Network default does not exist or is not active. Please, check the configuration in /etc/kimchi/template.conf to ensure it lists only valid networks.                       
*** Ginger Base: Running capabilities tests ***                                                                                                                                                                                   
System Report Tool ...: True                                                                                                                                                                                                      
Loading AptUpdate features.                                                                                                                                                                                                       
System Update Tool ...: True                                                                                                                                                                                                      
Repo Management Tool .: deb                                                                                                                                                                                                       
*** Ginger Base: Capabilities tests completed ***                                                                                                                                                                                 
[06/Feb/2017:08:40:20] ENGINE Listening for SIGHUP.                                                                                                                                                                               
[06/Feb/2017:08:40:20] ENGINE Listening for SIGTERM.                                                                                                                                                                              
[06/Feb/2017:08:40:20] ENGINE Listening for SIGUSR1.                                                                                                                                                                              
[06/Feb/2017:08:40:20] ENGINE Bus STARTING                                                                                                                                                                                        
[06/Feb/2017:08:40:20] ENGINE Started monitor thread 'Autoreloader'.                                                                                                                                                              
[06/Feb/2017:08:40:20] ENGINE Serving on http://127.0.0.1:8010                                                                                                                                                                    
                                                                                                                                                                                                                                  
*** Kimchi: Running dependable feature tests ***                                                                                                                                                                                  
[06/Feb/2017:08:40:20] ENGINE Started monitor thread 'Session cleanup'.                                                                                                                                                           
QEMU stream support .......: False                                                                                                                                                                                                
Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp']                                                                                                                                                             
*** Kimchi: Dependable feature tests completed ***                                                                                                                                                                                
                                                                                                                                                                                                                                  
[06/Feb/2017:08:40:20] ENGINE Bus STARTED                                                                                                                                                                                         

I open the https://192.168.1.25:8001

log.txt data from >>redirect

127.0.0.1 - - [06/Feb/2017:08:40:20] "HEAD /plugins/kimchi/images/icon-fedora.png HTTP/1.1" 404 1597 "" ""
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET / HTTP/1.0" 200 11011 "" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery-ui/themes/base/jquery-ui.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 30163 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/bootstrap-editable/dist/css/bootstrap-editable.css?cacheBust=1481808339.0 HTTP/1.0" 200 21137 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /css/wok.css?cacheBust=1481808339.0 HTTP/1.0" 200 39799 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/datatables/css/datatables.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 12763 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /css/fontawesome/fontawesome.css?cacheBust=1481808339.0 HTTP/1.0" 200 32714 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /css/opensans/opensans.css?cacheBust=1481808339.0 HTTP/1.0" 200 3061 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /css/datatables.bootstrap.css?cacheBust=1481808339.0 HTTP/1.0" 200 7174 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /css/bootstrap-select.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 3275 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /css/jquery-ui.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 5255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /css/bootstrap.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 136553 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/bootstrap-select/dist/css/bootstrap-select.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6290 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery-bootgrid/dist/css/jquery.bootgrid.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 3691 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/bootstrap-switch/dist/css/bootstrap-switch.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/es5-shim/es5-shim.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 17171 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery/jquery.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 95992 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery-containsNC/jquery.containsNC.js?cacheBust=1481808339.0 HTTP/1.0" 200 173 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery-ui/jquery-ui.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 240427 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery-ui/jquery-ui-i18n.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 56179 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery-i18n/jquery.i18n.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 551 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/list-js/list.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 16952 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/bootstrap/bootstrap.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 36816 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/bootstrap-select/dist/js/bootstrap-select.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 31692 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/jquery-bootgrid/dist/js/jquery.bootgrid.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 23999 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/bootstrap-switch/dist/js/bootstrap-switch.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 15724 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/bootstrap-editable/dist/js/bootstrap-editable.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 75908 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/typeahead/typeahead.bundle.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 39749 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/lodash/lodash.js?cacheBust=1481808339.0 HTTP/1.0" 200 67961 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/moment/moment-with-locales.min.js?cacheBust=1481808340.0 HTTP/1.0" 200 206984 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:08] "GET /libs/datatables/js/datatables.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 114985 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /libs/datatables/js/plugins/ip-address/ip-address.js?cacheBust=1481808339.0 HTTP/1.0" 200 1921 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /base64/jquery.base64.js?cacheBust=1481808339.0 HTTP/1.0" 200 4498 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /js/wok.min.js?cacheBust=1481808339.0 HTTP/1.0" 200 114625 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /config HTTP/1.0" 200 91 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /images/wok-logo.png HTTP/1.0" 200 3229 "https://usrv:8001/css/bootstrap.custom.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /fonts/OpenSans-Regular.ttf HTTP/1.0" 200 217360 "https://usrv:8001/css/opensans/opensans.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /fonts/OpenSans-Bold.ttf HTTP/1.0" 200 224592 "https://usrv:8001/css/opensans/opensans.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /fonts/fontawesome-webfont.ttf HTTP/1.0" 200 142072 "https://usrv:8001/css/fontawesome/fontawesome.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:09] "GET /fonts/OpenSans-Light.ttf HTTP/1.0" 200 222412 "https://usrv:8001/css/opensans/opensans.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /libs/jquery-ui/themes/base/jquery-ui.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 30163 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /css/jquery-ui.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 5255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /css/bootstrap.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 136553 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /libs/jquery-bootgrid/dist/css/jquery.bootgrid.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 3691 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /libs/bootstrap-select/dist/css/bootstrap-select.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6290 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /libs/bootstrap-switch/dist/css/bootstrap-switch.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /libs/bootstrap-editable/dist/css/bootstrap-editable.css?cacheBust=1481808339.0 HTTP/1.0" 200 21137 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /libs/datatables/css/datatables.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 12763 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /css/fontawesome/fontawesome.css?cacheBust=1481808339.0 HTTP/1.0" 200 32714 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /css/opensans/opensans.css?cacheBust=1481808339.0 HTTP/1.0" 200 3061 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /css/bootstrap-select.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 3275 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /css/datatables.bootstrap.css?cacheBust=1481808339.0 HTTP/1.0" 200 7174 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /css/wok.css?cacheBust=1481808339.0 HTTP/1.0" 200 39799 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /i18n.json HTTP/1.0" 200 1388 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /images/favicon-194x194.png?cacheBust=1481808339.0 HTTP/1.0" 200 1868 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /ui/config/tab-ext.xml HTTP/1.0" 200 346 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /plugins HTTP/1.0" 200 30 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /plugins/gingerbase/i18n.json HTTP/1.0" 200 6519 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:10] "GET /plugins/gingerbase/ui/config/tab-ext.xml HTTP/1.0" 200 1347 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/i18n.json HTTP/1.0" 200 16378 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/ui/config/tab-ext.xml HTTP/1.0" 200 1801 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /help/en_US/settings.html HTTP/1.0" 200 903 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/gingerbase/help/en_US/host-dashboard.html HTTP/1.0" 200 1982 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/help/en_US/host-network.html HTTP/1.0" 200 1056 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/help/en_US/host-storage.html HTTP/1.0" 200 1628 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/gingerbase/help/en_US/host-update.html HTTP/1.0" 200 1741 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/help/en_US/host-system-services.html HTTP/1.0" 200 1296 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/help/en_US/host-admin.html HTTP/1.0" 200 3019 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins HTTP/1.0" 200 30 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /images/wok.svg?cacheBust=1481808339.0 HTTP/1.0" 200 2042 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /images/favicon-96x96.png?cacheBust=1481808339.0 HTTP/1.0" 200 1248 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/gingerbase/config HTTP/1.0" 200 51 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /tabs/settings.html HTTP/1.0" 200 2839 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins HTTP/1.0" 200 30 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "HEAD /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/config HTTP/1.0" 200 25 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "HEAD /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /css/settings.css HTTP/1.0" 200 3599 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /js/wok.user-log.js?_=1486399268936 HTTP/1.0" 200 8933 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /js/wok.bootgrid.js?_=1486399268937 HTTP/1.0" 200 5841 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /images/theme-default/spin5.svg HTTP/1.0" 200 6539 "https://usrv:8001/css/wok.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/gingerbase/config HTTP/1.0" 200 51 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /logs HTTP/1.0" 401 1094 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "HEAD /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/config HTTP/1.0" 200 25 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "HEAD /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /fonts/OpenSans-Semibold.ttf HTTP/1.0" 200 221328 "https://usrv:8001/css/opensans/opensans.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:11] "GET /login.html HTTP/1.0" 200 22647 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /libs/jquery-ui/themes/base/jquery-ui.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 30163 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/jquery-ui.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 5255 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /libs/bootstrap-select/dist/css/bootstrap-select.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6290 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /libs/datatables/css/datatables.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 12763 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/bootstrap.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 136553 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/fontawesome/fontawesome.css?cacheBust=1481808339.0 HTTP/1.0" 200 32714 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/opensans/opensans.css?cacheBust=1481808339.0 HTTP/1.0" 200 3061 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/bootstrap-select.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 3275 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/wok.css?cacheBust=1481808339.0 HTTP/1.0" 200 39799 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/datatables.bootstrap.css?cacheBust=1481808339.0 HTTP/1.0" 200 7174 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /config HTTP/1.0" 200 91 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /plugins HTTP/1.0" 200 30 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /libs/jquery-ui/themes/base/jquery-ui.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 30163 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/jquery-ui.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 5255 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /libs/bootstrap-select/dist/css/bootstrap-select.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6290 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/bootstrap.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 136553 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /libs/datatables/css/datatables.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 12763 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/opensans/opensans.css?cacheBust=1481808339.0 HTTP/1.0" 200 3061 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/fontawesome/fontawesome.css?cacheBust=1481808339.0 HTTP/1.0" 200 32714 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/bootstrap-select.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 3275 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/wok.css?cacheBust=1481808339.0 HTTP/1.0" 200 39799 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /css/datatables.bootstrap.css?cacheBust=1481808339.0 HTTP/1.0" 200 7174 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /images/favicon-194x194.png?cacheBust=1481808339.0 HTTP/1.0" 200 1868 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:12] "GET /plugins/gingerbase/config HTTP/1.0" 200 51 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:13] "HEAD /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:13] "GET /plugins/ginger/config HTTP/1.0" 200 25 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:13] "HEAD /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:13] "GET /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:13] "GET /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:13] "GET /fonts/OpenSans-Semibold.ttf HTTP/1.0" 200 221328 "https://usrv:8001/css/opensans/opensans.css?cacheBust=1481808339.0" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:13] "GET /images/favicon-96x96.png?cacheBust=1481808339.0 HTTP/1.0" 200 1248 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "POST /login HTTP/1.0" 200 334 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET / HTTP/1.0" 200 11011 "https://usrv:8001/login.html" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /libs/jquery-ui/themes/base/jquery-ui.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 30163 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /css/jquery-ui.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 5255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /css/bootstrap.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 136553 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /libs/bootstrap-select/dist/css/bootstrap-select.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6290 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /libs/jquery-bootgrid/dist/css/jquery.bootgrid.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 3691 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /libs/bootstrap-switch/dist/css/bootstrap-switch.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /libs/bootstrap-editable/dist/css/bootstrap-editable.css?cacheBust=1481808339.0 HTTP/1.0" 200 21137 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /libs/datatables/css/datatables.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 12763 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /css/opensans/opensans.css?cacheBust=1481808339.0 HTTP/1.0" 200 3061 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /css/bootstrap-select.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 3275 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /css/datatables.bootstrap.css?cacheBust=1481808339.0 HTTP/1.0" 200 7174 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /css/fontawesome/fontawesome.css?cacheBust=1481808339.0 HTTP/1.0" 200 32714 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /css/wok.css?cacheBust=1481808339.0 HTTP/1.0" 200 39799 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /base64/jquery.base64.js?cacheBust=1481808339.0 HTTP/1.0" 200 4498 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /config HTTP/1.0" 200 91 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:19] "GET /i18n.json HTTP/1.0" 200 1388 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /libs/jquery-ui/themes/base/jquery-ui.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 30163 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /css/jquery-ui.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 5255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /libs/jquery-bootgrid/dist/css/jquery.bootgrid.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 3691 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /libs/bootstrap-select/dist/css/bootstrap-select.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6290 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /css/bootstrap.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 136553 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /libs/bootstrap-switch/dist/css/bootstrap-switch.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 6255 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /libs/bootstrap-editable/dist/css/bootstrap-editable.css?cacheBust=1481808339.0 HTTP/1.0" 200 21137 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /libs/datatables/css/datatables.min.css?cacheBust=1481808339.0 HTTP/1.0" 200 12763 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /css/fontawesome/fontawesome.css?cacheBust=1481808339.0 HTTP/1.0" 200 32714 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /css/opensans/opensans.css?cacheBust=1481808339.0 HTTP/1.0" 200 3061 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /css/bootstrap-select.custom.css?cacheBust=1481808339.0 HTTP/1.0" 200 3275 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /css/datatables.bootstrap.css?cacheBust=1481808339.0 HTTP/1.0" 200 7174 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /css/wok.css?cacheBust=1481808339.0 HTTP/1.0" 200 39799 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /images/favicon-194x194.png?cacheBust=1481808339.0 HTTP/1.0" 200 1868 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /ui/config/tab-ext.xml HTTP/1.0" 200 346 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins HTTP/1.0" 200 30 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/gingerbase/i18n.json HTTP/1.0" 200 6519 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/gingerbase/ui/config/tab-ext.xml HTTP/1.0" 200 1347 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/i18n.json HTTP/1.0" 200 16378 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/ui/config/tab-ext.xml HTTP/1.0" 200 1801 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /help/en_US/settings.html HTTP/1.0" 200 903 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/gingerbase/help/en_US/host-dashboard.html HTTP/1.0" 200 1982 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/help/en_US/host-network.html HTTP/1.0" 200 1056 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/help/en_US/host-storage.html HTTP/1.0" 200 1628 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/gingerbase/help/en_US/host-update.html HTTP/1.0" 200 1741 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/help/en_US/host-system-services.html HTTP/1.0" 200 1296 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/help/en_US/host-admin.html HTTP/1.0" 200 3019 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins HTTP/1.0" 200 30 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins HTTP/1.0" 200 30 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /tabs/settings.html HTTP/1.0" 200 2839 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /images/favicon-194x194.png?cacheBust=1481808339.0 HTTP/1.0" 200 1868 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/gingerbase/config HTTP/1.0" 200 51 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /tabs/settings.html HTTP/1.0" 200 2839 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "HEAD /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/config HTTP/1.0" 200 25 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "HEAD /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/gingerbase/config HTTP/1.0" 200 51 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "HEAD /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:20] "GET /plugins/ginger/config HTTP/1.0" 200 25 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "HEAD /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /plugins/ginger/images/ginger.svg HTTP/1.0" 200 6222 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /plugins/gingerbase/images/gingerbase.svg HTTP/1.0" 200 2685 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /css/settings.css HTTP/1.0" 200 3599 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /js/wok.user-log.js?_=1486399279722 HTTP/1.0" 200 8933 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /js/wok.bootgrid.js?_=1486399279723 HTTP/1.0" 200 5841 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /js/wok.user-log.js?_=1486399279724 HTTP/1.0" 200 8933 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /logs HTTP/1.0" 200 4761 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /js/wok.bootgrid.js?_=1486399279725 HTTP/1.0" 200 5841 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /images/favicon-96x96.png?cacheBust=1481808339.0 HTTP/1.0" 200 1248 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /logs HTTP/1.0" 200 4761 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:21] "GET /notifications HTTP/1.0" 200 2 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:23] "GET /notifications HTTP/1.0" 200 2 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:25] "GET /notifications HTTP/1.0" 200 2 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"
192.168.10.2 - - [06/Feb/2017:08:41:27] "GET /notifications HTTP/1.0" 200 2 "https://usrv:8001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36"

I press control-c

♥[06/Feb/2017:08:41:32] ENGINE Keyboard Interrupt: shutting down bus
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Keyboard Interrupt: shutting down bus
[06/Feb/2017:08:41:32] ENGINE Bus STOPPING
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Bus STOPPING
[06/Feb/2017:08:41:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down
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'
[06/Feb/2017:08:41:32] ENGINE Stopped thread 'Session cleanup'.
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Stopped thread 'Session cleanup'.
[06/Feb/2017:08:41:32] ENGINE Stopped thread 'Autoreloader'.
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Stopped thread 'Autoreloader'.
[06/Feb/2017:08:41:32] ENGINE Bus STOPPED
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Bus STOPPED
[06/Feb/2017:08:41:32] ENGINE Bus EXITING
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Bus EXITING
[06/Feb/2017:08:41:32] ENGINE Bus EXITED
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Bus EXITED
[06/Feb/2017:08:41:32] ENGINE Waiting for child threads to terminate...
INFO:cherrypy.error:[06/Feb/2017:08:41:32] ENGINE Waiting for child threads to terminate...

┌─[08:41:33]─[twl@usrv]─[~]
└──>

ghost avatar Feb 06 '17 16:02 ghost

So that was my problem, I renamed default,

libvirt: Network Driver error : Network not found: no network with matching name 'default'

so I renamed it back, and it's working

ghost avatar Feb 07 '17 00:02 ghost

Hi @meffect

There is no problem on renaming the default network on libvirt. But make sure to inform that to Kimchi by editing the file /etc/kimchi/template.conf

alinefm avatar Jun 06 '17 17:06 alinefm

I'm getting similar results to those in this thread, though not the exact error messages about libvirt. The python import libvirt / libvirt.open(None) / conn.listAllDomains looks to be working. Here is my error.log (and --environment=dev) on startup:

*** Kimchi: Running feature tests ***
Service Libvirtd running ...: True
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 ***

Failed to import plugin plugins.kimchi.Kimchi, error: An error occurred, but the cause is unknown
*** Ginger Base: Running capabilities tests ***
System Report Tool ...: True
Logging AptUpdate features.
System Update Tool ...: True
Repo Management Tool .: deb
*** Ginger Base: Capabilities tests completed ***
[10/Jul/2017:21:07:31] ENGINE Listening for SIGHUP.
[10/Jul/2017:21:07:31] ENGINE Listening for SIGTERM.
[10/Jul/2017:21:07:31] ENGINE Listening for SIGUSR1.
[10/Jul/2017:21:07:31] ENGINE Bus STARTING
[10/Jul/2017:21:07:31] ENGINE Serving on http://127.0.0.1:8010

*** Kimchi: Running dependable feature tests ***
[10/Jul/2017:21:07:32] ENGINE Started monitor thread 'Session cleanup'.
QEMU stream support .......: False
Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp']
*** Kimchi: Dependable feature tests completed ***

[10/Jul/2017:21:07:32] ENGINE Bus STARTED

brmiller avatar Jul 11 '17 04:07 brmiller

Hi brmiller, I'm not actively following this any more, but just wanted to check something with you. Have you installed Kimchi on the KVM host itself, or are you trying to set it up on a guest VM running on the KVM host? I was trying to set it up as a guest VM and it looks like this configuration isn't supported (according to comments further back up the thread).

philledwards avatar Jul 11 '17 04:07 philledwards

Installed on the same host as libvirt

brmiller avatar Jul 11 '17 04:07 brmiller

@philled

I have a Fedora 25 system running with latest Wok and Kimchi and on top of it I have 4 virtual machines, each one with the following OS: Fedora 25, Ubuntu 17.04, Open SUSE 42.2 and CentOS7 and all them have nested virtualization enabled and also running latest Wok and Kimchi. :-)

So yes, I am sure Wok and Kimchi work properly.

When the virtualization tab does not shown up, there will be a message in the logs (/var/log/wok/) with something like "Failed to import plugin plugins.kimchi.Kimchi" Or "Unable to load plugin". This message will give you a hint about the problem.

@brmiller

From your log I can see:

Failed to import plugin plugins.kimchi.Kimchi, error: An error occurred, but the cause is unknown

Which does not say too much. So in that case, you will need to debug the code to identify what is happening there. I can help on that if you want.

alinefm avatar Jul 11 '17 14:07 alinefm

@alinefm is one of those VMs running Kimchi which is controlling KVM on a DIFFERENT machine to itself? I understood from the feedback I'd been given that Kimchi has to be installed on the SAME machine it's trying to control. Therefore you can't set up a VM to control the host that VM is running on. If that's changed in the last few months then I'd be keen to try this again, but a few months ago I was told it's not possible.

philled avatar Jul 12 '17 01:07 philled

@philled That is still no possible. It is only possible if you configure the libvirtd service running on Kimchi machine to access another libvirt service in a different machine.

alinefm avatar Jul 12 '17 14:07 alinefm

@alinefm That's what I thought as well - not much detail in the message and no idea really where to start. I am a software developer by trade, so I should be able to follow your instructions, but as I am not familiar with this code base, a few pointers on where to get started would be helpful. I'm running the debian packages, not source, but I can always modified installed sources, or checkout the project and run from there too if need be. Let me know where to start. Are there any debug settings to turn on or a way to get a trace of code execution?

UPDATE

I'm no python developer, but I managed to figure out how to get a stack trace. I also turned logging to debug. I'm still reading libvirt API documentation, so I haven't figured out what is wrong with the virNodeDeviceGetXMLDesc call.

$ sudo wokd --environment=dev
Push server created on address /run/user/0/woknotifications
Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

libvirt: Storage Driver error : Storage pool not found: no storage pool with matching name 'FEATURETEST_POOL'

*** Kimchi: Running feature tests ***
Run command: 'systemctl is-active libvirtd.service'
out:
active

Service Libvirtd running ...: True
Run command: 'systemctl is-active libvirtd.service'
out:
active

NFS Target Probe support ...: True
Fibre Channel Host support .: True
Run command: 'modprobe vfio-pci'
Kernel VFIO support ........: True
Impossible to execute 'nmcli dev status'
Network Manager running ....: False
Memory Hotplug support .....: True
*** Kimchi: Feature tests completed ***

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

Run command: 'systemctl is-active libvirtd.service'
out:
active

libvirt:  error : An error occurred, but the cause is unknown
Failed to import plugin plugins.kimchi.Kimchi, error: An error occurred, but the cause is unknown
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/wok/utils.py", line 222, in load_plugin
    plugin_app = import_class(plugin_class)(options)
  File "/usr/lib/python2.7/dist-packages/wok/plugins/kimchi/root.py", line 61, in __init__
    self.model = kimchiModel.Model()
  File "/usr/lib/python2.7/dist-packages/wok/plugins/kimchi/model/model.py", line 42, in __init__
    models = get_all_model_instances(__name__, __file__, kargs)
  File "/usr/lib/python2.7/dist-packages/wok/utils.py", line 549, in get_all_model_instances
    models.append(instance(**kwargs))
  File "/usr/lib/python2.7/dist-packages/wok/plugins/kimchi/model/host.py", line 149, in __init__
    self.iommu_groups = self.get_iommu_groups()
  File "/usr/lib/python2.7/dist-packages/wok/plugins/kimchi/model/host.py", line 163, in get_iommu_groups
    conn.get().nodeDeviceLookupByName(device))
  File "/usr/lib/python2.7/dist-packages/wok/plugins/kimchi/model/hostdev.py", line 174, in get_dev_info
    xmlstr = node_dev.XMLDesc(0)
  File "/usr/lib/python2.7/dist-packages/wok/plugins/kimchi/model/libvirtconnection.py", line 68, in wrapper
    ret = f(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/libvirt.py", line 5206, in XMLDesc
    if ret is None: raise libvirtError ('virNodeDeviceGetXMLDesc() failed')
libvirtError: An error occurred, but the cause is unknown
*** Ginger Base: Running capabilities tests ***
System Report Tool ...: True
Logging AptUpdate features.
Impossible to execute 'zypper --help'
System Update Tool ...: True
Repo Management Tool .: deb
*** Ginger Base: Capabilities tests completed ***
[12/Jul/2017:21:39:49] ENGINE Listening for SIGHUP.
[12/Jul/2017:21:39:49] ENGINE Listening for SIGTERM.
[12/Jul/2017:21:39:49] ENGINE Listening for SIGUSR1.
[12/Jul/2017:21:39:49] ENGINE Bus STARTING
[12/Jul/2017:21:39:49] ENGINE Started monitor thread 'Autoreloader'.
[12/Jul/2017:21:39:49] ENGINE Serving on http://127.0.0.1:8010

*** Kimchi: Running dependable feature tests ***
Run command: 'systemctl is-active libvirtd.service'
out:
active

[12/Jul/2017:21:39:50] ENGINE Started monitor thread 'Session cleanup'.
127.0.0.1 - - [12/Jul/2017:21:39:50] "HEAD /plugins/kimchi/images/icon-fedora.png HTTP/1.1" 404 1247 "" ""
QEMU stream support .......: False
Libvirt Stream Protocols ..: ['http', 'https', 'ftp', 'ftps', 'tftp']
*** Kimchi: Dependable feature tests completed ***

[12/Jul/2017:21:39:50] ENGINE Bus STARTED

brmiller avatar Jul 13 '17 01:07 brmiller

Finally, I find the solution on Ubuntu 16.04.3.

systemctl status libvirtd shows two errors

Sep 22 22:23:13 ubuntu-kvm libvirtd[158901]: internal error: Child process (/sbin/showmount --no-headers --exports 127.0.0.1) unexpected exit status 1: clnt_create: RPC: Program not registered
Sep 22 22:26:03 ubuntu-kvm libvirtd[158901]: End of file while reading data: Input/output error

To solve the first one, install nfs-kernel-server

apt install nfs-kernel-server

To solve the second one, add root (and your user ?) to libvirtd group

usermod -G libvirtd -a root
usermod -G libvirtd -a yourusername

Then stop/start libvirtd and wokd, and the virtualization page appears.

goophile avatar Sep 23 '17 15:09 goophile