[5.1.4] Regression: auto logon fails after update from 5.0

Discussions about using Windows guests in VirtualBox.
Post Reply
ucrasher
Posts: 85
Joined: 3. May 2012, 10:55
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: XP,Win7,various Linux

[5.1.4] Regression: auto logon fails after update from 5.0

Post by ucrasher »

Hi,
auto logon is a nice feature and I used it for many VMs. Now after I upgraded from 5.0.26 to 5.1.4 it does not work anymore.
The login screen shows the passed credentials in different fields.
Example from user manual:

Code: Select all

VBoxManage controlvm "Windows XP" setcredentials "John Doe" "secretpassword" "DOMTEST"
The login screen of Win10-1607 shows two users "John Doe" and "secretpassword" in the left lower corner.
The password box contains some text (just dots) and below the box is the text "DOMTEST".

On Win7 it is generally the same, two users. "DOMTEST" does not show up.

It almost looks like the command line is not parsed correctly.

My host is Ubuntu 1604.
All the years I used this start script:

Code: Select all

VBoxManage startvm "Windows XP" &&  VBoxManage controlvm "Windows XP" setcredentials "John Doe" "secretpassword" "DOMTEST" && exit 0
When I run the parts of the script (startvm and controlvm) separate and with enough time between, it still does not work. It behaves slightly different though.
Left lower corner shows two users "John Doe" and and "username". Later (after writing this and going back to the VM) it shows garbage (Chinese chars) instead "username" and below thew password box. That proofs something is fishy.
In the VB log I saw noting related to auto logon.
Attachments
VBox.log
(111.71 KiB) Downloaded 6 times
Thanks, ucrasher.
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: [5.1.4] Regression: auto logon fails after update from 5.0

Post by Perryg »

These kinds of problems that are reproducible should be reported to bugtracker.
It would also help if you can post the ticket number here so other can see the progress, add information, or see the final results.
ucrasher
Posts: 85
Joined: 3. May 2012, 10:55
Primary OS: Ubuntu other
VBox Version: PUEL
Guest OSses: XP,Win7,various Linux

Re: [5.1.4] Regression: auto logon fails after update from 5.0

Post by ucrasher »

Thanks, ucrasher.
Post Reply