Opened 6 years ago
Last modified 6 years ago
#18389 new defect
numeric username issue
Reported by: | t4lwh | Owned by: | |
---|---|---|---|
Component: | other | Version: | VirtualBox 5.2.26 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | Linux |
Description
when use VBoxManage to run a headless VM, it starts and runs correctly and 'Machine state' changed to 'Running' according to the Log. but when try to list runninng VMs, its state always remains 'Powered Off'
VBoxManage list vms --long | grep -e Name: -e State:
It's suspected to be related to the numeric username. It's not locally created one but from AD using SSSD. And when changed to local user, above works fine, headless VM shows the correct machine state.
Attachments (3)
Change History (5)
by , 6 years ago
by , 6 years ago
Attachment: | VBox.2.log added |
---|
comment:2 by , 6 years ago
I have tested all following versions available for Ubuntu 18.04, and uploaded the logs. The results are the same showing wrong Machine state:
- 5.2.18-dfsg-2~ubuntu18.04.3
- 5.2.26-128414~Ubuntu~bionic from official virtualbox-5.2 at virtualbox.org
- 6.0.4-128413~Ubuntu~bionic from official virtualbox-6.0 at virtualbox.org
by , 6 years ago
Attachment: | VBox_5.2.log added |
---|
Just tried with locally created bad username with only numbers. Also the same issue.