[Pkg-virtualbox-commits] [virtualbox] 01/01: Add some more 04 references
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Thu Oct 15 16:15:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository virtualbox.
commit 17e3bc1271f2e0df454f6041300e5c5467ac4c7f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Thu Oct 15 13:01:42 2015 +0200
Add some more 04 references
---
debian/changelog | 1 +
debian/patches/04-vboxdrv-references.patch | 26 ++++++++++++++++++++++++++
2 files changed, 27 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index eed3b00..c6f745a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ virtualbox (5.0.6-dfsg-2) UNRELEASED; urgency=medium
* Remove version constraint from virtualbox-modules, because it is a virtual package.
* Add runtime dependency on xserver-xorg-legacy on virtualbox-guest-x11
(Closes: #801524)
+ * Remove some more vboxdrv references (04-vboxdrv-references.patch)
-- Gianfranco Costamagna <locutusofborg at debian.org> Sun, 04 Oct 2015 23:14:29 +0200
diff --git a/debian/patches/04-vboxdrv-references.patch b/debian/patches/04-vboxdrv-references.patch
index 624507f..fb9f203 100644
--- a/debian/patches/04-vboxdrv-references.patch
+++ b/debian/patches/04-vboxdrv-references.patch
@@ -44,3 +44,29 @@ Index: virtualbox/src/VBox/VMM/VMMR3/VM.cpp
#else
pszError = N_("VirtualBox kernel driver not installed");
#endif
+diff --git a/src/VBox/Frontends/VirtualBox/src/main.cpp b/src/VBox/Frontends/VirtualBox/src/main.cpp
+index 094b84c..2610bfc 100644
+--- a/src/VBox/Frontends/VirtualBox/src/main.cpp
++++ b/src/VBox/Frontends/VirtualBox/src/main.cpp
+@@ -80,9 +80,10 @@ QString g_QStrHintLinuxNoMemory = QApplication::tr(
+
+ QString g_QStrHintLinuxNoDriver = QApplication::tr(
+ "The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or "
+- "there is a permission problem with /dev/vboxdrv. Please reinstall the kernel "
++ "there is a permission problem with /dev/vboxdrv. Please install virtualbox-dkms"
++ "package and load the kernel "
+ "module by executing<br/><br/>"
+- " <font color=blue>'/sbin/rcvboxdrv setup'</font><br/><br/>"
++ " <font color=blue>'modprobe vboxdrv'</font><br/><br/>"
+ "as root. If it is available in your distribution, you should install the "
+ "DKMS package first. This package keeps track of Linux kernel changes and "
+ "recompiles the vboxdrv kernel module if necessary."
+@@ -99,7 +100,7 @@ QString g_QStrHintLinuxWrongDriverVersion = QApplication::tr(
+ "The VirtualBox kernel modules do not match this version of "
+ "VirtualBox. The installation of VirtualBox was apparently not "
+ "successful. Executing<br/><br/>"
+- " <font color=blue>'/sbin/rcvboxdrv setup'</font><br/><br/>"
++ " <font color=blue>'modprobe vboxdrv'</font><br/><br/>"
+ "may correct this. Make sure that you do not mix the "
+ "OSE version and the PUEL version of VirtualBox."
+ );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-virtualbox/virtualbox.git
More information about the Pkg-virtualbox-commits
mailing list