﻿id	summary	reporter	owner	description	type	status	component	version	resolution	keywords	cc	guest	host
12346	Error executing script by guest control after guest system restart => Fixed in SVN	Dronsky		"I'm doing automated building of my system in different OS.
For Linux systems I use scripts in guest system (Ubuntu) and execute it from script in host system - Windows 7.
Everything works ok until I restart the guest system. After that I get an error message on my command:

{{{
""c:\Program Files\Oracle\VirtualBox\VBoxManage.exe"" guestcontrol ""CentOS"" exec --image ""/opt/myinstaller/prepare.sh "" --username 
user1 --password user1 --wait-stderr --wait-stdout --verbose

Opening guest session as user 'user1' ...
Waiting for guest session to start ...
VBoxManage.exe: error: Error starting guest session (current status is: terminated)
Closing guest session ...
}}}

After that I install Guest Additions once more, and everything is OK again. So it looks like something doesn't start on system restart. Guest additions seems to work somekind - shared folders work ok. But guest control needs them to be reinstalled after each guest system restart.

One more experiment. I installed Guest Additions. Guest control works. I logged out in guest system. Guest control works. I logged in to guest system. Guest control doesn't work. But the error message is a little different:

{{{
Opening guest session as user 'user1' ...
Waiting for guest session to start ...
VBoxManage.exe: error: Error starting guest session (current status is: starting)
Closing guest session ...
}}}

This error is reproducable on guest systems: Ubuntu 10.04, Ubuntu 12.04, CentOs 6.4."	defect	closed	guest control	VirtualBox 4.3.2	fixed			other	other
