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

Fatal: Unable to activate network default. #1186

Closed saulhuerta closed 6 years ago

saulhuerta commented 6 years ago

I configured another network interface (eno1, eno4) and I restarted my server.

When I start wokd and loggin into wok Kimchi is not activated.

wok-error.log

[25/Oct/2017:20:08:41] ENGINE Caught signal SIGTERM. [25/Oct/2017:20:08:41] ENGINE Bus STOPPING [25/Oct/2017:20:08:41] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) shut down [25/Oct/2017:20:08:41] ENGINE Stopped thread 'Session cleanup'. [25/Oct/2017:20:08:41] ENGINE Caught signal SIGTERM. [25/Oct/2017:20:08:41] ENGINE Bus STOPPING [25/Oct/2017:20:08:41] ENGINE HTTP Server cherrypy._cpwsgi_server.CPWSGIServer(('127.0.0.1', 8010)) already shut down [25/Oct/2017:20:08:41] ENGINE No thread running for Session cleanup. [25/Oct/2017:20:08:41] ENGINE Bus STOPPED [25/Oct/2017:20:08:41] ENGINE Bus EXITING [25/Oct/2017:20:08:41] ENGINE Bus EXITED [25/Oct/2017:20:08:41] ENGINE Bus STOPPED [25/Oct/2017:20:08:41] ENGINE Bus EXITING [25/Oct/2017:20:08:41] ENGINE Bus EXITED [25/Oct/2017:20:08:41] ENGINE Waiting for child threads to terminate... Push server created on address /run/user/0/woknotifications

Kimchi: Running feature tests Service Libvirtd running ...: True Falló la operación: no storage pools were found on host '127.0.0.1' NFS Target Probe support ...: True Fibre Channel Host support .: True Kernel VFIO support ........: True rc: 8 error: Error: NetworkManager is not running. returned from cmd: nmcli dev status Network Manager running ....: False Memory Hotplug support .....: False Kimchi: Feature tests completed

Unknown device type: drm Fatal: Unable to activate network default. Details: internal error: La red ya está siendo utilizada por interfaz eno4 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. [25/Oct/2017:20:08:45] ENGINE Listening for SIGHUP. [25/Oct/2017:20:08:45] ENGINE Listening for SIGTERM. [25/Oct/2017:20:08:45] ENGINE Listening for SIGUSR1. [25/Oct/2017:20:08:45] ENGINE Bus STARTING [25/Oct/2017:20:08:45] ENGINE Serving on 127.0.0.1:8010

saulhuerta commented 6 years ago

Fixed.

I did this:

Then, create a new Virtual in wok gui and reconfigure all VM.

Regards