Can't start VMs from the WebUI

xnick

Cadet
Joined
Oct 31, 2018
Messages
1
llo,

I've been trying to setup a VM from the WebUI.

I create the machine with no problems, I attach the installer ISO ( tried with both Ubuntu Server, and Arch Linux). The VM is created just fine, but I can't start it.

If I click on the slider, or the Start button, all I get is a "Please Wait" message with a spinner for less than a second, then nothing.

dmesg output only has this for each try:

Code:
Jun 16 10:19:21 Server04 kernel: tap0: Ethernet address: 58:9c:fc:00:7f:1a
Jun 16 10:19:21 Server04 kernel: tap0: changing name to 'vnet5'
Jun 16 10:19:21 Server04 kernel: vnet5: promiscuous mode enabled
Jun 16 10:19:21 Server04 kernel: vnet5: link state changed to UP
Jun 16 10:19:21 Server04 kernel: vnet5: link state changed to DOWN
Jun 16 10:19:21 Server04 kernel: vnet5: promiscuous mode disabled


always the same with the exception of "vnetX" which increments with each try.

If I enable Delay VM Boot Until VNC Connects, the WebUI considers the VM started, but I am unable to connect to the VNC (Failed to connect to server).
If I try to stop the VM at this point, I get [EFAULT] 1_Arch domain is not active", which I guess makes sense.
After a while it's considered off again.


/var/log/middlewared.log only logs a message from the attempted VNC connection.

Code:
[2021/06/16 10:25:28] (WARNING) aiohttp.websocket._send_frame():571 - websocket connection is closing.


What other logs can I check?

What is the equivalent CLI system? From what I gather the vm command is separate from what the WebUI uses.

System:
Code:
HP Proliant ML350 G6
Xeon E5504
36GB DDR3 ECC RAM


Thank you for your help,
Nick
 
Top