From owner-freebsd-questions@FreeBSD.ORG Mon Nov 8 04:52:02 2010 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 6BFBD106564A for ; Mon, 8 Nov 2010 04:52:02 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 107968FC19 for ; Mon, 8 Nov 2010 04:52:01 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id oA84pxC1074720; Sun, 7 Nov 2010 21:51:59 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id oA84pxbW074717; Sun, 7 Nov 2010 21:51:59 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Sun, 7 Nov 2010 21:51:59 -0700 (MST) From: Warren Block To: "Ron (Lists)" In-Reply-To: <18ca79b6ed80156a7f03123109e57adf@flabnapple.net> Message-ID: References: <0e83f79bc4b86b72841763338a63e94e@flabnapple.net> <20101107190823.14e8c517.freebsd@edvax.de> <18ca79b6ed80156a7f03123109e57adf@flabnapple.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.6 (wonkity.com [127.0.0.1]); Sun, 07 Nov 2010 21:51:59 -0700 (MST) Cc: Polytropon , freebsd-questions@freebsd.org Subject: Re: portupgrade fails to run or do anything 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, 08 Nov 2010 04:52:02 -0000 On Sun, 7 Nov 2010, Ron (Lists) wrote: > None of these suggestions help. I have never had to put www/ in front > of the port name before. It's not needed. > The tab expansion is handled by bash-completion as used to be smart > enough to know the command I was typing and could auto-complete port > names, but no longer, which is why I suspect that I have a screwed up > database. No, more likely your path changed and left out /var/db/pkg. This is not needed anyway, since the pkg_name is a glob: portupgrade -r apache will upgrade all ports starting with "apache". The -r is something I suggest using regularly with portupgrade.