From owner-freebsd-newbies@FreeBSD.ORG Thu Nov 11 16:20:29 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B3C216A527 for ; Thu, 11 Nov 2004 16:20:29 +0000 (GMT) Received: from mproxy.gmail.com (mproxy.gmail.com [216.239.56.243]) by mx1.FreeBSD.org (Postfix) with ESMTP id E666743D49 for ; Thu, 11 Nov 2004 16:20:28 +0000 (GMT) (envelope-from hochhaus@gmail.com) Received: by mproxy.gmail.com with SMTP id w67so143340cwb for ; Thu, 11 Nov 2004 08:20:28 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=fxS2a87L85NNNfmZeZ+bG8yMJNoJBoDQwHuvqSd8G9FZOJtqH9Perx3A0K2pWkRj1DnBuGXJmsP92RsP8W1A8o0BXL+wUtyNT78S7moQIPrnlvLZ8Mr7VCDVhj/06h2TbKPcwQSrppsxSSifjb7xKBZBVXAilTLCz78qdqLOFfE= Received: by 10.11.117.43 with SMTP id p43mr32443cwc; Thu, 11 Nov 2004 08:20:28 -0800 (PST) Received: by 10.11.117.23 with HTTP; Thu, 11 Nov 2004 08:20:28 -0800 (PST) Message-ID: Date: Thu, 11 Nov 2004 10:20:28 -0600 From: Andy Hochhaus To: freebsd-newbies@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: pkg_add -r gimp fails X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Hochhaus List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Nov 2004 16:20:29 -0000 Hello, I am a convert from debian trying to install the gimp package from the Internet. However my installation attempt fails with the following output: d0a1fb53# pkg_add -r gimp Error: FTP Unable to get ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/gimp.tbz: File name not allowed pkg_add: unable to fetch 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5.3-release/Latest/gimp.tbz' by URL I was able to install the package using ports with the following commands: d0a1fb53# cd /usr/ports/graphics/gimp d0a1fb53# make install clean What am I doing wrong when trying to install the package? Thanks, Andy