Custom Query (16363 matches)
Results (1144 - 1146 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #11110 | obsolete | OSX Guests cannot boot anymore | ||
| Description |
The OSX Guest-Machine (using EFI-Mode) does not boot properly anymore. It runs into something like a kernel error. To be shure there is no configuration mistake (since the upgrade to 4.2.x) I've downgraded VirtualBox back to latest 4.1.22 (r80657) and voila - the OSX Guest worked again without any change to the VBox configuration! So there must be any other error that blocks booting of OSX/EFI Guests on 4.2.x. |
|||
| #22 | fixed | Feature request: GUI option for shared folder mapping | ||
| Description |
First of all, I think there should be an option for automatic shared folder addition to the guest OS at the GUI menu. Currently I have to manually add it from the console frontend. I mapped the shared folder to 'Z' drive. After having saved the guest OS state, I resumed it after somewhile and tried to access the shared folder. Then an error message popped up. An error occurred while reconecting Z to \vboxsvr\vmshare VirtualBox Shared Folders : The local device name is already in use. This connection has not been restored. This always happes when I save and resume the state of Guest OS. Is this a bug or did I misconfigure it? The Host OS is Windows Vista and the guest OS is Windows 2003 Server. |
|||
| #4264 | fixed | linux kernel 2.6.31 removes support for old net_device api => Fixed in SVN | ||
| Description |
Fedora rawhide (fc12) has moved to linux kernel 2.6.31. This kernel removes backwards compatibility for the old network driver api. Only the new net_driver_ops structure api is supported. This means that all current versions of vbox (including 2.2.4, and 3.0 beta) will not work on this or later kernels for any distribution. See here for discussion of this change in 2.6.31: http://patchwork.ozlabs.org/patch/27566/ This causes compilation failures in VBoxNetFlt-linux.c. Here's output from a sample build failure: make KBUILD_VERBOSE= -C /lib/modules/2.6.31-0.11.rc0.git13.fc12.i686.PAE/build SUBDIRS=/tmp/vbox.4 SRCROOT=/tmp/vbox.4 modules
CC [M] /tmp/vbox.4/linux/VBoxNetFlt-linux.o
In file included from /tmp/vbox.4/include/VBox/intnet.h:34,
from /tmp/vbox.4/linux/../VBoxNetFltInternal.h:26,
from /tmp/vbox.4/linux/VBoxNetFlt-linux.c:47:
/tmp/vbox.4/include/VBox/stam.h:69:7: warning: "_MSC_VER" is not defined
/tmp/vbox.4/linux/VBoxNetFlt-linux.c: In function ‘vboxNetAdpNetDevInit’:
/tmp/vbox.4/linux/VBoxNetFlt-linux.c:225: error: ‘struct net_device’ has no member named ‘open’
/tmp/vbox.4/linux/VBoxNetFlt-linux.c:226: error: ‘struct net_device’ has no member named ‘stop’
/tmp/vbox.4/linux/VBoxNetFlt-linux.c:227: error: ‘struct net_device’ has no member named ‘hard_start_xmit’
/tmp/vbox.4/linux/VBoxNetFlt-linux.c:228: error: ‘struct net_device’ has no member named ‘get_stats’
make[2]: *** [/tmp/vbox.4/linux/VBoxNetFlt-linux.o] Error 1
make[1]: *** [_module_/tmp/vbox.4] Error 2
make: *** [vboxnetflt] Error 2
|
|||

