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

Can't access to kimchi web page on SUSE LES 12 sp1 #1169

Open ARABOUCH opened 7 years ago

ARABOUCH commented 7 years ago

Hi,

I already install kimchi on SLES 12 sp1, I faced in the first try a problem with import the cherrypy lib and others but solved with adding the python-pip repo. Now, the service is running and active but I can't access with my navigator the administration page via https://localhost:8001 or even with the server IP

Any suggestion please ?

time-river commented 7 years ago

try

systemctl start nginx
ARABOUCH commented 7 years ago

Thank you time-rider for your reply Well, Nginx service failed to start, got : _: /usr/sbin/nginx: symbol lookup error: /usr/sbin/nginx: undefined symbol: X509_checkhost

What I noticed during the installation that zypper don't take in charge all dependancies install : Problem: nothing provides python-parted needed by kimchi-2.5.0-0.noarch Solution 1: do not install kimchi-2.5.0-0.noarch Solution 2: break kimchi-2.5.0-0.noarch by ignoring some of its dependencies

Maybe it's due to this