Am So, den 08.02.2004 schrieb Deling Ren um 22:07:
> [...]
> I tried to run vmware-config.pl again and got an error:
>
> Making sure VMware Workstation's services are stopped.
>
> /etc/vmware/init.d/vmware: line 940: [: -: integer expression expected
> Stopping VMware services:
> Virtual machine monitor failed
> Unable to stop VMware Workstation's services.
>
> Execution aborted.
>
>
> Any hints? Vmware version is 4.0.5.6030 and kernel version is 2.6.0. Any
> suggestion will be appreciated. Thanks in advance.
Hello, im working also with the kernel version 2.6.x. There is a bug in
a script.
Edit the file in /usr/portage/app-emul./vmware.../vmware...ebuild.
[..]
src_unpack() {
check_KV <--- here is the error, this script
doesnt detect the 2.6 kernel.
uncomment the other lines like
this:
unpack ${NP}.tar.gz
# if [ "${KV:0:3}" == "2.6" ] || [ "${KV:0:3}" == "2.5" ]; then
einfo "Adding 2.{5,6}.x kernel support"
# Fix from Georgi Georgiev ([EMAIL PROTECTED])
cd ${S}
epatch ${FILESDIR}/vmware-26kern-init-gentoo.patch
unpack ${N26KernSupport}.tar.gz
mv -f ${N26KernSupport}/*.tar ${S}/lib/modules/source/
# else
# einfo "Using 2.4.x kernel support"
# fi
}
--
best regards,
Leonardo G. Di Lella - http://www.dilella.org
"Imagination is more important than knowledge. Knowledge is limited.
Imagination encircles the world." - Albert Einstein
--
[EMAIL PROTECTED] mailing list