From owner-freebsd-stable@FreeBSD.ORG Fri Feb 7 19:03:32 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E3C16D78; Fri, 7 Feb 2014 19:03:32 +0000 (UTC) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E1B71E07; Fri, 7 Feb 2014 19:03:31 +0000 (UTC) Received: from smarthost.fisglobal.com ([10.132.206.192]) by ltcfislmsgpa04.fnfis.com (8.14.5/8.14.5) with ESMTP id s17J3UkB004494 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Fri, 7 Feb 2014 13:03:30 -0600 Received: from THEMADHATTER (10.242.181.54) by smarthost.fisglobal.com (10.132.206.192) with Microsoft SMTP Server id 14.3.174.1; Fri, 7 Feb 2014 13:03:28 -0600 From: Sender: Devin Teske To: "'Alban Hertroys'" , "'freebsd-stable'" References: In-Reply-To: Subject: RE: FreeBSD 10 on VMWare in a corporate network; How? Date: Fri, 7 Feb 2014 11:03:20 -0800 Message-ID: <0ac901cf2437$458837b0$d098a710$@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQI1PyBCILEnbCB+YXJV9dK/A+NI85nd7/fw Content-Language: en-us X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.11.87, 1.0.14, 0.0.0000 definitions=2014-02-07_07:2014-02-07,2014-02-07,1970-01-01 signatures=0 Cc: 'Devin Teske' X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Feb 2014 19:03:33 -0000 > -----Original Message----- > From: Alban Hertroys [mailto:haramrae@gmail.com] > Sent: Friday, February 7, 2014 4:18 AM > To: freebsd-stable > Subject: FreeBSD 10 on VMWare in a corporate network; How? > > Hi all, > > For an experiment @work I figured I'd install FreeBSD 10 x64 in a VMWare > virtual machine that was made available to me, but I'm kind of stuck installing > ports or packages... > > The thing is, the vmware tools provided with this version of VMWare > (VMwareR Workstation 10.0.1 build-1379776) are packaged with a Perl script > and there it looks like there is no Perl in FreeBSD 10. > > We're behind an NT/LM authenticated proxy, which I haven't managed to > get past yet from the FreeBSD installation in the VM, so downloading distfiles > (Perl, for example) isn't currently possible. > > I created a shared folder in VMWare to store distfiles on, but apparently I > need VMWare tools installed to access such a folder, which brings me back to > the Perl problem. > > It appears that I need samba & squid to have NT/LM authentication to get > through the proxy so that I can download ports & packages, but to obtain > packages for those I need to be able to get through the proxy first. > > How do I solve this conundrum? > > If only I had a writable CD or an USB stick here, I could use that to transfer the > files between the systems, but unfortunately I don't have any at hand (after > the weekend perhaps, if I remember to bring them). > [Devin Teske] Try setting the "http_proxy" environment variable... env http_proxy=myuser:mypass@myproxy pkg install -y perl -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.