From owner-freebsd-questions@FreeBSD.ORG Sat Nov 19 23:11:57 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7C53216A41F for ; Sat, 19 Nov 2005 23:11:57 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from ferrarishields.com (ferrarishields.com [216.82.146.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E7C743D53 for ; Sat, 19 Nov 2005 23:11:57 +0000 (GMT) (envelope-from dan@ferrarishields.com) Received: from Dan (dan [10.70.153.5]) by ferrarishields.com (Postfix) with SMTP id BF04F1DE9F2 for ; Sat, 19 Nov 2005 15:11:54 -0800 (PST) Message-ID: <00f101c5ed5e$a141a5f0$0599460a@Dan> From: "Dan O'Connor" To: References: Date: Sat, 19 Nov 2005 15:11:51 -0800 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2670 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2670 Subject: Re: install psi don't work! 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: Sat, 19 Nov 2005 23:11:57 -0000 >I have try install psi on freeBSD 5.3 .Before I've update ports-net >with > cvsup. > I used : #portinstall psi > and #portupgrade -N psi .But everytime : > cd: can't cd to /usr/ports/net/psi > ** Port directory not found: net/psi > ** Listing the failed packages (*:skipped / !:failed) > ! net/psi (port directory error) > ---> Packages processed: 0 done, 0 ignored, 0 skipped and 1 failed > > Why? The line cd: can't cd to /usr/ports/net/psi seems to indicate that your ports collection isn't all there. Check your sup file... ~Dan