From owner-freebsd-questions@FreeBSD.ORG Thu Nov 25 03:37:43 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9225416A4CE for ; Thu, 25 Nov 2004 03:37:43 +0000 (GMT) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A35A43D2F for ; Thu, 25 Nov 2004 03:37:43 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [69.27.131.0] ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 24 Nov 2004 21:36:12 -0600 Message-ID: <41A55392.2080909@daleco.biz> Date: Wed, 24 Nov 2004 21:37:54 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041023 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Doug Van Allen References: <2063a95c04112419092029d4a0@mail.gmail.com> In-Reply-To: <2063a95c04112419092029d4a0@mail.gmail.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Nov 2004 03:36:13.0083 (UTC) FILETIME=[E9691EB0:01C4D29F] cc: freebsd-questions@freebsd.org Subject: Re: Error and install stops for KDE X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Nov 2004 03:37:43 -0000 Doug Van Allen wrote: >I just installed 5.3 and Xorg on a new box. Went to install KDE, and >the install stopped. This was the error: >[code] >Fetch:ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fam/fam-2.6.9.tar.gz: >Service not available, closing control connection > > >>>Couldn't fetch it - please try to retrieve this >>>Port manually into /usr/ports/distfiles/fam and try again >>> >>> >*** Error code 1 > > Either try it again, or fetch it manually, as it says. I just hopped over there, and the file is available. There is a usage limit on that server (# of simultaneous connections), so perhaps that was it? To fetch it manually, do (as root): # cd /usr/ports/distfiles # fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/fam/fam-2.6.9.tar.gz HTH, Kevin Kinsey