VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1570 - 1572 of 16363)

Ticket Resolution Summary Owner Reporter
#6156 fixed Debian package - doesn't update desktop database Carlos Jenkins
Description

Trivial bug.

When installing VirtualBox from the Debian package hosted on this site, just after the installation the VirtualBox icon doesn't show up on the menu.

Tested on Jaunty and Karmic, on Gnome.

This is trivial, just add a postinst script (post installation script, default structure for debian packages) before building the package, like this one:

#!/bin/sh
set -e

if [ "$1" = "configure" ] && which update-desktop-database >/dev/null 2>&1 ; then
        update-desktop-database -q
fi
#4786 duplicate Booting 2.6.30.4 vanilla = crash Marcin Krol
Description

Hi.

I've recently upgraded my Linux guest which included kernel upgrade from 2.6.27.29 to 2.6.30.4. Now guest crashes during kernel boot. Going back to older kernel fixes the problem.

I'm attaching log which contains crash info.

#4788 fixed SCSI does not work if ACPI is disabled Marcin Krol
Description

I'm using VirtualBox to test my embedded system and I have strange problems with SCSI on Linux guest. Everything works fine on distro kernels, for example vanilla one with this config:

http://cvs.pld-linux.org/cgi-bin/cvsweb/packages/kernel-vanilla/kernel-vanilla-x86.config?rev=1.1.2.21

And when using my own kernel which I prepared for my embedded system it doesn't work. Here is config which this kernel uses:

http://cvs.pld-linux.org/cgi-bin/cvsweb/packages/kernel-CRI/kernel-CRI-x86.config?rev=1.1.2.16

When I configure BusLogic controller I got this in dmesg and attached virtual disks are not visible at all:

http://pld.pastebin.com/f2cb2a

When configured as LSI Logic that appears in dmesg and modprobe hangs disallowing to load any other ide/sata/scsi module:

http://pld.pastebin.com/f2553d876

When configured as SATA AHCI disks are visible, but terribly slow.

It may look at as a kernel misconfiguration but the very same kernel that fails under VirtualBox works just fine on various real hardware SCSI controllers and under VMware 5.x which I digged out from my archives. I'd be thankfull for any ideas how to get it working under VirtualBox too.

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