From owner-freebsd-questions@FreeBSD.ORG Wed May 8 11:17:53 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CA2A31C5 for ; Wed, 8 May 2013 11:17:53 +0000 (UTC) (envelope-from Olivier.Nicole@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 79C0283C for ; Wed, 8 May 2013 11:17:53 +0000 (UTC) Received: from mail.cs.ait.ac.th (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 6B8D33A47F9 for ; Wed, 8 May 2013 18:09:55 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= subject:subject:from:from:message-id:date:date:received:received :received; s=selector1; t=1368011395; x=1369825796; bh=b+2bxDMOg cTHi5CJZJlHVr8ujz4+acQmCrejmY58Qg4=; b=S7d6YCgx2cuCFZy0p+gkVmgkT ZiOIv+mXsoEiITqepQxoKQVw/CiZ0Ejx6ORCA5aEEz1eBUPHFS0g+yE1a/YJZiu7 YTFcFaK9/LamfKVFFujBX7DhJq+lTryq9kjMqXLQRU5Mh8egi+sy8VFFBd5CX24S ig72FwIsRJrchn5cKw= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by mail.cs.ait.ac.th (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id t8sqg2ouX3PC for ; Wed, 8 May 2013 18:09:55 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 076F73A393A for ; Wed, 8 May 2013 18:09:55 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.6/8.14.6/Submit) id r48B9sg7066756; Wed, 8 May 2013 18:09:54 +0700 (ICT) (envelope-from on) Date: Wed, 8 May 2013 18:09:54 +0700 (ICT) Message-Id: <201305081109.r48B9sg7066756@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org Subject: VMware tools for FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 May 2013 11:17:53 -0000 Hi, I am running an ESXi 5.1 VMware server, with one FreeBSD (8.3) guest. I am trying to figure how to install the VMware tools: - the linux one are working, but I woul prefere a more native FreeBSD - should I install /usr/ports/emulators/vmware-guest6d ? It fails with not finding vmware-guestd. - should I install /usr/ports/emulators/vmware-tools6 ? It seems it needs vmware-guest6d as a prerequisite. What else? All documentation I find on the web refers to a VMwareTools for FreeBSD, that I could not locate. Help please. Olivier