[GH-ISSUE #251] webvirtcloud and webvirtmgr #166

Closed
opened 2026-02-27 15:57:36 +03:00 by kerem · 8 comments
Owner

Originally created by @TerenceLiu98 on GitHub (Sep 5, 2019).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/251

Can we migrate from WebVirtMgr or can we store this two repo in one enviorment?

I had set up the WebVirtMgr, however when I installed the WebVirCloud I found that it cannot runserver properly with an error: ImproperlyConfigured: The SECRET_KEY setting must not be empty.

Originally created by @TerenceLiu98 on GitHub (Sep 5, 2019). Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/251 Can we migrate from WebVirtMgr or can we store this two repo in one enviorment? I had set up the WebVirtMgr, however when I installed the WebVirCloud I found that it cannot `runserver` properly with an error: `ImproperlyConfigured: The SECRET_KEY setting must not be empty.`
kerem closed this issue 2026-02-27 15:57:36 +03:00
Author
Owner

@TerenceLiu98 commented on GitHub (Sep 5, 2019):

also, what is "internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files" ?
looking forward to reply

<!-- gh-comment-id:528485997 --> @TerenceLiu98 commented on GitHub (Sep 5, 2019): also, what is "internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files" ? looking forward to reply
Author
Owner

@catborise commented on GitHub (Sep 9, 2019):

you can use both of them at the same time. but you should install them different env. for example docker or different vm. webvirtmgr and webvirtcloud apps are different. no need to migrate. only add hosts

ImproperlyConfigured: The SECRET_KEY setting must not be empty. : you can find necessary steps on readme. you must generate a secret key.

"internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files": what is your libvirt version on host?

<!-- gh-comment-id:529337997 --> @catborise commented on GitHub (Sep 9, 2019): you can use both of them at the same time. but you should install them different env. for example docker or different vm. webvirtmgr and webvirtcloud apps are different. no need to migrate. only add hosts ImproperlyConfigured: The SECRET_KEY setting must not be empty. : you can find necessary steps on readme. you must generate a secret key. "internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files": what is your libvirt version on host?
Author
Owner

@TerenceLiu98 commented on GitHub (Sep 9, 2019):

Yes, I ran mgr and cloud in different physical machine. I will check the version of libvirt

<!-- gh-comment-id:529362501 --> @TerenceLiu98 commented on GitHub (Sep 9, 2019): Yes, I ran `mgr` and `cloud` in different physical machine. I will check the version of libvirt
Author
Owner

@TerenceLiu98 commented on GitHub (Sep 9, 2019):

@catborise hi! The version of libvirt I am using is 4.0.0

<!-- gh-comment-id:529461643 --> @TerenceLiu98 commented on GitHub (Sep 9, 2019): @catborise hi! The version of libvirt I am using is 4.0.0
Author
Owner

@catborise commented on GitHub (Sep 9, 2019):

@TerenceLiu98 as far i understand, it is related with libvirt configuration problem. it is not related with webvirtcloud or webvirtmgr.
you can check it with on hosts: "virsh iface-list", to see if there is a config error or not and check the libvirt logs/deamon.

can you describe your network config for your instances?

<!-- gh-comment-id:529469427 --> @catborise commented on GitHub (Sep 9, 2019): @TerenceLiu98 as far i understand, it is related with libvirt configuration problem. it is not related with webvirtcloud or webvirtmgr. you can check it with on hosts: "virsh iface-list", to see if there is a config error or not and check the libvirt logs/deamon. can you describe your network config for your instances?
Author
Owner

@TerenceLiu98 commented on GitHub (Sep 10, 2019):

@catborise it returns error:

error: Failed to list interfaces
error: internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files
<!-- gh-comment-id:529900864 --> @TerenceLiu98 commented on GitHub (Sep 10, 2019): @catborise it returns error: ``` error: Failed to list interfaces error: internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files ```
Author
Owner

@catborise commented on GitHub (Sep 11, 2019):

@catborise it returns error:

error: Failed to list interfaces
error: internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files

there are some config error in network interfaces on host. i think you are using ubuntu. you should check network configuration

<!-- gh-comment-id:530227993 --> @catborise commented on GitHub (Sep 11, 2019): > @catborise it returns error: > > ``` > error: Failed to list interfaces > error: internal error: failed to get number of host interfaces: unspecified error - errors in loading some config files > ``` there are some config error in network interfaces on host. i think you are using ubuntu. you should check network configuration
Author
Owner

@TerenceLiu98 commented on GitHub (Sep 11, 2019):

@catborise you're right. the version is ubuntu 18.04 LTS. I am using netplan and set up a net bridge.

<!-- gh-comment-id:530280715 --> @TerenceLiu98 commented on GitHub (Sep 11, 2019): @catborise you're right. the version is ubuntu 18.04 LTS. I am using netplan and set up a net bridge.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/webvirtcloud#166
No description provided.