Gentoo Archives: gentoo-commits

From: "Markus Ullmann (jokey)" <jokey@g.o>
To: gentoo-commits@l.g.o
Subject: [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
Date: Sat, 03 Nov 2007 15:17:37
Message-Id: E1IoKkb-0006gC-U2@stork.gentoo.org
1 jokey 07/11/03 15:17:29
2
3 Modified: virtualbox-bin-wrapper
4 Added: digest-virtualbox-bin-1.5.2-r1
5 Removed: digest-virtualbox-bin-1.5.2
6 digest-virtualbox-bin-1.4.0
7 Log:
8 Some minor cosmetics in the wrapper, fix desktop entry
9 (Portage version: 2.1.3.16, RepoMan options: --force)
10
11 Revision Changes Path
12 1.4 app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper?r1=1.3&r2=1.4
17
18 Index: virtualbox-bin-wrapper
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox-bin/files/virtualbox-bin-wrapper,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- virtualbox-bin-wrapper 22 Oct 2007 22:21:54 -0000 1.3
25 +++ virtualbox-bin-wrapper 3 Nov 2007 15:17:29 -0000 1.4
26 @@ -29,17 +29,17 @@
27 SHUTDOWN="true"
28 elif [ ! -e /lib/modules/`uname -r`/misc/vboxdrv.ko ]; then
29 cat << EOF
30 -WARNING: There is no module available for the currente kernel (`uname -r`).
31 - Please recompile the kernel module and install it by
32 +WARNING: There is no module available for the current kernel (`uname -r`).
33 + Please recompile the kernel module and install it by:
34
35 - sudo emerge -1 virtualbox-modules
36 + sudo emerge -1 app-emulation/virtualbox-modules
37
38 You will not be able to start VMs until this problem is fixed.
39 EOF
40 elif ! lsmod|grep -q vboxdrv; then
41 cat << EOF
42 WARNING: The vboxdrv kernel module is not loaded.
43 - Please load the kernel by
44 + Please load the kernel module by:
45
46 sudo modprobe vboxdrv
47
48 @@ -47,27 +47,30 @@
49 EOF
50 elif [ ! -c /dev/vboxdrv ]; then
51 cat << EOF
52 -WARNING: The character device /dev/vboxdrv does not exist. Try
53 +WARNING: The character device /dev/vboxdrv does not exist.
54 + Please try to reload the kernel module by:
55
56 - sudo /etc/init.d/virtualbox restart
57 + sudo rmmod vboxdrv; sleep 2; sudo modprobe vboxdrv
58
59 - and if that is not successful, try to re-install the package.
60 + and if that is not successful, try to re-install the package by:
61 +
62 + sudo emerge -1 app-emulation/virtualbox-modules
63
64 You will not be able to start VMs until this problem is fixed.
65 EOF
66 elif [ ! -w /dev/vboxdrv ]; then
67 if [ "`id | grep vboxusers`" = "" ]; then
68 cat << EOF
69 -WARNING: You are not a member of the "vboxusers" group. Please add yourself
70 - to this group before starting VirtualBox.
71 +WARNING: You are not a member of the "vboxusers" group.
72 + Please add yourself to this group before starting VirtualBox.
73
74 You will not be able to start VMs until this problem is fixed.
75 EOF
76 else
77 cat << EOF
78 -WARNING: /dev/vboxdrv not writable for some reason. If you recently added the
79 - current user to the vboxusers group then you have to logout and
80 - re-login to take the change effect.
81 +WARNING: /dev/vboxdrv not writable for some reason.
82 + If you recently added the current user to the "vboxusers" group
83 + then you have to logout and re-login to take the change effect.
84
85 You will not be able to start VMs until this problem is fixed.
86 EOF
87
88
89
90 1.1 app-emulation/virtualbox-bin/files/digest-virtualbox-bin-1.5.2-r1
91
92 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
93 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
94
95 Index: digest-virtualbox-bin-1.5.2-r1
96 ===================================================================
97 MD5 1dd5ce98d60b6e269068dcf58d034f8a VirtualBox_1.5.2_Linux_amd64.run 16563190
98 RMD160 0e97a0f3175b57140743fb961215ccec651edc33 VirtualBox_1.5.2_Linux_amd64.run 16563190
99 SHA256 b7290b1df17d9011901b64ed3bf697bc8bdc71a762bdd0c12ef18dd7685ec5b8 VirtualBox_1.5.2_Linux_amd64.run 16563190
100 MD5 11a819bc2a9a9c372e28bbbdd1d51ede VirtualBox_1.5.2_Linux_x86.run 15946150
101 RMD160 c8373044892a1b4b036ae3bb0460c03d0c5c9078 VirtualBox_1.5.2_Linux_x86.run 15946150
102 SHA256 f1e0b3de29e39f0bdfd8697ee3409b5274fe8afd61b3c93c668c835409aaa6a7 VirtualBox_1.5.2_Linux_x86.run 15946150
103
104
105
106 --
107 gentoo-commits@g.o mailing list