Custom Query (16363 matches)
Results (979 - 981 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #18724 | fixed | VBox 5.2.x: VBoxManage copyto --target-directory now requires an ending slash for guests => fixed in 5.2.x x>32 | ||
| Description |
The "VBoxManage copyto" destination directory given to "--target-directory" for a Windows guest now requires an ending slash. I assume this is not an intentional change. The error message when leaving out the ending slash in the destination "C:/tmp" is VBoxManage: error: File copy failed VBoxManage: error: Copying file "/tmp/foo" to guest failed: VERR_ACCESS_DENIED VBoxManage: error: Details: code VBOX_E_IPRT_ERROR (0x80bb0005), component GuestSessionWrap, interface IGuestSession VBoxManage: error: Context: "int gctlCopyFileToDest(COPYCONTEXT*, const char*, const char*, gctlCopyFlags)" at line 2176 of file VBoxManageGuestCtrl.cpp VBoxManage: error: Copying file "/tmp/foo" to guest failed: VERR_ACCESS_DENIED. VBoxManage: error: Error processing "/tmp/foo", rc=VERR_GENERAL_FAILURE |
|||
| #18723 | fixed | Error recording from CLI: "The machine is not mutable, saved or running" => fixed in SVN/next maintenance | ||
| Description |
Host: Win10 x64 VM is running in headless mode. I would like to start to record the display from command line. Earlier it was possible by executing this command: VBoxManage controlvm <vm_name> videocap on And when I wanted to stop the recording the following command was executed: VBoxManage controlvm <vm_name> videocap off If I know it well from VBox 6.0(?) this is the valid command for my purpose: VBoxManage controlvm <vm_name> recording on
But now I got these error messages:
VBoxManage.exe: error: The machine is not mutable, saved or running (state is Running) When the GUI of the VBox is used for starting/stopping records (Settings\Display\Recording\Enable Recording) the process is done well but executing from Command Prompt is getting me stuck... |
|||
| #18722 | fixed | ./configure: Spaces in LD_LIBRARY_PATH should be : (colons) -> fixed after July 18 2019 | ||
| Description |
I have a separate locally build Qt, so when I configure I say PKG_CONFIG_PATH=.../qt/pkgconfig LD_LIBRARY_PATH=.../qt/lib ./configure ... On line 1525 of ./configure LIBQT5="-L$LIBDIR5 $LIBQT5" LIBQT5 is set to a value vith spaces in in (since LIBQT5 already has a value from pkgconfig in the line before). LIBQT5 is then processed by strip_L and passed to test_execute_path. strip_L does not remove the embedded space. The value is then used for LD_LIBRARY_PATH which now has a space as separator, not a colon. Execution fails, causing configure to fail to recognize my local Qt installation. My quick fix was (line 1529): test_execute_path "`strip_L "$LIBQT5"|sed 's/ /:/g'`" nofatal .... Source file is VirtualBox-6.0.8.tar.bz2 |
|||

