VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1564 - 1566 of 16363)

Ticket Resolution Summary Owner Reporter
#17237 worksforme Installation on Mac OS HighSierra 3dConsulting
Description

here is my error massage: Échec de l'ouverture de session pour la machine virtuelle fedora.

The virtual machine 'fedora' has terminated unexpectedly during startup with exit code 1 (0x1).

Code d'erreur : NS_ERROR_FAILURE (0x80004005) Composant : MachineWrap Interface : IMachine {85cd948e-a71f-4289-281e-0ca7ad48cd89}

VirtualBox is in my Application list though at the end of the installation a message told me "Installation failure polease contact the software editor"

#17236 fixed createrawvmdk core dump => Fixed in SVN Phi
Description

Hi Guru's,

I get createrawvmdk core dump.

This is Ubuntu 16.04 LTS, virtualbox 5.2.0

The recipe is

RT$ dd if=/dev/zero of=yo.raw bs=1 seek=1073741824 count=1     
1+0 records in
1+0 records out
1 byte copied, 0.000121448 s, 8.2 kB/s

RT$ vboxmanage internalcommands createrawvmdk -filename yo.vmdk -rawdisk yo.raw
Memory fault(coredump)

It took me a little while to discover I kinda goofed on the sparse file creation, my intent was to create a 1 Gb file, while I created here a 1Gb +1 byte sparse file.

A nice error message would be cool.

The workaround is to create the the sparse file correctly

RT$ dd if=/dev/zero of=yo.raw bs=1 seek=1073741823 count=1                     
1+0 records in
1+0 records out
1 byte copied, 0.000102826 s, 9.7 kB/s

RT$ vboxmanage internalcommands createrawvmdk -filename yo.vmdk -rawdisk yo.raw
RAW host disk access VMDK file yo.vmdk created successfully. 

I flag this as 'low prio' as there is a work around.

Cheers, Phi

#17227 fixed Kernel debug problem via pipe to com port => fixed in SVN/next maintenance Michael Johansen
Description

I have several windows guests that I have been using for driver development and kernel debugging (WinDbg) using a
.\pipe\com1 to the windows guest's com port. This has always worked but after upgrading to 5.2 WinDbg says: Retry sending the same data packet for 64 times. The transport connection between host kernel debugger and target Windows seems lost. please try resync with target, recycle the host debugger, or reboot the target Windows.

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