From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#28772: guix system reconfigure after kernel panic user or group not created Date: Tue, 10 Oct 2017 17:37:39 +0200 Message-ID: <87d15vm2t8.fsf@gnu.org> References: <8760bnh7os.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e1wbd-0007Uj-7L for bug-guix@gnu.org; Tue, 10 Oct 2017 11:38:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e1wba-0000MY-4q for bug-guix@gnu.org; Tue, 10 Oct 2017 11:38:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52114) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e1wba-0000MS-1z for bug-guix@gnu.org; Tue, 10 Oct 2017 11:38:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e1wbZ-0000SN-SY for bug-guix@gnu.org; Tue, 10 Oct 2017 11:38:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8760bnh7os.fsf@gmail.com> (Oleg Pykhalov's message of "Tue, 10 Oct 2017 08:51:15 +0300") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Oleg Pykhalov Cc: 28772@debbugs.gnu.org Hello, Oleg Pykhalov skribis: > During 'guix system reconfigure' I got a kernel panic. Can you show the exact command and its output? A user-land program is not supposed to be able to cause a kernel panic; if it does, that=E2=80=99s a kernel bug. But perhaps you got the kernel panic *after* rebooting in the reconfigured system? That could well be a GuixSD bug, indeed. > After reboot I tried another attempt to make a 'guix system > reconfigure', but because of /etc/group.lock and /etc/passwd.lock > operating-system groups and users fields didn't applied. > > I tried to get a creation of adbusers group and add my user to it, but > because of those files I cannot do it, until manually removed them. > > So, do we need to check if *.lock files are exist and remove them at the > start of 'guix system reconfigure' OR abort reconfigure and creation of > Grub boot entry OR something else? I=E2=80=99m not sure I understand what happened. Could you copy/paste comm= ands and outputs, or transcribe what happened? TIA, Ludo=E2=80=99.