Custom Query (16363 matches)
Results (436 - 438 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #11921 | duplicate | vboxmanage import throws: RPC_S_SERVER_UNAVAILABLE 0x800706BA | ||
| Description |
4.2.14 has a regression in the import feature will always bail with the following error: RPC_S_SERVER_UNAVAILABLE 0x800706BA Uninstalling 4.2.14 and going back to 4.2.12 fixes the problem. The error is Guest OS independent. |
|||
| #12678 | worksforme | vboxmanage guestcontrol execute: 'error: Session is not in started state' random error | ||
| Description |
When executing the following script from host Debian Wheezy 64 bits on guest Windows Sever 2008: while [ 1 ]; do
vboxmanage guestcontrol win2k8-newvbox execute "C:\Windows\System32\ping.exe" --username Administrator --password "some_password" --verbose --wait-stdout --wait-stderr --wait-exit -- "-n" "20" "1.1.1.1" >>vbox_exec.log
vboxmanage guestcontrol win2k8-newvbox execute "C:\Windows\System32\tasklist.exe" --username Administrator --password "Qarnot2013" --verbose --wait-stdout --wait-stderr --wait-exit >>vbox_exec.log
done
I randomly (meaning once in a while with no particular regularity) see some errors like the following: VBoxManage: error: Session is not in started state VBoxManage: error: Details: code NS_ERROR_UNEXPECTED (0x8000ffff), component GuestSession, interface IGuestSession, callee nsISupports VBoxManage: error: Context: "ProcessCreate(Bstr(strCmd).raw(), ComSafeArrayAsInParam(aArgs), ComSafeArrayAsInParam(aEnv), ComSafeArrayAsInParam(aCreateFlags), ctrlExecGetRemainingTime(u64StartMS, cMsTimeout), pProcess.asOutParam())" at line 1327 of file VBoxManageGuestCtrl.cpp Please find attached a VBox.log file. If you need any further information, I will do my best to provide you with it. NOTE: the execution of this script also comes with a memory leak of virtualbox as reported in bug #9068. Thanks. |
|||
| #8072 | fixed | vboxmanage guestcontrol execute does not provide user groups => Fixed in SVN | ||
| Description |
If a command is executed via "vboxmanage guestcontrol execute /usr/bin/xterm ...", the user groups are not set correctly within the guest. For example, if I login locally inside the VM, all groups are present in VM: $ id uid=1000(vm) gid=1000(vm) groups=20(dialout),29(audio) If I execute the same command via vboxmanage, the groups section is missing. $ id uid=1000(vm) gid=1000(vm) |
|||

