Custom Query (16363 matches)
Results (2476 - 2478 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #19882 | invalid | test upload for Nvidia hardening driver dll issue | ||
| Description |
Please disregard this ticket, it is a test to see if the offending Nvidia DLL can be uploaded. |
|||
| #20435 | duplicate | Guestcontrol --wait-exit is back in the manual | ||
| Description |
Seems the "--wait-exit" argument is still shown in the manual as an example option for 'vboxmanage guestcontrol', even though it is not a valid command as shown in the syntax error message when trying the command: VBoxManage.exe: error: Unknown option: --wait-exit See https://download.virtualbox.org/virtualbox/6.1.22/UserManual.pdf, page 191, also https://www.virtualbox.org/manual/ch08.html#vboxmanage-guestcontrol Searching the Bugtracker for "--wait-exit guestcontrol" shows this gets fixed, but it crops back in. Maybe someone has a branch with old data that gets re-implemented? |
|||
| #6367 | duplicate | VBoxManage clonehd requires fill path names for source and destination files | ||
| Description |
Here is an example using relative paths. The two .vdi files are in the current directory scott@scotts-laptop:~/.VirtualBox/VDI$ /usr/lib/virtualbox/VBoxManage clonehd --existing Vista.vdi Vista2.vdi VirtualBox Command Line Management Interface Version 3.0.12 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. ERROR: Cannot register the hard disk '/home/scott/.VirtualBox/VDI/Vista.vdi' with UUID {00eca137-b49e-4bfe-1388-ae5a2a4b7974} because a hard disk '/home/scott/.VirtualBox/VDI/Vista.vdi' with UUID {00eca137-b49e-4bfe-1388-ae5a2a4b7974} already exists in the media registry ('/home/scott/.VirtualBox/VirtualBox.xml') Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBox, interface IVirtualBox, callee nsISupports Context: "OpenHardDisk(Bstr(szFilenameAbs), AccessMode_ReadWrite, false, Bstr(""), false, Bstr(""), srcDisk.asOutParam())" at line 624 of file VBoxManageDisk.cpp Here is the output using full pathnames scott@scotts-laptop:~/.VirtualBox/VDI$ /usr/lib/virtualbox/VBoxManage clonehd --existing /home/scott/.VirtualBox/VDI/Vista.vdi /home/scott/.VirtualBox/VDI/Vista2.vdi VirtualBox Command Line Management Interface Version 3.0.12 (C) 2005-2009 Sun Microsystems, Inc. All rights reserved. 0%...10%...20%...30%...40%...50%...60%... it was still running when I took this snap shot. |
|||

