Custom Query (16363 matches)
Results (1456 - 1458 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #1357 | fixed | Wrong test for file in debian/vboxdrv.init.in | ||
| Description |
The test, which checks for an existing kernel module will never fail, because of a missing "-f" in the test. Therefore, "No suitable module for running kernel found." will never get displayed. The following patch fixes this: --- debian/vboxdrv.init.in (Revision 7486)
+++ debian/vboxdrv.init.in (Arbeitskopie)
@@ -88,7 +88,7 @@
log_daemon_msg "Starting VirtualBox kernel module" "$MODNAME";
# ensure the module is loaded
if ! running; then
- if [ ! -f "$KDIR/$MODNAME.o" -a ! "$KDIR/$MODNAME.ko" ]; then
+ if [ ! -f "$KDIR/$MODNAME.o" -a ! -f "$KDIR/$MODNAME.ko" ]; then
failure "No suitable module for running kernel found."
fi
if ! modprobe $MODNAME > /dev/null 2>&1; then
|
|||
| #1358 | wontfix | "Floating-point division by zero" exception (0xc000008e) at location 0x6e9d3d54 | ||
| Description |
VirtualBox crashes when the application "Macro Magic" is running on the host OS. This may be related to the way that Macro Magic monitors some application properties in order to perform certain actions automatically. In my testing, the crash occurred using a Windows 2000 Pro SP4 host and a Windows XP Pro SP2 guest as soon as the GUI starts up on the guest. Also, the problem only seems to be present when the "Guest Additions" are installed on the guest OS. Closing the Macro Magic application while using VirtualBox does make the error go away. The complete error is given below: "The exception Floating-point division by zero. (0xc000008e) occurred in the application at location 0x6e9d3d54." |
|||
| #1359 | invalid | FATAL: Error inserting vboxdrv (/lib/modules/2.6.24.3-34.fc8/misc/vboxdrv.ko): Invalid module format | ||
| Description |
On my Fedora 8 I have new updated kernel 2.6.24.3-34.fc8, and I'm not able to load compiled vboxdrv module. Compilation of module is successful. I think it is because module of virtualbox is only for older kernels(2.6.23.14-107.fc8, 2.6.23.15-137.fc8). If I use /sbin/modprobe vboxdrv I will get this error: FATAL: Error inserting vboxdrv /lib/modules/2.6.24.3-34.fc8/misc/vboxdrv.ko): Invalid module format |
|||

