From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#34580: Service ssh-daemon could not be started Date: Sat, 28 Sep 2019 11:45:57 +0200 Message-ID: <87pnjkzrca.fsf@gnu.org> References: <20190219212126.GA2371@jurong> <87pnjqm809.fsf@gnu.org> <6d672221-0e2f-40cd-b129-1f893fe13472@www.fastmail.com> <87o8z6kclh.fsf@gnu.org> <75efee63-c5e4-4d7f-aec2-e1afa3a8ba00@www.fastmail.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:470:142:3::10]:46029) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iE9Jf-00052D-7s for bug-guix@gnu.org; Sat, 28 Sep 2019 05:47:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iE9Je-0006xy-4a for bug-guix@gnu.org; Sat, 28 Sep 2019 05:47:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40534) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iE9Je-0006xh-1Q for bug-guix@gnu.org; Sat, 28 Sep 2019 05:47:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iE9Jd-0007p9-SI for bug-guix@gnu.org; Sat, 28 Sep 2019 05:47:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <75efee63-c5e4-4d7f-aec2-e1afa3a8ba00@www.fastmail.com> (Brant Gardner's message of "Fri, 27 Sep 2019 09:57:13 -0500") 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: Brant Gardner Cc: 34580@debbugs.gnu.org Hi Brant, "Brant Gardner" skribis: > Going to show my ignorance here - I've contributed some packages by > making things in a 'guix environment' and then extracting patches, but > what you need me to do is activate a configuration change in a 'live' > guix install (and on a service rather than a package, also new-ish to > me) so it sticks over a reboot. This is not something I've done > before and I'm not finding docs for it, can you direct me? Sure, sorry for not being clearer. So you would apply the patch I sent over a fresh checkout of Guix, like so: git clone https://git.savannah.gnu.org/git/guix.git cd guix patch -p1 < the-patch Then you need to build Guix from that checkout: https://guix.gnu.org/manual/en/html_node/Building-from-Git.html Finally, you can reconfigure your system from that checkout with: sudo -E ./pre-inst-env guix system reconfigure =E2=80=A6 Let me know how it goes! Thanks, Ludo=E2=80=99.