Custom Query (16363 matches)
Results (1378 - 1380 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #17018 | fixed | Broken download link | ||
| Description |
The OS X host link here is broken (a 404): It appears this:
Should be changed to this:
|
|||
| #6877 | fixed | Broken if cancel creation snapshot => fixed in SVN | ||
| 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 | ||
| 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); |
|||

