unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#36698: shepherd: list-actions not implemented
@ 2019-07-16 21:26 Jesse Gibbons
  2020-03-31 19:43 ` Brice Waegeneire
  0 siblings, 1 reply; 4+ messages in thread
From: Jesse Gibbons @ 2019-07-16 21:26 UTC (permalink / raw)
  To: 36698

I am curious about what actions are implemented in the system services
on my GuixSD install. I try something like the following for the
different system services and get an error:

jesse@piranhaplant ~$ sudo herd list-actions term-tty6
Password:
herd: service 'term-tty6' does not have an action 'list-actions'


Based on what the manual says[1], the 'list-actions' action should be a
special action of every service, so I would expect it to at least either
list the default actions status, start, stop, enable, disable, etc. or
display a message that there are no custom actions defined for the
named service.

Surprisingly I could not find anything related to this in the archives.

[1] https://www.gnu.org/software/shepherd/manual/html_node/Jump-Start.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36698: shepherd: list-actions not implemented
  2019-07-16 21:26 bug#36698: shepherd: list-actions not implemented Jesse Gibbons
@ 2020-03-31 19:43 ` Brice Waegeneire
  2020-03-31 20:09   ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Brice Waegeneire @ 2020-03-31 19:43 UTC (permalink / raw)
  To: 36698

> I am curious about what actions are implemented in the system services
> on my GuixSD install. I try something like the following for the
> different system services and get an error:
> 
> jesse@piranhaplant ~$ sudo herd list-actions term-tty6
> Password:
> herd: service 'term-tty6' does not have an action 'list-actions'

The documentation has been updated in 
d5da712a5605a0cdaa4cf3bd64621a95a54520c0
to clarify the use of 'list-actions' and there is an example on how to 
use it.

# herd doc term-tty6 list-actions
term-tty6 ()
# herd doc root list-actions
root (help status halt power-off load eval unload reload daemonize 
persistency no-persistency cd restart)

This bug should be closed.

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#36698: shepherd: list-actions not implemented
  2020-03-31 19:43 ` Brice Waegeneire
@ 2020-03-31 20:09   ` Leo Famulari
  2020-03-31 22:34     ` Leo Famulari
  0 siblings, 1 reply; 4+ messages in thread
From: Leo Famulari @ 2020-03-31 20:09 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 36698

[-- Attachment #1: Type: text/plain, Size: 854 bytes --]

On Tue, Mar 31, 2020 at 07:43:36PM +0000, Brice Waegeneire wrote:
> > I am curious about what actions are implemented in the system services
> > on my GuixSD install. I try something like the following for the
> > different system services and get an error:
> > 
> > jesse@piranhaplant ~$ sudo herd list-actions term-tty6
> > Password:
> > herd: service 'term-tty6' does not have an action 'list-actions'
> 
> The documentation has been updated in
> d5da712a5605a0cdaa4cf3bd64621a95a54520c0
> to clarify the use of 'list-actions' and there is an example on how to use
> it.
> 
> # herd doc term-tty6 list-actions
> term-tty6 ()
> # herd doc root list-actions
> root (help status halt power-off load eval unload reload daemonize
> persistency no-persistency cd restart)
> 
> This bug should be closed.

Here is a patch to fix a small typo in that commit.

[-- Attachment #2: 0001-doc-Fix-typo-in-Jump-start.patch --]
[-- Type: text/plain, Size: 1423 bytes --]

From 2b4785716abf2655d5be35679d5e2dfed62d27d7 Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Tue, 31 Mar 2020 16:07:46 -0400
Subject: [PATCH] doc: Fix typo in Jump start.

* doc/shepherd.texi (Jump start): Fix typo in documentation of special action
'doc'.
---
 doc/shepherd.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/shepherd.texi b/doc/shepherd.texi
index 9ecd2ab..39454ba 100644
--- a/doc/shepherd.texi
+++ b/doc/shepherd.texi
@@ -289,11 +289,11 @@ to load arbitrary code into the Shepherd at runtime, like this:
 herd load shepherd ~/additional-services.scm
 @end example
 
-In the same vein the special action @code{doc} describes it service when
-called without an argument or describes a service-specific action when
-called with the action as the additional arguments.  You can even get
-the list of the service-specific actions a service provides when using
-with the additional argument @code{list-actions}.
+In the same vein the special action @code{doc} describes its service
+when called without an argument or describes a service-specific action
+when called with the action as the additional arguments.  You can even
+get the list of the service-specific actions a service provides when
+using with the additional argument @code{list-actions}.
 @example
 $ herd doc root
 The root service is used to operate on shepherd itself.
-- 
2.26.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* bug#36698: shepherd: list-actions not implemented
  2020-03-31 20:09   ` Leo Famulari
@ 2020-03-31 22:34     ` Leo Famulari
  0 siblings, 0 replies; 4+ messages in thread
From: Leo Famulari @ 2020-03-31 22:34 UTC (permalink / raw)
  To: Brice Waegeneire; +Cc: 36698-done

On Tue, Mar 31, 2020 at 04:09:19PM -0400, Leo Famulari wrote:
> Here is a patch to fix a small typo in that commit.

> From 2b4785716abf2655d5be35679d5e2dfed62d27d7 Mon Sep 17 00:00:00 2001
> From: Leo Famulari <leo@famulari.name>
> Date: Tue, 31 Mar 2020 16:07:46 -0400
> Subject: [PATCH] doc: Fix typo in Jump start.
> 
> * doc/shepherd.texi (Jump start): Fix typo in documentation of special action
> 'doc'.

Pushed as e9f3560414ed9c6ee9afe3a9ab85fd8e114f97cb

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-31 22:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-16 21:26 bug#36698: shepherd: list-actions not implemented Jesse Gibbons
2020-03-31 19:43 ` Brice Waegeneire
2020-03-31 20:09   ` Leo Famulari
2020-03-31 22:34     ` Leo Famulari

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