VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2476 - 2478 of 16363)

Ticket Resolution Summary Owner Reporter
#15493 invalid [?] Probably is a bug / VDI is not register / VBoxManage Maxim Kiselev
Description

HOST: MacOSX 10.11.5
GUEST: LINUX 16.04
Virtualbox: all host machine are closed, vb unload

Maxim@iMac-Maxim:~/VirtualBox VMs/Ubuntu$ VBoxManage clonehd Ubuntu.vdi Ubuntu1.vdi --format VDI --variant Standard
0%...10%...20%...30%...40%...50%...60%...70%...80%...90%...
Progress state: NS_ERROR_INVALID_ARG
VBoxManage: error: Failed to clone medium
VBoxManage: error: Cannot register the hard disk '/Users/Maxim/VirtualBox VMs/Ubuntu/Ubuntu1.vdi' {6b0f0be4-0af5-49e4-b62f-1681beac99f5} because a hard disk '/Users/Maxim/VirtualBox VMs/Ubuntu/Ubuntu1.vdi' with UUID {08b1c17b-07de-4eed-9324-425e8bcc352f} already exists
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component VirtualBoxWrap, interface IVirtualBox
VBoxManage: error: Context: "RTEXITCODE handleCloneMedium(HandlerArg*)" at line 896 of file VBoxManageDisk.cpp

I think the program must check GUID before creating HDD.. If is not a bug.

Thanks a lot.

#12597 fixed sendfile syscall returns cached content => Fixed in SVN / 6.0.6 MaximKulkin
Description

When using shared folder and copying file with sendfile syscall (either by just creating another file or sending content over network socket), the receiving end always gets the same content (the content that was in source file when sendfile called for the first time).

Repro steps:

  1. Setup a linux box with shared folder (tested on Ubuntu 13.04).
  2. Compile sendfile-copy.c (attached) inside VM:
    make sendfile-copy
    
  3. Create a file "foo" in shared folder inside VM with contents "foo".
  4. Use "sendfile-copy" app from step 2 to copy file "foo":
    ./sendfile-copy foo bar
    
  5. Ensure that file "bar" contains string "foo":
    cat bar
    
  6. Changed the contents of file "foo" to "bar". Ensure that file "foo" now contains "bar":
    cat foo
    
  7. Copy file "foo" to "baz" with "sendfile-copy":
    ./sendfile-copy foo baz
    
  8. Inspect the contents of file "baz":
    cat baz
    

You will see "foo" instead of "bar".

#6678 fixed VBox Virtual Machine starup problem -> proposal for solution MayBee
Description

Installing Ubuntu 10.04 all works fine. After working with the virtual Ubuntu several times, one day the virtual machine started no longer -> holds on 0%. I tried reinstalling of the guest system and the virtualBox, but nothing works. Then I realized that I have another external hard disc connected via USB at my USB hub. As I disconnected this hard disc, the virtual machine starts and the virtual system boots. I think this has can be a good hint for this problem I found several times in the internet.

specific feature of the USB hard disc: it has two USB connectors for getting the level of electricity it needs

hopefully you can find the defect

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy