Opened 11 years ago
Closed 11 years ago
#12346 closed defect (fixed)
Error executing script by guest control after guest system restart => Fixed in SVN
Reported by: | Dronsky | Owned by: | |
---|---|---|---|
Component: | guest control | Version: | VirtualBox 4.3.2 |
Keywords: | Cc: | ||
Guest type: | other | Host type: | other |
Description
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.
Change History (2)
comment:1 by , 11 years ago
Summary: | Error executing script by guest control after guest system restart → Error executing script by guest control after guest system restart => Fixed in SVN |
---|
Thank you for this report. The problem will be fixed in the next maintenance release.