``` root@watson ~# guix package -i openssh substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following package will be upgraded: openssh 7.6p1 → 7.6p1 /gnu/store/j0lzcal5r3y4x4bhfq2ksfn2xirdhqhl-openssh-7.6p1
substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% The following derivations will be built: /gnu/store/hfqadrr4am10d6lwwcwgfk148yrgybr1-profile.drv /gnu/store/ypc6gq61shfmp1pcxzhig5ygzi4a6hs5-ca-certificate-bundle.drv /gnu/store/r7arxs6qlf8iix56r7yv6qiqnjzf8wmp-fonts-dir.drv /gnu/store/f5d0jq44ghb1kbpk0mrsp45xxla910bn-info-dir.drv /gnu/store/9naqz8l0z023linybdjy0as5ymf9x40w-manual-database.drv substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% Creating manual page database for 3 packages... done in 0.227 s 4 packages in profile 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? root@watson ~# herd status | grep -i ssh root@watson ~# This shows that there is no service containing the string `ssh' *defined* (i.e. available?), if I understand the manual correctly [1]. [1]: https://www.gnu.org/software/guix/manual/html_node/Services.html -Marco
