Custom Query (16363 matches)
Results (97 - 99 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter | ||||
|---|---|---|---|---|---|---|---|---|
| #7556 | invalid | "VBoxHeadless startvm" instead of "VBoxHeadless --startvm" manual | ||||||
| Description |
Dear friends, This is in chapter 7.1.2 of the manual. Blessings, Shahar |
|||||||
| #7758 | fixed | "VBoxManage controlvm $name savestate" failes with "NS_ERROR_INVALID_ARG" | ||||||
| Description |
Hi, Basic info:
Problem: I try to save the state of my running guest from terminal because my X server screwed up (which might be another bug). I googled out that by calling VBoxManage controlvm Win7 savestate I should be able to save the state of the running VM. When I issue the command I get the following response: mnt@localhost:~$ VBoxManage -nologo list runningvms
"Win7" {e7f536be-16f6-4a98-b3cb-cd8939917b58}
mnt@localhost:~$ VBoxManage controlvm Win7 savestate
Oracle VM VirtualBox Command Line Management Interface Version 3.2.10_OSE
(C) 2005-2010 Oracle Corporation
All rights reserved.
ERROR: code NS_ERROR_INVALID_ARG (0x80070057) - Invalid argument value (extended info not available)
Context: "SaveState(progress.asOutParam())" at line 165 of file VBoxManageControlVM.cpp
The outcome of the command is that the Virtual Machine is shut down instead of the state is saved. |
|||||||
| #18523 | invalid | "VBoxManage controlvm VM setlinkstate1 on/off" - not working properly like GUI mode | ||||||
| Description |
My VM is started with a default NAT Networking with an IP like 10.2.XX.XX. Inside the Vagrant File I call the command "VBOXManage controlvm VM nic1 bridged eth0" to change my network type to bridge. After this I call in sequence the commands: "VBoxManage controlvm VM setlinkstate1 off" and "VBoxManage controlvm VM setlinkstate1 on" to change my network type. I saw in GUI that these commands properly uncheck the "Cable Connected" checkbox and check after but do not change the IP properly (refresh). When I do these same steps through GUI(open menu Devices > Network > Network Settings > Advanced, unckeck Cable Connected and click OK / open menu Devices > Network > Network Settings > Advanced, check Cable Connected and click OK) the VistualBox refreshs IP as expected. |
|||||||

