[Pkg-virtualbox-devel] Bug#642293: virtualbox-ose: Scheduling issues and eventually soft lockups occur when running VMs

Tuure Laurinolli tuure.laurinolli at portalify.com
Wed Sep 21 08:58:34 UTC 2011


Package: virtualbox-ose
Version: 3.2.10-dfsg-1
Severity: important


Hosting VirtualBox VMs on this machine often results in scheduling
issues for user processes, and sometimes the machine becomes
unresponsible for a long time, after which a message about soft lockup
is found in system log. The system is running stock Debian kernel and
VirtualBox.

The system still reacts to external inputs. For example, when running
the ping script below, and seeing that it has been stuck in sleep()
for a few seconds, hitting a key on keyboard of the machine
immediately ends the sleep. It appears as if the kernel fails to set a
timer interrupt to wake itself up for some reason.

The scheduling issues manifest easily as sleep() taking varying
periods of time. Below is output of a Python script that attempts to
ping some of the VMs and then sleep(1-ping_duration) seconds.

Pings took 0.0038001537323
Trying to sleep 0.996199846268
Sleep took 1.77373981476
Pings took 0.00364708900452
Trying to sleep 0.996352910995
Sleep took 8.63721585274
Pings took 0.00382900238037
Trying to sleep 0.99617099762
Sleep took 5.65230202675
Pings took 0.00357413291931
Trying to sleep 0.996425867081
Sleep took 1.42871999741

Some example soft lockup messages with call traces and on without a
call trace are attached below. For some reason not all messages
include a call trace.

Message 1 with call trace:
Sep 21 07:15:38 testbase kernel: [504005.781003] BUG: soft lockup - CPU#2 stuck for 61s! [VBoxHeadless:14724]
Sep 21 07:15:38 testbase kernel: [504005.781013] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pata_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
Sep 21 07:15:38 testbase kernel: [504005.781038] CPU 2:
Sep 21 07:15:38 testbase kernel: [504005.781039] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pata_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
Sep 21 07:15:38 testbase kernel: [504005.781060] Pid: 14724, comm: VBoxHeadless Not tainted 2.6.32-5-amd64 #1 GA-MA78GM-UD2H
Sep 21 07:15:38 testbase kernel: [504005.781061] RIP: 0010:[<ffffffffa03aa455>]  [<ffffffffa03aa455>] g_abExecMemory+0x8d95/0x180000 [vboxdrv]
Sep 21 07:15:38 testbase kernel: [504005.781070] RSP: 0018:ffff880223ff5d98  EFLAGS: 00000212
Sep 21 07:15:38 testbase kernel: [504005.781072] RAX: 0000000000000000 RBX: ffff880223ff5dd8 RCX: 0000000000000001
Sep 21 07:15:38 testbase kernel: [504005.781074] RDX: ffffffffa0410fb0 RSI: 0000000000000008 RDI: ffffc900128d7000
Sep 21 07:15:38 testbase kernel: [504005.781075] RBP: ffffffff8101166e R08: ffffc900128d7dd8 R09: ffffc900128d7000
Sep 21 07:15:38 testbase kernel: [504005.781077] R10: ffff880223ff5de8 R11: ffffffffa03aa370 R12: ffffc900128bc000
Sep 21 07:15:38 testbase kernel: [504005.781078] R13: ffffc90012a56050 R14: ffffc900128d7000 R15: ffffffff800000ef
Sep 21 07:15:38 testbase kernel: [504005.781080] FS:  00007f188b301700(0000) GS:ffff880008b00000(0000) knlGS:0000000000000000
Sep 21 07:15:38 testbase kernel: [504005.781081] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
Sep 21 07:15:38 testbase kernel: [504005.781083] CR2: 00007f0512e29380 CR3: 00000001bb5cd000 CR4: 00000000000006e0
Sep 21 07:15:38 testbase kernel: [504005.781084] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
Sep 21 07:15:38 testbase kernel: [504005.781086] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
Sep 21 07:15:38 testbase kernel: [504005.781087] Call Trace:
Sep 21 07:15:38 testbase kernel: [504005.781093]  [<ffffffffa03aa497>] ? g_abExecMemory+0x8dd7/0x180000 [vboxdrv]
Sep 21 07:15:38 testbase kernel: [504005.781097]  [<ffffffffa03b54a9>] ? g_abExecMemory+0x13de9/0x180000 [vboxdrv]
Sep 21 07:15:38 testbase kernel: [504005.781102]  [<ffffffff8100f6c4>] ? __switch_to+0x1ad/0x297
Sep 21 07:15:38 testbase kernel: [504005.781107]  [<ffffffffa038e45f>] ? supdrvIOCtlFast+0x3f/0x51 [vboxdrv]
Sep 21 07:15:38 testbase kernel: [504005.781111]  [<ffffffffa038e23e>] ? VBoxDrvLinuxIOCtl+0x3b/0x191 [vboxdrv]
Sep 21 07:15:38 testbase kernel: [504005.781115]  [<ffffffff81041ade>] ? pick_next_task_fair+0xca/0xd6
Sep 21 07:15:38 testbase kernel: [504005.781118]  [<ffffffff81048270>] ? finish_task_switch+0x3a/0xaf
Sep 21 07:15:38 testbase kernel: [504005.781121]  [<ffffffff810fa94e>] ? vfs_ioctl+0x21/0x6c
Sep 21 07:15:38 testbase kernel: [504005.781123]  [<ffffffff810fae9c>] ? do_vfs_ioctl+0x48d/0x4cb
Sep 21 07:15:38 testbase kernel: [504005.781125]  [<ffffffff810faf2b>] ? sys_ioctl+0x51/0x70
Sep 21 07:15:38 testbase kernel: [504005.781128]  [<ffffffff81010b42>] ? system_call_fastpath+0x16/0x1b

