Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Aug 2000 17:25:22 +0900 (JST)
From:      takamune@avrl.mei.co.jp
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20816: Cannot start vmware
Message-ID:  <200008240825.RAA09056@dream.vrl.mei.co.jp>

next in thread | raw e-mail | index | archive | help

>Number:         20816
>Category:       ports
>Synopsis:       Cannot start vmware
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Aug 24 01:30:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Kazu TAKAMUNE
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
Matsushita Electric Industrial Co., Ltd.
>Environment:

FreeBSD 4.1-STABLE(Thu Aug 24 10:44:56 JST 2000)
ports/emulators/vmware2/scripts/configure Revision 1.4

>Description:

Startup script of `emulators/vmware2'
(${PREFIX}/etc/rc.d/vmware.sh) makes an error as follows,
which installed by `make install BATCH=yes'.

And `ports/emulators/vmware/scripts/configure'
 seems to have the same problem.  Please fix it too.

>How-To-Repeat:

# cd /usr/ports/emulators/vmware2
# make install BATCH=yes
:
:(snip)
:
===>   Registering installation for vmware2-2.0.2.621
# /usr/local/etc/rc.d/vmware.sh start
[: 1: unexpected operator

>Fix:

Index: ports/emulators/vmware2/scripts/configure
===================================================================
RCS file: /home/ncvs/ports/emulators/vmware2/scripts/configure,v
retrieving revision 1.4
diff -u -r1.4 configure
--- ports/emulators/vmware2/scripts/configure	2000/07/13 06:43:51	1.4
+++ ports/emulators/vmware2/scripts/configure	2000/08/24 08:00:00
@@ -102,7 +102,7 @@
 echo '#' `date`
 echo VMNET_HOST_IP=$host_ip
 echo VMNET_NETMASK=$netmask
-[ $networking -ne 0 ] && echo VMNET_NETWORKING=1
+echo VMNET_NETWORKING=$networking
 )
 
 exit 0

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008240825.RAA09056>