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: Adam Pribyl
Subject: Re: Advice needed on gcc error
Date: Sun, 23 Nov 2014 21:55:39 +0100 (CET)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Sun, 23 Nov 2014, Ludovic Courtès wrote:

Adam Pribyl <address@hidden> skribis:

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))

Oh, OK.  Ideally an error would be raised in such a case.

Did not noticed any... guix system reconfigure just finished OK.


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.

OK.  Perhaps this should be mentioned in the manual?

/etc/lsh/host-key

Well it is mostly there as there is and option
[#:host-key "/etc/lsh/host-key"]
Just when one tries to start lshd manually it first prints it needs the yarrow seed, then host key in proper location etc. Host key location is different.

I would suggest improving the
http://www.gnu.org/software/guix/manual/guix.html#Using-the-Configuration-System
example and incorporating most of the options in the configuration example as e.g. starting lsh-service without [#:initialize? #f] for the first time makes no sense. Also it could be present in the config template in the distribution itself.

This would help most of us not very familiar with all the details to do a fluent installation.

Ludo’.

Regards

Adam Pribyl

reply via email to

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