Adam Pribyl skribis:
> 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
On Sun, 23 Nov 2014, Ludovic Courtès wrote:
Adam Pribyl 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 err
Adam Pribyl 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.
> J
On Sat, 22 Nov 2014, Ludovic Courtès wrote:
Adam Pribyl skribis:
Could you post your configuration?
I have something like this:
--8<---cut here---start->8---
(services (cons* (slim-service)
(avahi-service)
(dbus-servic
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 n
On Sat, 22 Nov 2014, Ludovic Courtès 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
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
Hello Ludo,
On 21/11/14 10:21, Ludovic Courtès wrote:
Could you post, say, the last 200 lines of its build log? One way to
find it is to run:
ls -lrt /var/log/guix/drvs/*/*gcc-4.8.3*
and then open the most recent one.
Thank you very much for your offer of help. I have the problem that I
Saul Hazledine skribis:
> I have a running installation of guix/gnu os and wanted to install vim:
> guix package -i vim
>
> I am not using hydra and so the package manager went ahead and tried
> to download and compile the internet (which is what I wanted because I
> am experimenting with the O
Hello,
I installed guix 0.8 into a virtual machine and I hit a problem which
might be user error or a bug. I thought this would be the right mailing
list to get help - apologies if it isn't.
I have a running installation of guix/gnu os and wanted to install vim:
guix package -i vim
I am n
10 matches
Mail list logo