VirtualBox

Custom Query (16363 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1483 - 1485 of 16363)

Ticket Resolution Summary Owner Reporter
#2790 duplicate kernel oops (sleeping function called from invalid context at include/linux/pagemap.h) Alexey Kuznetsov
Description

dmesg

device wlan0 entered promiscuous mode
BUG: sleeping function called from invalid context at include/linux/pagemap.h:294
in_atomic():0, irqs_disabled():1
Pid: 13259, comm: VirtualBox Not tainted 2.6.27.7-134.fc10.i686 #1
 [<c0425f38>] __might_sleep+0xc6/0xcb
 [<c0479a82>] lock_page+0x15/0x2f
 [<c047b4a3>] handle_mm_fault+0x417/0x6d1
 [<c06a96fa>] do_page_fault+0x2fb/0x6ce
 [<c06a93ff>] ? do_page_fault+0x0/0x6ce
 [<c06a7cd2>] error_code+0x72/0x78
 [<c04026bf>] ? __switch_to+0xb9/0x139
 [<c042904a>] ? finish_task_switch+0x2f/0xb0
 [<c06a647f>] ? schedule+0x6ee/0x70d
 [<c047b74a>] ? handle_mm_fault+0x6be/0x6d1
 [<c06a7a93>] ? _spin_unlock_irqrestore+0x22/0x38
 [<c0443018>] ? clocksource_get_next+0x3c/0x43
 [<c0420939>] ? __enqueue_entity+0xe3/0xeb
 [<c04223a3>] ? enqueue_entity+0x203/0x20b
 [<c041d92c>] ? resched_task+0x3a/0x6e
 [<c04245c3>] ? check_preempt_wakeup+0x16f/0x177
 [<c04418c8>] ? getnstimeofday+0x3c/0xc9
 [<c041362f>] ? lapic_next_event+0x15/0x1c
 [<c04442a6>] ? clockevents_program_event+0xd4/0xe3
 [<c0445151>] ? tick_dev_program_event+0x28/0x95
 [<f9494360>] ? supdrvIOCtlFast+0x40/0x55 [vboxdrv]
 [<f9494107>] ? VBoxDrvLinuxIOCtl+0x0/0x164 [vboxdrv]
 [<f9494137>] ? VBoxDrvLinuxIOCtl+0x30/0x164 [vboxdrv]
 [<c06a647f>] ? schedule+0x6ee/0x70d
 [<c06a647f>] ? schedule+0x6ee/0x70d
 [<f9494107>] ? VBoxDrvLinuxIOCtl+0x0/0x164 [vboxdrv]
 [<c049a242>] ? vfs_ioctl+0x22/0x69
 [<c049a4d3>] ? do_vfs_ioctl+0x24a/0x25d
 [<c049a526>] ? sys_ioctl+0x40/0x5a
 [<c0403c76>] ? syscall_call+0x7/0xb
 =======================
[axet@axet-laptop ~]$ 
#20518 fixed kernel modules being rebuilt on each linux system startup => Fixed in SVN yury_t
Description

Possibly known issue already. Happens on 'other' linux system installation, as made from VirtualBox-6.1.26-145957-Linux_amd64.run. System is slackware-CURRENT.

The root of the problem seems to be vboxdrv.sh, which is copied to /etc/rc.d/init.d, and sourced from there, and contains this stuff at line 330:

[ "$mod_dir" != "misc" ] || return

...which breaks program's logic. It needs to be:

[ "$mod_dir" = "misc" ] || return

I made this change in my installation, issue's gone.

#295 invalid kernel module vboxdrv Gounlaf
Description

With Ubuntu Feisty, and the kernel 2.6.20-15, the kernel module vboxdrv doesn't works

 * Starting VirtualBox kernel module vboxdrv                                    FATAL: Error inserting vboxdrv (/lib/modules/2.6.20-15-generic/misc/vboxdrv.ko): Invalid argument

 * Modprobe vboxdrv failed. Please use 'dmesg' to find out why.

dmesg =>

[ 1901.656000] vboxdrv: Trying to deactivate NMI watchdog permanently...
[ 1901.656000] vboxdrv: NMI watchdog either active or at least initialized. Please disable the NMI
[ 1901.656000] vboxdrv: watchdog by specifying 'nmi_watchdog=0' at kernel command line.

thanks for support

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