Custom Query (16363 matches)
Results (487 - 489 of 16363)
| Ticket | Resolution | Summary | Owner | Reporter | |
|---|---|---|---|---|---|
| #2331 | worksforme | vboxdrv (2.0.2) fails to load on kernel 2.6.27-rc7 | |||
| Description |
With the new kernel version 2.6.27-rc7, VirtualBox's vboxdrv module (version 2.0.2) fails to load, even though it builds fine. When 'modprobe vboxdrv' is issued, the following error is printed in dmesg: vboxdrv: disagrees about version of symbol struct_module |
||||
| #3559 | fixed | vboxdrv & vboxnet services under debian based systems : incorrect S an K runlevel sequence numbers => Fixed in SVN | |||
| Description |
The vboxdrv & vboxnet service scripts contain the following line: # chkconfig: 35 30 60 Which suggests that the intent is to start these services at sequence 30 and stop them at 60. First, it would seem more logical to follow basic formula K = 100 - S i.e. 30-70 or 40-60. Is there a special reason for not stopping the vbox services in the same sequence as they are started? More importantly, under debian systems the chkconfig directive has no effect, chkconfig is a fedora/redhat directive. The start ans stop sequence numbers should be explicitly passed to update-rc.d command. This is no longer the case as with version 2.1.4 the start and stop sequence numbers are both 20 - the default for update-rc.d. This causes serious problems on systems that run vbox guests as services as they must be stoped before any attempt to stop vboxdrv & vboxnet. On a Ubuntu 8.10 stopping vboxdrv & vboxnet with a guest running seems to result in a kernel crash, changing the sequence numbers to 20 80 solved the problem. |
||||
| #17633 | worksforme | vboxconfif fails with new kernel 4.15.12 on Fedora | |||
| Description |
Problem to build kernel modules for VirtualBox too. vboxconfig works fine with 4.15.11 and previous vboxconfig fails with 4.15.12 Configuration: kernel-4.15.12-300.fc27.x86_64 kernel-core-4.15.12-300.fc27.x86_64 kernel-devel-4.15.12-300.fc27.x86_64 kernel-headers-4.15.12-300.fc27.x86_64 kernel-modules-4.15.12-300.fc27.x86_64 kernel-modules-extra-4.15.12-300.fc27.x86_64 VirtualBox-5.2-5.2.8_121009_fedora26-1.x86_64 Output from vboxconfig: make V=1 CONFIG_MODULE_SIG= -C /lib/modules/4.15.12-300.fc27.x86_64/build SUBDIRS=/tmp/vbox.0 SRCROOT=/tmp/vbox.0 -j4 modules make[1]: warning: -jN forced in submake: disabling jobserver mode.
echo >&2; \ echo >&2 " ERROR: Kernel configuration is invalid."; \ echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ echo >&2 ; \ /bin/false) mkdir -p /tmp/vbox.0/.tmp_versions ; rm -f /tmp/vbox.0/.tmp_versions/* make -f ./scripts/Makefile.build obj=/tmp/vbox.0 make[2]: * No rule to make target '/tmp/vbox.0/linux/SUPDrv-linux.o', needed by '/tmp/vbox.0/vboxdrv.o'. Stop. make[1]: * [Makefile:1518: _module_/tmp/vbox.0] Error 2 make: * vboxdrv Error 2 See also: https://bugzilla.redhat.com/show_bug.cgi?id=1559163 |
||||

