mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #637] Error poweron VM on Ubuntu Server 22.04 #367
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#367
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DynamicLoader on GitHub (Feb 27, 2024).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/637
As the title, I installed this onto a Ubuntu Server 22.04.
After setting
debug=trueto get rid of #615 , I can setup a new VM, but cannot poweron it.Outputs:
The hardware:
CPU: Intel(R) Xeon(R) CPU E5-2640 v2 @ 2.00GHz
RAM: 128GB
How can I solve it, please? Thanks.
@catborise commented on GitHub (Feb 27, 2024):
it is related with nic model type. it is fixed with latest commits. you should checkout lastest ones.
@DynamicLoader commented on GitHub (Feb 27, 2024):
But I just clone it today (2024/02/27, isn't it the latest one?
@catborise commented on GitHub (Feb 27, 2024):
well then, can you please share instance XML with us to see which device is causing that problem.(probably network device)
@DynamicLoader commented on GitHub (Feb 28, 2024):
Copied from web page XML panel:
@catborise commented on GitHub (Feb 28, 2024):
I thought I had solved this problem with latest . i did check again. :) i forgot to push it to repository. #638 this will fix problem.
(and also you can edit XML and remove specified line and save. it will work)
@DynamicLoader commented on GitHub (Feb 28, 2024):
OK, it did start normally. I'd update soon. Thanks for it very much!!