VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1378 - 1380 of 16363)

Ticket Resolution Summary Owner Reporter
#17018 fixed Broken download link philip
Description

The OS X host link here is broken (a 404):

https://www.virtualbox.org/wiki/Download_Old_Builds_5_0

It appears this:

http://download.virtualbox.org/virtualbox/5.0.40/VirtualBox-5.0.40-114633-OSX.dmg

Should be changed to this:

http://download.virtualbox.org/virtualbox/5.0.40/VirtualBox-5.0.40-115130-OSX.dmg

#6877 fixed Broken if cancel creation snapshot => fixed in SVN Gerasev Andrew
Description

If cancel creation snapshot, then the configuration will remain in the record about the snapshot and virtual machine is broken.

#8621 obsolete Broken import of the machine from OVA/OVF container by vboxjws.jar on the linux host running VirtualBox 4.0.4 Anton
Description

After the import operation of the machine from OVA container with the help of Java API on the linux host running VirtualBox 4.0.4 the imported machine does not have its disks. This bug doesn't reproduces on the windows host and early VirtualBox versions. Here is part of code which extracts the machine from container:

IAppliance app = vbox.createAppliance(); IProgress prog = app.read("/home/vboxuser/container.ova"); prog.waitForCompletion(-1); app.interpret(); List<String> warn = app.getWarnings(); for (String w : warn) System.out.println("Warning: " + w); prog = app.importMachines(); prog.waitForCompletion(-1);

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