Message 2 with call trace:
Sep 21 06:42:54 testbase kernel: [502041.201007] BUG: soft lockup - CPU#2 stuck for 76s! [khungtaskd:69]Sep 21 06:42:54 testbase kernel: [502041.201016] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd
 psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pa
 ta_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]Sep 21 06:42:54 testbase kernel: [502041.201042] CPU 2:Sep 21 06:42:54 testbase kernel: [502041.201043] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd
  psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pa
  ta_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
  Sep 21 06:42:54 testbase kernel: [502041.201063] Pid: 69, comm: khungtaskd Not tainted 2.6.32-5-amd64 #1 GA-MA78GM-UD2H
  Sep 21 06:42:54 testbase kernel: [502041.201065] RIP: 0010:[<ffffffff810946af>]  [<ffffffff810946af>] watchdog+0x196/0x1b7
  Sep 21 06:42:54 testbase kernel: [502041.201072] RSP: 0018:ffff880224501eb0  EFLAGS: 00000246
  Sep 21 06:42:54 testbase kernel: [502041.201073] RAX: ffff880223680890 RBX: ffff880199909c40 RCX: ffff8802244d1828
  Sep 21 06:42:54 testbase kernel: [502041.201075] RDX: 0000000000000000 RSI: 0000000000000000 RDI: 0000000000000007
  Sep 21 06:42:54 testbase kernel: [502041.201076] RBP: ffffffff8101166e R08: ffff880224500000 R09: 0000000000000000
  Sep 21 06:42:54 testbase kernel: [502041.201078] R10: ffff880008b15780 R11: ffff88022464f810 R12: 000000010779f5a7
  Sep 21 06:42:54 testbase kernel: [502041.201079] R13: ffffffff8105a8ed R14: 000000010779f5a7 R15: ffff88019990cdb0
  Sep 21 06:42:54 testbase kernel: [502041.201081] FS:  00007f187e0c8700(0000) GS:ffff880008b00000(0000) knlGS:0000000000000000
  Sep 21 06:42:54 testbase kernel: [502041.201083] CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
  Sep 21 06:42:54 testbase kernel: [502041.201084] CR2: 00007fff30c641c8 CR3: 00000001bb5cd000 CR4: 00000000000006e0
  Sep 21 06:42:54 testbase kernel: [502041.201086] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
  Sep 21 06:42:54 testbase kernel: [502041.201088] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
  Sep 21 06:42:54 testbase kernel: [502041.201089] Call Trace:
  Sep 21 06:42:54 testbase kernel: [502041.201092]  [<ffffffff81094519>] ? watchdog+0x0/0x1b7
  Sep 21 06:42:54 testbase kernel: [502041.201095]  [<ffffffff81064c49>] ? kthread+0x79/0x81
  Sep 21 06:42:54 testbase kernel: [502041.201099]  [<ffffffff81011baa>] ? child_rip+0xa/0x20
  Sep 21 06:42:54 testbase kernel: [502041.201101]  [<ffffffff81064bd0>] ? kthread+0x0/0x81
  Sep 21 06:42:54 testbase kernel: [502041.201102]  [<ffffffff81011ba0>] ? child_rip+0x0/0x20
  
