public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-bin/files: virtualbox-bin-wrapper digest-virtualbox-bin-1.5.2-r1 digest-virtualbox-bin-1.5.2 digest-virtualbox-bin-1.4.0
@ 2007-11-03 15:17 Markus Ullmann (jokey)
  0 siblings, 0 replies; only message in thread
From: Markus Ullmann (jokey) @ 2007-11-03 15:17 UTC (permalink / raw
  To: gentoo-commits

jokey       07/11/03 15:17:29

  Modified:             virtualbox-bin-wrapper
  Added:                digest-virtualbox-bin-1.5.2-r1
  Removed:              digest-virtualbox-bin-1.5.2
                        digest-virtualbox-bin-1.4.0
  Log:
  Some minor cosmetics in the wrapper, fix desktop entry
  (Portage version: 2.1.3.16, RepoMan options: --force)

Revision  Changes    Path
1.4                  app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper?r1=1.3&r2=1.4

Index: virtualbox-bin-wrapper
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- virtualbox-bin-wrapper	22 Oct 2007 22:21:54 -0000	1.3
+++ virtualbox-bin-wrapper	3 Nov 2007 15:17:29 -0000	1.4
@@ -29,17 +29,17 @@
     SHUTDOWN="true"
 elif [ ! -e /lib/modules/`uname -r`/misc/vboxdrv.ko ]; then
 	cat << EOF
-WARNING: There is no module available for the currente kernel (`uname -r`).
-         Please recompile the kernel module and install it by
+WARNING: There is no module available for the current kernel (`uname -r`).
+         Please recompile the kernel module and install it by:
 	
-	 sudo emerge -1 virtualbox-modules
+	 sudo emerge -1 app-emulation/virtualbox-modules
 
 	 You will not be able to start VMs until this problem is fixed.
 EOF
 elif ! lsmod|grep -q vboxdrv; then
     cat << EOF
 WARNING: The vboxdrv kernel module is not loaded.
-         Please load the kernel by
+         Please load the kernel module by:
 
            sudo modprobe vboxdrv
 
@@ -47,27 +47,30 @@
 EOF
 elif [ ! -c /dev/vboxdrv ]; then
     cat << EOF
-WARNING: The character device /dev/vboxdrv does not exist. Try
+WARNING: The character device /dev/vboxdrv does not exist.
+	 Please try to reload the kernel module by:
 
-           sudo /etc/init.d/virtualbox restart
+           sudo rmmod vboxdrv; sleep 2; sudo modprobe vboxdrv
 
-         and if that is not successful, try to re-install the package.
+         and if that is not successful, try to re-install the package by:
+
+	   sudo emerge -1 app-emulation/virtualbox-modules
 
 	 You will not be able to start VMs until this problem is fixed.
 EOF
 elif [ ! -w /dev/vboxdrv ]; then
     if [ "`id | grep vboxusers`" = "" ]; then
         cat << EOF
-WARNING: You are not a member of the "vboxusers" group.  Please add yourself
-         to this group before starting VirtualBox.
+WARNING: You are not a member of the "vboxusers" group.
+	 Please add yourself to this group before starting VirtualBox.
 
 	 You will not be able to start VMs until this problem is fixed.
 EOF
     else
         cat << EOF
-WARNING: /dev/vboxdrv not writable for some reason. If you recently added the
-         current user to the vboxusers group then you have to logout and
-	 re-login to take the change effect.
+WARNING: /dev/vboxdrv not writable for some reason.
+	 If you recently added the current user to the "vboxusers" group
+	 then you have to logout and re-login to take the change effect.
 
 	 You will not be able to start VMs until this problem is fixed.
 EOF



1.1                  app-emulation/virtualbox-bin/files/digest-virtualbox-bin-1.5.2-r1

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/digest-virtualbox-bin-1.5.2-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/digest-virtualbox-bin-1.5.2-r1?rev=1.1&content-type=text/plain

Index: digest-virtualbox-bin-1.5.2-r1
===================================================================
MD5 1dd5ce98d60b6e269068dcf58d034f8a VirtualBox_1.5.2_Linux_amd64.run 16563190
RMD160 0e97a0f3175b57140743fb961215ccec651edc33 VirtualBox_1.5.2_Linux_amd64.run 16563190
SHA256 b7290b1df17d9011901b64ed3bf697bc8bdc71a762bdd0c12ef18dd7685ec5b8 VirtualBox_1.5.2_Linux_amd64.run 16563190
MD5 11a819bc2a9a9c372e28bbbdd1d51ede VirtualBox_1.5.2_Linux_x86.run 15946150
RMD160 c8373044892a1b4b036ae3bb0460c03d0c5c9078 VirtualBox_1.5.2_Linux_x86.run 15946150
SHA256 f1e0b3de29e39f0bdfd8697ee3409b5274fe8afd61b3c93c668c835409aaa6a7 VirtualBox_1.5.2_Linux_x86.run 15946150



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-03 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-03 15:17 [gentoo-commits] gentoo-x86 commit in app-emulation/virtualbox-bin/files: virtualbox-bin-wrapper digest-virtualbox-bin-1.5.2-r1 digest-virtualbox-bin-1.5.2 digest-virtualbox-bin-1.4.0 Markus Ullmann (jokey)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox