From: Marco van Hulten <marco@hulten.org>
To: "Thompson, David" <dthompson2@worcester.edu>
Cc: help-guix <help-guix@gnu.org>
Subject: Re: openssh installed, but ssh-daemon not starting
Date: Sun, 12 Nov 2017 15:51:56 +0100 [thread overview]
Message-ID: <20171112155156.353bb2b5@graviton.instanton> (raw)
In-Reply-To: <CAJ=RwfYDH70=k-MLpuM9VEi0r+2kuBkWpNwPA7KSdV8n5Kv55A@mail.gmail.com>
David-
Op 10 nov 07:45 schreef Thompson, David:
> Marco wrote:
> > root@watson ~# herd start ssh-daemon
> > herd: service 'ssh-daemon' could not be found
> > ```
> >
> > Is there actually a service `ssh-daemon' belonging to the package
> > openssh?
>
> Services being installed upon package installation is one of those
> things you learn from other distros that needs to be "unlearned" when
> using GuixSD. When you run `guix package` you are altering your own
> personal package profile, it doesn't alter the system in any way.
> Installing the openssh package as a user is a good way to get the
> openssh client available in your shell, but in order to get the
> openssh daemon running you'll need to add an expression like `(service
> openssh-service-type (openssh-configuration ...))` to your OS
> configuration file and run `guix system reconfigure`. Make sure to
> import the (gnu services ssh) module otherwise you'll get undefined
> variable errors.
It now works with the (service openssh-service-type). I did not change
the default configuration. I feel a bit fuzzy about the exact keywords
used, sometimes services take only one keyword:
(services (cons* (xfce-desktop-service)
(service openssh-service-type)
%desktop-services))
For XFCE we use a singlet, whereas for OpenSSH a pair is used. Must
one use such a pair if there are (optionally) configuration parameters
to be defined for the respective service?
The syntax of the ssh module import at the top of my profile is a bit
different, but it seems to work (https://paste.debian.net/995301/).
I am starting to understand the generals of the system.
Thank you for the help!
-Marco
next prev parent reply other threads:[~2017-11-12 14:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-10 8:16 openssh installed, but ssh-daemon not starting Marco van Hulten
2017-11-10 12:45 ` Thompson, David
2017-11-12 14:51 ` Marco van Hulten [this message]
2017-11-13 9:52 ` Ludovic Courtès
2017-11-14 7:50 ` Marco van Hulten
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=20171112155156.353bb2b5@graviton.instanton \
--to=marco@hulten.org \
--cc=dthompson2@worcester.edu \
--cc=help-guix@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.
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).