Message 3 with call trace:
Sep 21 05:49:42 testbase kernel: [498850.141235] BUG: soft lockup - CPU#2 stuck for 121s! [swapper:0]
Sep 21 05:49:42 testbase kernel: [498850.141244] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd
 psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pa
 ta_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
 Sep 21 05:49:42 testbase kernel: [498850.141270] CPU 2:
 Sep 21 05:49:42 testbase kernel: [498850.141271] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pata_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
 Sep 21 05:49:42 testbase kernel: [498850.141292] Pid: 0, comm: swapper Not tainted 2.6.32-5-amd64 #1 GA-MA78GM-UD2H
 Sep 21 05:49:42 testbase kernel: [498850.141293] RIP: 0010:[<ffffffff812fc285>]  [<ffffffff812fc285>] _spin_unlock_irqrestore+0x8/0xe
 Sep 21 05:49:42 testbase kernel: [498850.141301] RSP: 0018:ffff880008b03d78  EFLAGS: 00000282
 Sep 21 05:49:42 testbase kernel: [498850.141302] RAX: ffff880227085140 RBX: ffff880223dd7e98 RCX: 0000000000000120
 Sep 21 05:49:42 testbase kernel: [498850.141304] RDX: ffff880227085140 RSI: 0000000000000282 RDI: 0000000000000282
 Sep 21 05:49:42 testbase kernel: [498850.141305] RBP: ffffffff81011673 R08: 000000000000019c R09: 00000000000000fa
 Sep 21 05:49:42 testbase kernel: [498850.141307] R10: 0000000200000000 R11: ffffffffa038ef9b R12: ffff880008b03cf0
 Sep 21 05:49:42 testbase kernel: [498850.141308] R13: ffff880227084000 R14: 0000000000000000 R15: ffffffff81024de7
 Sep 21 05:49:42 testbase kernel: [498850.141310] FS:  00007f9d15eb6700(0000) GS:ffff880008b00000(0000) knlGS:0000000000000000
 Sep 21 05:49:42 testbase kernel: [498850.141312] CS:  0010 DS: 0018 ES: 0018 CR0: 000000008005003b
 Sep 21 05:49:42 testbase kernel: [498850.141313] CR2: 00007fff30c641c8 CR3: 0000000223d02000 CR4: 00000000000006e0
 Sep 21 05:49:42 testbase kernel: [498850.141315] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
 Sep 21 05:49:42 testbase kernel: [498850.141316] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
 Sep 21 05:49:42 testbase kernel: [498850.141318] Call Trace:
 Sep 21 05:49:42 testbase kernel: [498850.141319]  <IRQ>  [<ffffffff8105adf2>] ? __mod_timer+0x141/0x153
 Sep 21 05:49:42 testbase kernel: [498850.141328]  [<ffffffffa01b9d8d>] ? br_hello_timer_expired+0x0/0x47 [bridge]
 Sep 21 05:49:42 testbase kernel: [498850.141332]  [<ffffffffa01b8a63>] ? br_transmit_config+0x137/0x13e [bridge]
 Sep 21 05:49:42 testbase kernel: [498850.141336]  [<ffffffffa01b8ad9>] ? br_config_bpdu_generation+0x2e/0x4b [bridge]
 Sep 21 05:49:42 testbase kernel: [498850.141339]  [<ffffffffa01b9dab>] ? br_hello_timer_expired+0x1e/0x47 [bridge]
 Sep 21 05:49:42 testbase kernel: [498850.141342]  [<ffffffff8105a5ff>] ? run_timer_softirq+0x1c9/0x268
 Sep 21 05:49:42 testbase kernel: [498850.141344]  [<ffffffff8106c531>] ? ktime_get+0x5c/0xb7
 Sep 21 05:49:42 testbase kernel: [498850.141348]  [<ffffffff81053cab>] ? __do_softirq+0xdd/0x1a6
 Sep 21 05:49:42 testbase kernel: [498850.141351]  [<ffffffff81011cac>] ? call_softirq+0x1c/0x30
 Sep 21 05:49:42 testbase kernel: [498850.141353]  [<ffffffff8101322b>] ? do_softirq+0x3f/0x7c
 Sep 21 05:49:42 testbase kernel: [498850.141355]  [<ffffffff81053b1b>] ? irq_exit+0x36/0x76
 Sep 21 05:49:42 testbase kernel: [498850.141357]  [<ffffffff81012922>] ? do_IRQ+0xa0/0xb6
 Sep 21 05:49:42 testbase kernel: [498850.141359]  [<ffffffff810114d3>] ? ret_from_intr+0x0/0x11
 Sep 21 05:49:42 testbase kernel: [498850.141360]  <EOI>  [<ffffffff8102c58c>] ? native_safe_halt+0x2/0x3
 Sep 21 05:49:42 testbase kernel: [498850.141365]  [<ffffffff81017201>] ? default_idle+0x34/0x51
 Sep 21 05:49:42 testbase kernel: [498850.141367]  [<ffffffff8101756b>] ? c1e_idle+0xd3/0xfb
 Sep 21 05:49:42 testbase kernel: [498850.141370]  [<ffffffff8100feb1>] ? cpu_idle+0xa2/0xda
 

