From owner-freebsd-questions@freebsd.org Tue Dec 29 08:01:25 2015 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 187A9A521C4 for ; Tue, 29 Dec 2015 08:01:25 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F12041958 for ; Tue, 29 Dec 2015 08:01:24 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=6eS6Qr5xh//8QlZbDJXf8EJYFxwEPhEOe+gGpuevSig=; b=p34bpKycayhF7S/Yw3KLwdHAXE pET4jBzQfvYsCvIMCRw5/UR4QzsURpvNvNqHCQwYRhgHDlShS01BQgrcVj2oSGH/Q4BNeSwMns9Sc JCzwUMHhLg6jqaRmAfeX3vkEC4pZXrfKjIAwYn1PVsZ+u59sFMrYTENZRNfZNjstCf/w=; Received: from [114.121.134.187] (port=36034 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aDpDf-003FKf-77; Tue, 29 Dec 2015 01:01:23 -0700 Date: Tue, 29 Dec 2015 16:01:16 +0800 From: Erich Dollansky To: Matthias Apitz Cc: Adam Vande More , FreeBSD Questions Subject: Re: remove all installed packages Message-ID: <20151229160116.4a061530@X220.alogt.com> In-Reply-To: <20151229062841.GA1723@c720-r285885-amd64> References: <20151208200303.GA2194@c720-r285885-amd64> <20151228202833.GA2425@c720-r285885-amd64> <20151229080050.1780e0fc@X220.alogt.com> <20151229062841.GA1723@c720-r285885-amd64> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2015 08:01:25 -0000 Hi, On Tue, 29 Dec 2015 07:28:42 +0100 Matthias Apitz wrote: > El d=C3=ADa Tuesday, December 29, 2015 a las 08:00:50AM +0800, Erich > Dollansky escribi=C3=B3: >=20 > > On Mon, 28 Dec 2015 21:28:33 +0100 > > Matthias Apitz wrote: > > =20 > > > # pkg delete -f pkg > > > =20 > > did you take a look at /use/local? =20 >=20 > Yes, I did even a backup: >=20 > # cd /usr/local > # tar cf etc.tar etc > # mv poudiere poudiere.saved (contains all my jails) >=20 THis is yours then. > > It should be empty if you did not install own software. =20 >=20 > No, it should not and it wasn't. The deletion did not removed config > files in /usr/local/etc, for example. >=20 I always forget this. > > > and all was fine cleared and ready to be re-installed from the > > > ports;=20 > > This is what has to be expected. =20 >=20 > Yes. I svn updated /usr/ports and 'make installed' only two ports: >=20 > ports-mgmt/pkg > ports-mgmt/poudriere-devel >=20 > and tested my old poudriere jail; it worked fine. >=20 You achieved what you wanted then. Erich