From owner-freebsd-questions@FreeBSD.ORG Mon Jan 28 06:19:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 596E716A46D for ; Mon, 28 Jan 2008 06:19:14 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id D8D4D13C4CE for ; Mon, 28 Jan 2008 06:19:13 +0000 (UTC) (envelope-from zszalbot@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so1797653fgg.35 for ; Sun, 27 Jan 2008 22:19:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=cQX9sNx9qZ3D+PI5jRqh+AKao1qPErYQbpILOOs96Hk=; b=oTSJCv1ig5SNGHUXBVMB5A8sQHhFYyd/8W7OF8UVN0UTltcrrAb7qXTcPXM6H/AFco25517mLGOJmPb+JhAK8QfXXieLufRwV1VFK4lMfwjeBbMXFkVp1ENSCFzFaNnF/RLU3c9+zER6HnXwcIhULuyuL6+jPKNA2GsDQH5pbVU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZiierKRGq3lT78bnloGx/RVmd6j0z3q1GA1DXkEGOxdioGnxQqt2mnJ12zbp9dHc04uCq1JcMnfQybC6acpKVVvDsbxj2rXslZMAusiaGVuWU7RULB5AWSRWGXQ22T1CM+1wSTMXLEdEpgrU6Ft0mJ4/Me4muEnd3F/pvM5A1Do= Received: by 10.78.147.6 with SMTP id u6mr6539515hud.78.1201501152430; Sun, 27 Jan 2008 22:19:12 -0800 (PST) Received: by 10.78.151.2 with HTTP; Sun, 27 Jan 2008 22:19:12 -0800 (PST) Message-ID: <94136a2c0801272219ue080ef9o74f30862c4c5ef73@mail.gmail.com> Date: Mon, 28 Jan 2008 07:19:12 +0100 From: "Zbigniew Szalbot" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: passive ftp transfer with pkg_add X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jan 2008 06:19:14 -0000 Hello, I have been trying to install KDE by using pkg_add -r kde but the download is always failing. Reading man pkg_add I see a reference to change the FTP mode to passive if the download constantly fails. However, man does not say which file should be edited to change it. I tried pkgtools.conf but I have not found anything about FTP transfer mode in there. Can you advise which file needs to be edited? Also: "Note: If you wish to use passive mode ftp in such transfers, set the variable FTP_PASSIVE_MODE to some value in your environment." What value should be set for FTP_PASSIVE_MODE? Any value? Many thanks! Zbigniew Szalbot