From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#35996: User account password got locked when booting old generation Date: Thu, 06 Jun 2019 10:04:33 +0200 Message-ID: <87v9xjqgvi.fsf@gnu.org> References: <20190603145209.ub7663zp7yh7n7i4@pelzflorian.localdomain> <87d0jtemca.fsf@gnu.org> <20190604121710.uqni7cwp5jo4pwmq@pelzflorian.localdomain> <20190604141217.7tq33idseebne5v2@pelzflorian.localdomain> <20190604171715.gvwr54wiek4xs24e@pelzflorian.localdomain> <87o93d6o8u.fsf@gnu.org> <20190605061611.py3v3msydbfn2eoe@pelzflorian.localdomain> <87imtk73xs.fsf@gnu.org> <20190605110658.7metilrqike4juml@pelzflorian.localdomain> <87a7evwxa9.fsf@gnu.org> <20190606070143.poiz4anyd3i3bjkg@pelzflorian.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([209.51.188.92]:47764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hYnOW-0005xc-7f for bug-guix@gnu.org; Thu, 06 Jun 2019 04:05:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hYnOU-0007ho-5r for bug-guix@gnu.org; Thu, 06 Jun 2019 04:05:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35347) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hYnOQ-0007dT-KG for bug-guix@gnu.org; Thu, 06 Jun 2019 04:05:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hYnOQ-00076J-E0 for bug-guix@gnu.org; Thu, 06 Jun 2019 04:05:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20190606070143.poiz4anyd3i3bjkg@pelzflorian.localdomain> (pelzflorian@pelzflorian.de's message of "Thu, 6 Jun 2019 09:01:44 +0200") 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: "pelzflorian (Florian Pelz)" Cc: 35996-done@debbugs.gnu.org Hello! "pelzflorian (Florian Pelz)" skribis: > On Wed, Jun 05, 2019 at 11:13:34PM +0200, Ludovic Court=C3=A8s wrote: [...] >> The attached patch for Shepherd moves everything before loading the >> config file. I think it will have the desired effect, though I=E2=80=99= m not >> entirely sure the signal handler would run at the right time etc. >> > > It works for me without recovering journal message (and taking an > insignificantly longer time to reboot). Excellent. Pushed as Shepherd commit c6f250d1fd1afa9ee49c8bb2414eee087b672789. Thank you! Ludo=E2=80=99.