From owner-freebsd-ports@freebsd.org Fri Oct 26 17:48:06 2018 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 497F810ECC43 for ; Fri, 26 Oct 2018 17:48:06 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Received: from mail4.protonmail.ch (mail4.protonmail.ch [185.70.40.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "*.protonmail.ch", Issuer "QuoVadis Global SSL ICA G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id DAC11805AB for ; Fri, 26 Oct 2018 17:48:05 +0000 (UTC) (envelope-from phascolarctos@protonmail.ch) Date: Fri, 26 Oct 2018 17:47:51 +0000 To: FreeBSD Ports From: Lorenzo Salvadore Reply-To: Lorenzo Salvadore Subject: Re: Cleanup poudriere old data Message-ID: In-Reply-To: <2ddaed0a-bf0f-7de5-3ce0-d62c47621ccb@fechner.net> References: <2ddaed0a-bf0f-7de5-3ce0-d62c47621ccb@fechner.net> Feedback-ID: X6az_D2smWSR8MT5MHqXnWF0upxehDyHia7Id1cbayHNBUkRu3CIeusDsZHiivIIjmaKB1_OofpALrRUYjNz3w==:Ext:ProtonMail MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.1 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.0 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mail.protonmail.ch X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Oct 2018 17:48:06 -0000 > Dear all, > > normally if I switch to a new release a remove the old jail by using: > > poudriere jails -d -j 111amd64 > > But it seems that it does not remove everything, all the logs are not > deleted: > http://pkg.fechner.net/index.html > > I created again the jail with: > poudriere jail -c -v 11.1-RELEASE -a amd64 -j 111amd64 > > I removed it again with: > poudriere jails -d -C all -j 111amd64 > > But it does not remove the entries from the website, the locale file syst= em: > /usr/local/poudriere/data/logs/bulk/111amd64-default > /usr/local/poudriere/data/logs/bulk/111amd64-gitlab > /usr/local/poudriere/data/logs/bulk/111amd64-2018Q2 > /usr/local/poudriere/data/logs/bulk/111amd64-2018Q3 > ... > /usr/local/poudriere/data/packages/amd64-default > ... > > Is this a bug or did I understand the man-page not correctly? > How can I get rid of all this old stuff (logs, cache, packages)? > > Thanks. I normally use two methods: either I remove the files manually (probably it is unrecommended, but if the jail has already been removed I do not see what problem could come frome such a method) or I use the following commands: poudriere distclean poudriere logclean poudriere pkgclean You find the details in poudriere's manual. Lorenzo Salvadore.