From owner-freebsd-questions@FreeBSD.ORG Sun Aug 29 14:56: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 6DF65106567A for ; Sun, 29 Aug 2010 14:56:02 +0000 (UTC) (envelope-from leslie@eskk.nu) Received: from mail.gelita.se (212-162-182-244.skbbip.com [212.162.182.244]) by mx1.freebsd.org (Postfix) with ESMTP id 2F4EF8FC13 for ; Sun, 29 Aug 2010 14:56:01 +0000 (UTC) Received: from mail.gelita.se (localhost.gelita.se [127.0.0.1]) by mail.gelita.se (Postfix) with ESMTP id 8815810EDFF for ; Sun, 29 Aug 2010 16:56:15 +0200 (CEST) X-Virus-Scanned: amavisd-new at troback.com Received: from mail.gelita.se ([127.0.0.1]) by mail.gelita.se (mail.gelita.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zJT1jUc1nN0f for ; Sun, 29 Aug 2010 16:56:09 +0200 (CEST) Received: from bljbsd01.no-ip.org (c-195-216-040-164.static.bjare.net [195.216.40.164]) by mail.gelita.se (Postfix) with ESMTP id 899E210E50A for ; Sun, 29 Aug 2010 16:56:09 +0200 (CEST) Message-ID: <4C7A74F8.2010501@eskk.nu> Date: Sun, 29 Aug 2010 16:55:52 +0200 From: Leslie Jensen User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; sv-SE; rv:1.9.1.8) Gecko/20100302 Thunderbird/3.0.3 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Problems with portmaster after upgrade to 8.1-RELEASE 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: Sun, 29 Aug 2010 14:56:02 -0000 Hello list. I've upgraded a system from 8.0 to 8.1 and it went well :-) Followed the portmaster manpage on how to reinstall my ports. When I try to do portmaster `cat ~/installed-port-list` I get a prompt CORRECT>portmaster `cut ~/installed-port-list` (y|n|e|a)? I choose n and hit enter and get cat: Command not found. portmaster: Command not found. I've done cd /usr/ports/ports-mgmt/portmaster make deinstall make clean make install clean rehash And stil the problem persists! Portmaster is the only installed port Also: portmaster --check-port-dbdir gives Illegal option --check-port-dbdir $PATH gives /sbin:/bin:/usr/sbin:/usr/bin:/usr/games:/usr/local/sbin:/usr/local/bin:/root/bin: Command not found. again the command not found! I'm a little lost, any suggestions? Thanks /Leslie