From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Brown Subject: bug#32197: openssh not starting unless reconfigured Date: Thu, 19 Jul 2018 09:23:04 -0500 Message-ID: <8736wfi9tj.fsf@fastmail.com> References: <87601clhrh.fsf@fastmail.com> <87tvov5qfa.fsf@lassieur.org> 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]:57808) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fg9qg-0006oz-Tt for bug-guix@gnu.org; Thu, 19 Jul 2018 10:24:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fg9qc-0006Gj-US for bug-guix@gnu.org; Thu, 19 Jul 2018 10:24:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43367) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fg9qc-0006Gd-N0 for bug-guix@gnu.org; Thu, 19 Jul 2018 10:24:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fg9qc-0006D2-FO for bug-guix@gnu.org; Thu, 19 Jul 2018 10:24:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87tvov5qfa.fsf@lassieur.org> ("=?UTF-8?Q?Cl=C3=A9ment?= Lassieur"'s message of "Thu, 19 Jul 2018 15:02:49 +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: =?UTF-8?Q?Cl=C3=A9ment?= Lassieur Cc: 32197@debbugs.gnu.org Cl=C3=A9ment Lassieur writes: > Eric Brown writes: > >> GuixSD 1.5 amd64 >> >> (stock, and with guix pull && guix package -u) >> >> I have initialized a system with the attached config.scm. The openssh >> service does not work at boot.=20 >> >> However, I can reconfigure the system, and the openssh service works and >> allows connections. >> >> (I've confirmed with several people with same observation on #guix) > > Hi Eric, > > Julien pushed a commit that is supposed to fix your issue. Could you > 'guix pull' and test it? > > Thanks, > Cl=C3=A9ment The fix works as expected. Thanks for your help!