From mboxrd@z Thu Jan 1 00:00:00 1970 From: swedebugia Subject: Re: About /var/guix/profiles and guix pull generations Date: Tue, 25 Dec 2018 18:51:34 +0100 Message-ID: <4bfb5a25-7f50-1faf-dd7f-660e45c84459@riseup.net> References: <878t10xpam.fsf@ambrevar.xyz> <87wooj1fmx.fsf@gmail.com> <87efaqna9u.fsf@ambrevar.xyz> <87d0qana9e.fsf@ambrevar.xyz> <87k1kivmzt.fsf@ambrevar.xyz> <87lg4yz6gz.fsf@gmail.com> <87ftv523m2.fsf@ambrevar.xyz> <875zvqkz9b.fsf@gmail.com> <87d0pyvtvd.fsf@ambrevar.xyz> <87a7l1a3vv.fsf@gmail.com> <87bm5hv5v1.fsf@ambrevar.xyz> <878t0lv5pj.fsf@ambrevar.xyz> <87pntxwjga.fsf@ambrevar.xyz> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:41996) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gbqlU-0006vR-0W for help-guix@gnu.org; Tue, 25 Dec 2018 12:45:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gbqlP-0007Jf-8v for help-guix@gnu.org; Tue, 25 Dec 2018 12:45:11 -0500 Received: from mx1.riseup.net ([198.252.153.129]:59841) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gbqlN-0007Hu-SY for help-guix@gnu.org; Tue, 25 Dec 2018 12:45:07 -0500 In-Reply-To: <87pntxwjga.fsf@ambrevar.xyz> Content-Language: en-US List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: Pierre Neidhardt , Chris Marusich Cc: help-guix Hi :) On 2018-12-19 17:49, Pierre Neidhardt wrote: snip > (display-hint (format #f (G_ "Consider deleting old profile > -generations and collecting garbage, along these lines: > +generations, deleting old Guix checkouts and collecting garbage, along these > +lines: > > @example > -guix package -p ~s --delete-generations=1m > -guix gc > -@end example\n") > - profile)) > +guix package --profile=~s --delete-generations=1m > +guix package --profile=~s --delete-generations=1m Why duplicate lines here? > +guix gc --free-space=5G > +@end example > + > +You might also want to delete old non-default profiles pointed to by > +the symlinks in /var/guix/gcroots/auto (broken symlinks in this > +directory will be automatically removed).") > + profile > + (string-append (config-directory #:ensure? #f) "/current"))) I think this is quite long and I don't understand your phrase about broken symlinks. Could you write a new section "Freeing up space in GuixSD" in the manual instead and refer to that here instead? -- Cheers Swedebugia