From owner-freebsd-questions@FreeBSD.ORG Mon Jul 14 11:30:22 2003 Return-Path: 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 E7C3637B401 for ; Mon, 14 Jul 2003 11:30:22 -0700 (PDT) Received: from serv1.wallnet.com (server1.wallnet.com [208.225.162.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB93943FA3 for ; Mon, 14 Jul 2003 11:30:21 -0700 (PDT) (envelope-from timothyk@wallnet.com) Received: (from root@localhost) by serv1.wallnet.com (8.11.5/8.11.5) id h6EIUJq48075; Mon, 14 Jul 2003 14:30:19 -0400 (EDT) (envelope-from timothyk@wallnet.com) Received: from 10.0.1.9 (mts-129.wallnet.com [208.225.162.61]) by serv1.wallnet.com (8.11.5/8.11.5av) with ESMTP id h6EIUGM48060; Mon, 14 Jul 2003 14:30:17 -0400 (EDT) (envelope-from timothyk@wallnet.com) From: Tim Kellers To: , Lowell Gilbert , Tim Kellers Date: Mon, 14 Jul 2003 14:30:13 -0400 User-Agent: KMail/1.5.2 References: <20030713083946.H7537-100000@serv1.wallnet.com> <44brvxhu3z.fsf@be-well.ilk.org> In-Reply-To: <44brvxhu3z.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200307141430.13839.timothyk@wallnet.com> X-Virus-Scanned: by AMaViS perl-11 cc: questions@freebsd.org Subject: Re: make install, portupgrade, etc broken X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jul 2003 18:30:23 -0000 Just tried it again (cut and paste, not a typescipt output) mts-128# pkg_delete /var/db/pkg/nulib-3.25/ mts-128# pkg_info /usr/ports/archivers/nulib/ pkg_info: can't find package 'nulib' installed or in a file! mts-128# cd /var/db/pkg mts-128# ls -la nulib* ls: No match. mts-128# It seemed to work and didn't return an error On the broken fileserver: su-2.03# pkg_delete /var/db/pkg/nmap-2.53/ su-2.03# whereis nmap nmap: /usr/ports/security/nmap su-2.03# pkg_info security/nmap pkg_info: can't find package 'nmap' installed or in a file! su-2.03# Tim On Monday 14 July 2003 01:54 pm, Lowell Gilbert wrote: > Tim Kellers writes: > > su-2.03# pkg_delete /var/db/pkg/nulib-3.25/ > > Wow. I have no idea what that would do. It should have been > "pkg_delete nulib-3.25". Specifying the whole path, um, it looks to > me (based, admittedly, on less than 30 seconds of looking at the > source code) like that should have given you an error message. > Are you sure you presented that transcript correctly? [The script(1) > command can help a lot here.]