VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1567 - 1569 of 16363)

Ticket Resolution Summary Owner Reporter
#2776 fixed convertfromraw stdin segfaults => Fixed in SVN Jeremy Visser
Description

When attempting to convert a raw disk to a VDI from the commandline, it segfaults:

$ dd if=/dev/sdb | VBoxManage convertfromraw -format VDI stdin myimage.vdi

Converting from raw image file="stdin" to file="myimage.vdi"...
Segmentation fault

dd'ing to another dd works. Also, running VBoxManage convertfromraw without dd in the pipeline will result in the segfault.

#2777 fixed vboxnetflt fails to compile; when done manually fails to work. davidwhodgins
Description

After installing 2.1.0, using the rpm, with a host of Mandriva 2009.0 on an i586 system, the vboxnetflt module had not been compiled.

Manually compiling the module using ...

#!/bin/bash
downloaddir=/home/dave/software
rpmfile="VirtualBox-2.1.0_41146_mdv2008.0-1.i586.rpm"
tmpdir="/tmp/VirtualBox"
mkdir -p "$tmpdir"
cd "$tmpdir"
rpm2cpio "$downloaddir/$rpmfile">"$tmpdir/VirtualBox.cpio"
cpio -i --make-directories < VirtualBox.cpio
cd "usr/src/vboxdrv-2.1.0/vboxnetflt/"
make
sudo make install

allowed VirtualBox to be started, but any attempt at network access failed, with messages such as ...

Dec 17 16:23:43 hodgins kernel: br_netfilter: Argh!! br_nf_post_routing: bad mac.raw pointer.
Dec 17 16:23:43 hodgins kernel: [eth0][br0] head:f5be5c00, raw:f5be5c20, data:f5be5c20
Dec 17 16:23:43 hodgins kernel: Pid: 6177, comm: VirtualBox Not tainted 2.6.27.7-desktop-0.uc2mnb #1
Dec 17 16:23:43 hodgins kernel:  [<c0381e62>] ? printk+0x18/0x1e
Dec 17 16:23:43 hodgins kernel:  [<fa69771f>] br_nf_post_routing+0x8f/0x2b0 [bridge]
Dec 17 16:23:43 hodgins kernel:  [<c031eee9>] nf_iterate+0x69/0xa0
Dec 17 16:23:43 hodgins kernel:  [<fa692020>] ? br_dev_queue_push_xmit+0x0/0x70 [bridge]
Dec 17 16:23:43 hodgins kernel:  [<c031efb7>] nf_hook_slow+0x97/0xe0

showing up in /var/log/syslog.

I've rolled back to 2.0.6 for now. In addition, I've found that trying to submit this ticket using opera fails. I've switched to firefox, to submit this ticket.

#2778 fixed Regression: raw disks/partitions on SATA no longer recognized -> fixed in SVN Holger Hoffstätte
Description

I was very happy that vBox 2.0.x managed to boot a Linux guest (on a Windows XP host) off of a raw partition mapped to a .vmdk attached to a native Windows SATA controller (I run my SATA drive in native mode with the Intel drivers, not IDE emulation). I mapped the entire disk of my dual-boot laptop (as described in the "advanced" section of the docs), registered the disk image and could boot into grub and subsequently Linux - no problems. This does not work in vBox 2.1 any longer; the guest VM dies even before the "BIOS" screen is shown. It does not crash when SATA is enabled but no disks are attached, probably because the controller is simply not used. Switching the attached disk to use an IDE adapter lets 2.1 boot into grub & the guest kernel (so things basically work!), but mounting / subsequently fails because fstab wants to access /dev/sdX. I also tried to recreate the virtual raw disk with 2.1 (hoping it was just a format incompatibility), but the same symptom occurs.

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