Message 4 without call trace:
Sep 19 19:29:43 testbase kernel: [375250.893007] BUG: soft lockup - CPU#2 stuck for 78s! [VBoxHeadless:8777]
Sep 19 19:29:43 testbase kernel: [375250.893017] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd
 psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pa
 ta_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
 Sep 19 19:29:43 testbase kernel: [375250.893044] CPU 2:
 Sep 19 19:29:43 testbase kernel: [375250.893046] Modules linked in: vboxnetadp vboxnetflt vboxdrv bridge stp tun ext4 jbd2 crc16 loop snd_hda_codec_atihdmi snd_hda_intel snd_hda_codec radeon ttm snd_hwdep snd_pcm drm_kms_helper snd_timer drm snd
  psmouse i2c_algo_bit soundcore serio_raw snd_page_alloc i2c_piix4 pcspkr edac_core evdev k10temp edac_mce_amd i2c_core button shpchp pci_hotplug processor ext3 jbd mbcache sd_mod crc_t10dif ata_generic usbhid hid ohci_hcd thermal thermal_sys pa
  ta_atiixp ahci libata r8169 ehci_hcd mii scsi_mod usbcore nls_base [last unloaded: scsi_wait_scan]
  Sep 19 19:29:43 testbase kernel: [375250.893066] Pid: 8777, comm: VBoxHeadless Not tainted 2.6.32-5-amd64 #1 GA-MA78GM-UD2H
  Sep 19 19:29:43 testbase kernel: [375250.893068] RIP: 0033:[<00007f698a8a6650>]  [<00007f698a8a6650>] 0x7f698a8a6650
  Sep 19 19:29:43 testbase kernel: [375250.893074] RSP: 002b:00007f6984e7da58  EFLAGS: 00000202
  Sep 19 19:29:43 testbase kernel: [375250.893075] RAX: 0000000004000000 RBX: 00007f6984e7daa0 RCX: 0000000000000003
  Sep 19 19:29:43 testbase kernel: [375250.893077] RDX: 000000000000009c RSI: 0000000000000002 RDI: 00007f69800088d0Sep 19 19:29:43 testbase kernel: [375250.893078] RBP: ffffffff8101166e R08: 00007f6984e7dab0 R09: 00000b748417289aSep 19 19:29:43 testbase kernel: [375250.893080] R10: 000402405254a149 R11: 0000000000000001 R12: 00007f697f19dea0
  Sep 19 19:29:43 testbase kernel: [375250.893081] R13: 00007f697f19cca0 R14: 00007f6984e7dad0 R15: 0000000000000000
  Sep 19 19:29:43 testbase kernel: [375250.893083] FS:  00007f6984e7e700(0000) GS:ffff880008b00000(0000) knlGS:0000000000000000Sep 19 19:29:43 testbase kernel: [375250.893085] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003bSep 19 19:29:43 testbase kernel: [375250.893086] CR2: 00007fffa55c0e40 CR3: 0000000100701000 CR4: 00000000000006e0
  Sep 19 19:29:43 testbase kernel: [375250.893088] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
  Sep 19 19:29:43 testbase kernel: [375250.893090] DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
  Sep 19 19:29:43 testbase kernel: [375250.893091] Call Trace:
  

