Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Markus Ullmann (jokey)" <jokey@g.o>
|
|
Subject:
|
gentoo-x86 commit in app-emulation/virtualbox/files: virtualbox-wrapper digest-virtualbox-1.5.2-r1 digest-virtualbox-1.5.2 digest-virtualbox-1.4.0
|
|
Date:
|
Sat, 03 Nov 2007 15:08:53 +0000
|
|
jokey 07/11/03 15:08:53
Modified: virtualbox-wrapper
Added: digest-virtualbox-1.5.2-r1
Removed: digest-virtualbox-1.5.2 digest-virtualbox-1.4.0
Log:
Fix desktop entry for bug #196832, typo in wrapper and HAL warning. Thanks to Alessio for providing needed modifications
(Portage version: 2.1.3.16, RepoMan options: --force)
Revision Changes Path
1.3 app-emulation/virtualbox/files/virtualbox-wrapper
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-wrapper?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-wrapper?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/virtualbox-wrapper?r1=1.2&r2=1.3
Index: virtualbox-wrapper
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/virtualbox/files/virtualbox-wrapper,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- virtualbox-wrapper 22 Oct 2007 22:19:38 -0000 1.2
+++ virtualbox-wrapper 3 Nov 2007 15:08:52 -0000 1.3
@@ -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,31 +47,45 @@
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
fi
+elif [ ! -e /usr/lib/libhal.so ]; then
+ cat << EOF
+WARNING: libhal was not found on this system.
+ This can create several side effects thus problems,
+ when accessing host resources (eg: Cd/Dvd readers).
+
+ The use of "sys-apps/hal" is still recommended, please install it
+ to meet this requirement by:
+
+ sudo emerge sys-apps/hal
+EOF
fi
export LD_LIBRARY_PATH="$INSTALL_DIR${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}"
1.1 app-emulation/virtualbox/files/digest-virtualbox-1.5.2-r1
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/digest-virtualbox-1.5.2-r1?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emulation/virtualbox/files/digest-virtualbox-1.5.2-r1?rev=1.1&content-type=text/plain
Index: digest-virtualbox-1.5.2-r1
===================================================================
MD5 2940f92160c88e241606f0fa91428b2c VirtualBox-1.5.2_OSE.tar.bz2 24227070
RMD160 ca9ae0ad715109835800a2258124101ada679ede VirtualBox-1.5.2_OSE.tar.bz2 24227070
SHA256 a34c3ef9d3c07bbf8fd5c1b62a7a1f05185a1760299ac99f19dd6926f1dc39bd VirtualBox-1.5.2_OSE.tar.bz2 24227070
--
gentoo-commits@g.o mailing list
|
|