unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Adam Pribyl <pribyl@lowlevel.cz>
Cc: guix-devel@gnu.org
Subject: Re: Advice needed on gcc error
Date: Sun, 23 Nov 2014 11:17:59 +0100 (CET)	[thread overview]
Message-ID: <alpine.DEB.2.00.1411231050320.21249@sandbox.cz> (raw)
In-Reply-To: <87tx1qanw2.fsf@gnu.org>

[-- Attachment #1: Type: TEXT/PLAIN, Size: 1191 bytes --]

On Sat, 22 Nov 2014, Ludovic Courtès wrote:

> Adam Pribyl <pribyl@lowlevel.cz> skribis:
>
> 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.


Great, this is it! I had
   (services (cons (dhcp-client-service)
                    %base-services))
   (services (cons (lsh-service #:port-number 22 #:root-login? #t)
                    %base-services))

I understand now it was a nonsence. Using cons* and defining both under 
single service section works now.

Just for the lsh - by default it expects a key under /etc/lsh_host_key, 
while this service definition changes it to /etc/ls/host-key.

> Thanks,
> Ludo’.

Thanks a lot

Adam Pribyl

  reply	other threads:[~2014-11-23 10:18 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-20 21:32 Advice needed on gcc error Saul Hazledine
2014-11-21  9:21 ` Ludovic Courtès
2014-11-22 17:52   ` Saul Hazledine
2014-11-22 21:00     ` Ludovic Courtès
2014-11-22 21:10       ` Adam Pribyl
2014-11-22 22:09         ` Ludovic Courtès
2014-11-23 10:17           ` Adam Pribyl [this message]
2014-11-23 20:22             ` Ludovic Courtès
2014-11-23 20:55               ` Adam Pribyl
2014-11-24 20:17                 ` Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=alpine.DEB.2.00.1411231050320.21249@sandbox.cz \
    --to=pribyl@lowlevel.cz \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).