From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Advice needed on gcc error Date: Sat, 22 Nov 2014 22:00:57 +0100 Message-ID: <87bnnzar1y.fsf@gnu.org> References: <546E5DF6.6080007@alienscience.org.uk> <87r3ww9aev.fsf@gnu.org> <5470CD76.8070906@alienscience.org.uk> 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]:33773) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsHnn-0002Io-2e for guix-devel@gnu.org; Sat, 22 Nov 2014 16:01:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsHnh-0004bp-6A for guix-devel@gnu.org; Sat, 22 Nov 2014 16:01:07 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:36799) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsHng-0004ba-GZ for guix-devel@gnu.org; Sat, 22 Nov 2014 16:01:01 -0500 In-Reply-To: <5470CD76.8070906@alienscience.org.uk> (Saul Hazledine's message of "Sat, 22 Nov 2014 18:52:54 +0100") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Saul Hazledine Cc: guix-devel@gnu.org Saul Hazledine skribis: > Thank you very much for your offer of help. I have the problem that I > cannot login to the machine over ssh to get the log file. I have > installed both openssh and lsh (using hydra) but I cannot find an ssh > daemon. > > I have also added (use-modules (gnu services ssh)) to /etc/config.scm > and ran 'guix system reconfigure' but no ssh daemon is started. You need to add a call to =E2=80=98lsh-service=E2=80=99 in the =E2=80=98ser= vices=E2=80=99 field of the configuration, similar to what is shown at . Also, ATM it is necessary to reboot after =E2=80=98reconfigure=E2=80=99 for= new services to be started (that limitation will be removed hopefully soon.) > I totally understand if you do not want to take up time trying to > solve newbie errors. However, my hope is that these problems provide > useful information for guix development. It=E2=80=99s definitely useful! Thanks, Ludo=E2=80=99.