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 23:09:17 +0100 Message-ID: <87tx1qanw2.fsf@gnu.org> 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: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42588) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsIru-0001Y2-JM for guix-devel@gnu.org; Sat, 22 Nov 2014 17:09:32 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsIro-00056H-Tg for guix-devel@gnu.org; Sat, 22 Nov 2014 17:09:26 -0500 Received: from hera.aquilenet.fr ([2a01:474::1]:36887) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsIro-00056B-ND for guix-devel@gnu.org; Sat, 22 Nov 2014 17:09:20 -0500 In-Reply-To: (Adam Pribyl's message of "Sat, 22 Nov 2014 22:10:20 +0100 (CET)") 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: Adam Pribyl Cc: guix-devel@gnu.org Adam Pribyl skribis: > This is exactly the same thing I am triing to achieve. But the lsh-service > (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 even > 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. Could you post your configuration? I have something like this: --8<---------------cut here---------------start------------->8--- (services (cons* (slim-service) (avahi-service) (dbus-service (list avahi)) ;; [...] (lsh-service #:root-login? #t) (dhcp-client-service) %base-services)) --8<---------------cut here---------------end--------------->8--- and =E2=80=98deco status networking=E2=80=99 shows the actual service. Thanks, Ludo=E2=80=99.