From owner-freebsd-questions@FreeBSD.ORG Tue Feb 27 20:59:10 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2B66816A400 for ; Tue, 27 Feb 2007 20:59:10 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.freebsd.org (Postfix) with ESMTP id DE8A013C491 for ; Tue, 27 Feb 2007 20:59:09 +0000 (UTC) (envelope-from kdk@daleco.biz) Received: from archangel.daleco.biz (archangel.daleco.biz [69.27.145.126]) by ezekiel.daleco.biz (8.13.4/8.13.1) with ESMTP id l1RKx0jI050596; Tue, 27 Feb 2007 14:59:01 -0600 (CST) (envelope-from kdk@daleco.biz) Message-ID: <45E49B8E.7080000@daleco.biz> Date: Tue, 27 Feb 2007 14:58:54 -0600 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.1.2pre) Gecko/20070221 SeaMonkey/1.1 MIME-Version: 1.0 To: Don Munyak References: <6207f7d90702271126o642bc8a9p22a334c453aac7ca@mail.gmail.com> In-Reply-To: <6207f7d90702271126o642bc8a9p22a334c453aac7ca@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: pkg_add problems 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: Tue, 27 Feb 2007 20:59:10 -0000 Don Munyak wrote: > I am having trouble using pkg_add -r . I keep getting > the following error. > --------------------------------------- > p0069# pkg_add -r bash > Error: FTP Unable to get > ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/bash.tbz: > The file does or doesn't exist? (I've not checked, we'll leave it in your court) ;-) > Network is unreachable Network troubleshooting...? > pkg_add: unable to fetch > 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-6.1-release/Latest/bash.tbz' > > by URL > p0069# > --------------------- > > I don't know if this has anything to do with it, but > - I have rebuilt the kernel successfully > --------------------- > p0069# uname -a > FreeBSD p0069.bm.local 6.1-RELEASE-p12 FreeBSD 6.1-RELEASE-p12 #0: Thu > Feb 8 13:55:26 EST 2007 > xxxx@p0069.bm.local:/usr/obj/usr/src/sys/WEBSERVER i386 > -------------------- > - And there is no ports tree installed.. ie /usr/ports does not exist. > - I can ping ftp.freebsd.org > - I can also ftp>open ftp.freebsd.org So, some network troubleshooting is done. Can you actually download anything from the server, though? FTP runs on two "channels", and needs to connect to a CONTROL port and a DATA port. Possible that CONTROL is open and DATA is blocked? > Any thoughts on trouble shooting this would be appreciated. > > Thanks Those are mine. Good luck! Kevin Kinsey -- You may get an opportunity for advancement today. Watch it!