From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adam Pribyl Subject: Re: Advice needed on gcc error Date: Sat, 22 Nov 2014 22:10:20 +0100 (CET) Message-ID: References: <546E5DF6.6080007@alienscience.org.uk> <87r3ww9aev.fsf@gnu.org> <5470CD76.8070906@alienscience.org.uk> <87bnnzar1y.fsf@gnu.org> Mime-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="-1463811484-773822725-1416690620=:10197" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34967) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsHwo-0003fW-1y for guix-devel@gnu.org; Sat, 22 Nov 2014 16:10:30 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsHwj-0006zx-Jt for guix-devel@gnu.org; Sat, 22 Nov 2014 16:10:26 -0500 Received: from sandbox.cz ([87.236.197.188]:60118 helo=mx.sandbox.cz) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsHwj-0006zA-DG for guix-devel@gnu.org; Sat, 22 Nov 2014 16:10:21 -0500 Received: from localhost (localhost [127.0.0.1]) by sandbox.cz (Postfix) with ESMTP id 9A20C3814A for ; Sat, 22 Nov 2014 22:10:20 +0100 (CET) In-Reply-To: <87bnnzar1y.fsf@gnu.org> 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 Cc: guix-devel@gnu.org This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. ---1463811484-773822725-1416690620=:10197 Content-Type: TEXT/PLAIN; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable On Sat, 22 Nov 2014, Ludovic Court=C3=A8s wrote: > 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=98= services=E2=80=99 field of the > configuration, similar to what is shown at >=20 . > > 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.) This is exactly the same thing I am triing to achieve. But the lsh-servic= e (ssh-daemon) has a dependency on the networking service, which I am not able to provide - this is the reason why I did add also a dhcp-client-service, but it seems to not work, as there is no network eve= n after reconfigure and reboot. deco status dmd Started: (nscd file-system-/dev/shm dmd host-name term-tty1 loopback guix-daemon console-font-tty1 root-file-system user-unmount term-tty4 term-tty5 udev term-tty6 term-tty2 term-tty3 user-processes console-font-tty4 console-font-tty5 console-font-tty6 console-font-tty2 console-font-tty3 file-system-/dev/pts syslogd) Stopped: (ssh-daemon) Obviously: deco status networking No service at all providing networking. >> 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. Adam Pribyl ---1463811484-773822725-1416690620=:10197--