From unknown Sat Jun 14 18:44:58 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#65808 <65808@debbugs.gnu.org> To: bug#65808 <65808@debbugs.gnu.org> Subject: Status: (accidentally) removing and re-adding user not handled Reply-To: bug#65808 <65808@debbugs.gnu.org> Date: Sun, 15 Jun 2025 01:44:58 +0000 retitle 65808 (accidentally) removing and re-adding user not handled reassign 65808 guix submitter 65808 Csepp severity 65808 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Thu Sep 07 12:20:36 2023 Received: (at submit) by debbugs.gnu.org; 7 Sep 2023 16:20:36 +0000 Received: from localhost ([127.0.0.1]:41180 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeHkC-0000mf-0Q for submit@debbugs.gnu.org; Thu, 07 Sep 2023 12:20:36 -0400 Received: from lists.gnu.org ([2001:470:142::17]:50114) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qeHk9-0000mR-U4 for submit@debbugs.gnu.org; Thu, 07 Sep 2023 12:20:35 -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 1qeHk2-0001Ao-Kh for bug-guix@gnu.org; Thu, 07 Sep 2023 12:20:26 -0400 Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qeHk0-0001wQ-DY for bug-guix@gnu.org; Thu, 07 Sep 2023 12:20:26 -0400 Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4RhPbp6p0JzDrgw for ; Thu, 7 Sep 2023 16:20:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1694103623; bh=71SyhWVW/aC+mD7aRuv+Tz+xqJHlLZ+EGB42NVlG4X0=; h=From:To:Subject:Date:From; b=RVBBDfBnN7jMaiTWZnkIAYfOq5F746OVrze4oVLe0TRSu4QJpYfStl7sTeJ3wLSsQ PEtzuTlOohg/tyXrwx45UV3QnmvZgw0SdIopIQaW4kliQDjeapYdkwEA3oxsIeNdC5 rmTeekb46ycxWIUHLQ6AJxfPsTnMIY6HiLhMj88A= X-Riseup-User-ID: 2A29C45E48D9E2903999768EDB9F4BB9EC4F204FB591AF5C1244101494939640 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4RhPbp344qzJnsk for ; Thu, 7 Sep 2023 16:20:22 +0000 (UTC) From: Csepp To: Bug reports for GNU Guix Subject: (accidentally) removing and re-adding user not handled Date: Thu, 07 Sep 2023 18:12:47 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Sorry, kind of in a hurry, this might be rushed. Short version: I accidentally commented out my user, reconfigured, realized my mistake, rolled back (logging in was tricky, not sure what made it work), had to add a password again with passwd, got new UID, had to chown -R my $HOME, tried to guix pull --roll-back, but had to chown my /var/run/guix/per-user thing too.