From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id gCFgF4U872RUUwEAG6o9tA:P1 (envelope-from ) for ; Wed, 30 Aug 2023 14:56:37 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gCFgF4U872RUUwEAG6o9tA (envelope-from ) for ; Wed, 30 Aug 2023 14:56:37 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id DA8463AAC3 for ; Wed, 30 Aug 2023 14:56:36 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=disr.it header.s=mail header.b=wkDOwM6a; dmarc=pass (policy=none) header.from=disr.it; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693400197; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=xTu0O075Ess57yBfbUJMyYGvgJYGzOXAI56jtdom4i8=; b=MxcehpauXM3GIdEI8+bJKbPZ4BKpcyOshaDClQndkvnZPiC0lQNiH+rotZh+5/T72ktrar uTr2oApieU2HeAi7FetA+3uz9MjXfKPUxGdNt3kQH5Q70L5MV8fo7AcbLhImaeMzJArUlE FhlhoDJy/OkBRdKcutJsw+987jy6w9P1vY+6lgXg64G/4QhG1s8RwhF0GLraePIsyKp0PK zhPzEBcnWw3Hi5Ea3e4bL2WNk34rZtpf9SkneWfPMVqa+LJpR3IaQdkBse3SvxDs6S8Q/w PPopyNCyfY1+CwXdaPddHxohtDIjclAiPVo/HDpxU5GOxOKHFI15dnEAPo0WWw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693400197; a=rsa-sha256; cv=none; b=DkidojQCm8puKVYQP9vkAtAekcnVSXyTDMogc9Na4hbcCuCiiJ6XD7YWsQZgtRO/yD3bMV Gb8CjsVA0w5UUVnqv18g//4IhG5gE4nYO1XdU7avzT7XLV51FToHAo835clnjKb94Cda8Z zK3ImBmUOPjOWU7QG67NKQ9GAdmxnsCKoho8o/cCWH08aCCjqu32v5YYGHTaZtzJ+5jFab eappSaasTdXwO5D40U2fXxVMCg34pm0AUpBfuh/EsYxJ52L81x5jaXIApoY7tcmkq6HWo/ A6lXeROiYoIpR+4RkRap/l6SImCcLGsBG8yMW4W4PbS9B3OjnsM+Oj1fBab5Mg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=pass header.d=disr.it header.s=mail header.b=wkDOwM6a; dmarc=pass (policy=none) header.from=disr.it; spf=pass (aspmx1.migadu.com: domain of "help-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="help-guix-bounces+larch=yhetil.org@gnu.org" Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qbKk1-0003p2-AD; Wed, 30 Aug 2023 08:56:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qbKjn-0003mq-SQ for help-guix@gnu.org; Wed, 30 Aug 2023 08:56:00 -0400 Received: from layka.disroot.org ([178.21.23.139]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qbKjk-0005cW-EQ for help-guix@gnu.org; Wed, 30 Aug 2023 08:55:59 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 7E85F41184; Wed, 30 Aug 2023 14:55:51 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from layka.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wbgXL3Rz5BeC; Wed, 30 Aug 2023 14:55:50 +0200 (CEST) From: Jorge P. de Morais Neto DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disr.it; s=mail; t=1693400150; bh=/q2UnvBzSvYUCSzESM8xqSgUs5zfoelzGwyACicbLv4=; h=From:To:Cc:Subject:In-Reply-To:References:Date; b=wkDOwM6aSx+t6abgEfQtF7r5kFd32U8xJNxBLRS3sP7b51EWFri9dr0TrJxHs30cP Vj++D9IIEbHmVbnyV0J4vq5qffel5si63wBsEnUVpHODrVrve4w58hLZ/xNBG7UB7s fjEJGkROb5gCdkKk7fEFm/OcpXXFl60Gh5c/xY1BfD5KjklCyiQARLnBTIhKQmwC2i d5wIiShX/F8gTJCZEfj56lssr87HQRfI1t3rDtl1ujXDcd3euWH2xLjSgo98INPmQU Rf8ojuMahNqUDj5ZGu9bG+H+mp/CNZIbu93Pu+mqtrJ3keqJeS/JDGt6vf9qnz7t7g R/A7F8WKdSEYg== To: =?utf-8?B?5a6L5paH5q2m?= Cc: help-guix@gnu.org Subject: Re: How to delete per-user profiles In-Reply-To: <87pm3a1ymw.fsf@envs.net> References: <3f5bfb0c2c51fb11cd738e41d6dfe2ce45aafed4.camel@disr.it> <87pm3a1ymw.fsf@envs.net> Mail-Followup-To: =?utf-8?B?5a6L5paH5q2m?= , help-guix@gnu.org Date: Wed, 30 Aug 2023 09:55:37 -0300 Message-ID: <87edjkvgdy.fsf@disr.it> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=178.21.23.139; envelope-from=jorge+list@disr.it; helo=layka.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: help-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -5.69 X-Spam-Score: -5.69 X-Migadu-Queue-Id: DA8463AAC3 X-Migadu-Scanner: mx2.migadu.com X-TUID: HNvM3Xy08Ic0 Thanks =E5=AE=8B=E6=96=87=E6=AD=A6 and Roman! I have then deleted `/var/guix/profiles/per-user/jorge-morais' and then invoked `sudo -i guix gc -d'. It went as expected. If any error appears later, I will inform this list. Regards! --=20 - I am Brazilian. I hope my English is correct and I welcome feedback. - Free Software Supporter: https://www.fsf.org/free-software-supporter - If an email of mine arrives at your spam box, please notify me. - Many people hate injustice but few check the facts; this causes more injustice. Ask me about