-- System Information:
Debian Release: 6.0.2
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox-ose depends on:
ii  adduser            3.112+nmu2            add and remove users and groups
ii  libc6              2.11.2-10             Embedded GNU C Library: Shared lib
ii  libcurl3           7.21.0-2              Multi-protocol file transfer libra
ii  libgcc1            1:4.4.5-8             GCC support library
ii  libpng12-0         1.2.44-1+squeeze1     PNG library - runtime
ii  libpython2.6       2.6.6-8+b1            Shared Python runtime library (ver
ii  libsdl1.2debian    1.2.14-6.1            Simple DirectMedia Layer
ii  libssl0.9.8        0.9.8o-4squeeze1      SSL shared libraries
ii  libstdc++6         4.4.5-8               The GNU Standard C++ Library v3
ii  libvncserver0      0.9.7-2+b1            API to write one's own vnc server
ii  libx11-6           2:1.3.3-4             X11 client-side library
ii  libxcursor1        1:1.1.10-2            X cursor management library
ii  libxext6           2:1.1.2-1             X11 miscellaneous extension librar
ii  libxml2            2.7.8.dfsg-2+squeeze1 GNOME XML library
ii  libxmu6            2:1.0.5-2             X11 miscellaneous utility library
ii  libxt6             1:1.0.7-1             X11 toolkit intrinsics library
ii  python             2.6.6-3+squeeze6      interactive high-level object-orie
ii  python-central     0.6.16+nmu1           register and build utility for Pyt
ii  zlib1g             1:1.2.3.4.dfsg-3      compression library - runtime

Versions of packages virtualbox-ose recommends:
ii  libgl1-mesa-glx [libg 7.7.1-4            A free implementation of the OpenG
ii  libqt4-opengl         4:4.6.3-4+squeeze1 Qt 4 OpenGL module
ii  libqtcore4            4:4.6.3-4+squeeze1 Qt 4 core module
ii  libqtgui4             4:4.6.3-4+squeeze1 Qt 4 GUI module
ii  virtualbox-ose-dkms   3.2.10-dfsg-1      x86 virtualization solution - kern
ii  virtualbox-ose-qt     3.2.10-dfsg-1      x86 virtualization solution - Qt b

Versions of packages virtualbox-ose suggests:
ii  libasound2                    1.0.23-2.1 shared library for ALSA applicatio
pn  libpulse0                     <none>     (no description available)
pn  vde2                          <none>     (no description available)
pn  virtualbox-guest-additions    <none>     (no description available)

-- no debconf information





More information about the Pkg-virtualbox-devel mailing list