guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Advice needed on gcc error


From: Ludovic Courtès
Subject: Re: Advice needed on gcc error
Date: Sat, 22 Nov 2014 23:09:17 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

Adam Pribyl <address@hidden> 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 ‘deco status networking’ shows the actual service.

Thanks,
Ludo’.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]