kimchi-project / kimchi

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

kimchi ssl #1177

Closed shadowmm closed 6 years ago

shadowmm commented 6 years ago

nginx: [emerg] BIO_new_file("/etc/kimchi/kimchi-cert.pem") failed (SSL: error:02001002:system library:fopen:No such file or directory:fopen('/etc/kimchi/kimchi-cert.pem','r') error:2006D080:BIO routines:BIO_new_file:no such file) nginx: configuration file /etc/nginx/nginx.conf test failed

alinefm commented 6 years ago

Hi @shadowmm

Could you give a better description on what problem you are having?

shadowmm commented 6 years ago

Nevermind I fixed that problem. But now i have a new problem. Everytime i start kimchi the wok virtualization tab doesnt show up in the webpanel. It says default network already exists

shadowmm commented 6 years ago

Loading AptUpdate features. Loading AptUpdate features. Fatal: Unable to activate network default. Fatal: Unable to activate network default. Please, check the configuration in /etc/kimchi/template.conf to ensure it lists only valid networks. Please, check the configuration in /etc/kimchi/template.conf to ensure it lists only valid networks. Details: error creating bridge interface virbr0: File exists Details: error creating bridge interface virbr0: File exists Loading AptUpdate features. Loading AptUpdate features. Fatal: Unable to find network default. Fatal: Unable to find network default. Please, check the configuration in /etc/kimchi/template.conf to ensure it lists only valid networks. Please, check the configuration in /etc/kimchi/template.conf to ensure it lists only valid networks. Details: Network not found: no network with matching name 'default' Details: Network not found: no network with matching name 'default'

from /var/log/kimchi/kimchi-error.log

shadowmm commented 6 years ago

This file describes the network interfaces available on your system

and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

The loopback network interface

auto lo iface lo inet loopback

Bridge between eth0 and eth1

auto virbr0 iface virbr0 inet dhcp bridge_ports enp0s25 bridge_stp off bridge_fd 0 bridge_maxwait 0

/etc/network/interfaces

shadowmm commented 6 years ago

You can close this thread. I solved the problem. I had some configuration erros