[Pkg-virtualbox-devel] Bug#574831: Typo in /etc/init.d/virtualbox-ose

nutzteil nutzteil at web.de
Sun Mar 21 14:34:43 UTC 2010


Package: virtualbox-ose
Version: 3.1.4-dfsg-2
Severity: minor
Tags: patch


Hello,
In /etc/init.d/virtualbox-ose the modprobes and messages for netflt and netadp are not consistent.
The patch corrects it.
I suppose, netflt should be loaded before netadp?

Greetings, christian


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-3-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages virtualbox-ose depends on:
ii  adduser                 3.112            add and remove users and groups
ii  libc6                   2.10.2-6         Embedded GNU C Library: Shared lib
ii  libcurl3                7.20.0-1         Multi-protocol file transfer libra
ii  libgcc1                 1:4.4.2-9        GCC support library
ii  libpng12-0              1.2.43-1         PNG library - runtime
ii  libsdl1.2debian         1.2.13-5         Simple DirectMedia Layer
ii  libssl0.9.8             0.9.8m-2         SSL shared libraries
ii  libstdc++6              4.4.2-9          The GNU Standard C++ Library v3
ii  libx11-6                2:1.3.3-1        X11 client-side library
ii  libxcursor1             1:1.1.10-1       X cursor management library
ii  libxext6                2:1.1.1-2        X11 miscellaneous extension librar
ii  libxml2                 2.7.6.dfsg-2+b1  GNOME XML library
ii  libxmu6                 2:1.0.5-1        X11 miscellaneous utility library
ii  libxt6                  1:1.0.7-1        X11 toolkit intrinsics library
ii  python                  2.5.4-9          An interactive high-level object-o
ii  python-central          0.6.14+nmu2      register and build utility for Pyt
ii  python2.5               2.5.5-2          An interactive high-level object-o
ii  zlib1g                  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages virtualbox-ose recommends:
ii  libgl1-mesa-glx [libgl1]    7.7-4        A free implementation of the OpenG
ii  libqt4-opengl               4:4.5.3-4    Qt 4 OpenGL module
ii  libqtcore4                  4:4.5.3-4    Qt 4 core module
ii  libqtgui4                   4:4.5.3-4    Qt 4 GUI module
ii  virtualbox-ose-dkms         3.1.4-dfsg-2 x86 virtualization solution - kern
ii  virtualbox-ose-qt           3.1.4-dfsg-2 x86 virtualization solution - Qt b
ii  virtualbox-ose-source       3.1.4-dfsg-2 x86 virtualization solution - kern

Versions of packages virtualbox-ose suggests:
ii  libasound2                    1.0.22-2   shared library for ALSA applicatio
ii  libpulse0                     0.9.21-1   PulseAudio client libraries
pn  virtualbox-guest-additions    <none>     (no description available)

-- no debconf information
-------------- next part --------------
--- virtualbox-ose	2010-02-26 12:59:11.000000000 +0100
+++ virtualbox-ose_patched	2010-03-21 15:26:24.628041458 +0100
@@ -75,9 +75,9 @@
 		fi
 	fi
 	
-	if ! running vboxnetadp; then
-		if ! modprobe vboxnetadp > /dev/null 2>&1; then
-			if ! find /lib/modules/`uname -r` -name "vboxnetadp\.*" 2>/dev/null|grep -q vboxnetadp; then
+	if ! running vboxnetflt; then
+		if ! modprobe vboxnetflt > /dev/null 2>&1; then
+			if ! find /lib/modules/`uname -r` -name "vboxnetflt\.*" 2>/dev/null|grep -q vboxnetflt; then
 				log_failure_msg "No suitable vboxnetflt module for running kernel found"
 			else
 				log_failure_msg "modprobe vboxnetflt failed. Please use 'dmesg' to find out why"
@@ -87,9 +87,9 @@
 		fi
 	fi
 	
-	if ! running vboxnetflt; then
-		if ! modprobe vboxnetflt > /dev/null 2>&1; then
-			if ! find /lib/modules/`uname -r` -name "vboxnetflt\.*" 2>/dev/null|grep -q vboxnetflt; then
+	if ! running vboxnetadp; then
+		if ! modprobe vboxnetadp > /dev/null 2>&1; then
+			if ! find /lib/modules/`uname -r` -name "vboxnetadp\.*" 2>/dev/null|grep -q vboxnetadp; then
 				log_failure_msg "No suitable vboxnetadp module for running kernel found"
 			else
 				log_failure_msg "modprobe vboxnetadp failed. Please use 'dmesg' to find out why"


More information about the Pkg-virtualbox-devel mailing list