emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68591: closed (Error when using shepherd on foreign distro)


From: GNU bug Tracking System
Subject: bug#68591: closed (Error when using shepherd on foreign distro)
Date: Wed, 20 Mar 2024 18:33:02 +0000

Your message dated Wed, 20 Mar 2024 19:14:06 +0100
with message-id <87sf0kydn5.fsf@gnu.org>
and subject line Re: bug#68591: Error when using shepherd on foreign distro
has caused the debbugs.gnu.org bug report #68591,
regarding Error when using shepherd on foreign distro
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68591: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68591
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Error when using shepherd on foreign distro Date: Fri, 19 Jan 2024 21:12:18 +0100 User-agent: mu4e 1.10.8; emacs 29.1
Hi,

I am setting up shepherd for use by my user account on a foreign distro. I 
setup as described in the manual in the section "(shepherd) Managing User 
Services". When I try to run it using shepherd, it crashes on the line:

     ;; Send shepherd into the background
     (perform-service-action 'shepherd 'daemonize)

with the error:

    Uncaught exception while loading configuration file 
'/home/jaadu/.config/shepherd/init.scm': (goops-error #f "No applicable method 
for ~S in call ~S" (#<<generic> service-actions (1)> (service-actions 
shepherd)) ())

Removing said line resolves the issue.

-- 
Med vänliga hälsningar Einar



--- End Message ---
--- Begin Message --- Subject: Re: bug#68591: Error when using shepherd on foreign distro Date: Wed, 20 Mar 2024 19:14:06 +0100 User-agent: Gnus/5.13 (Gnus v5.13)
Hi Einar,

Einar Largenius <jaadu@lysator.liu.se> skribis:

> I am setting up shepherd for use by my user account on a foreign distro. I 
> setup as described in the manual in the section "(shepherd) Managing User 
> Services". When I try to run it using shepherd, it crashes on the line:
>
>      ;; Send shepherd into the background
>      (perform-service-action 'shepherd 'daemonize)
>
> with the error:
>
>     Uncaught exception while loading configuration file 
> '/home/jaadu/.config/shepherd/init.scm': (goops-error #f "No applicable 
> method for ~S in call ~S" (#<<generic> service-actions (1)> (service-actions 
> shepherd)) ())

This was a bug in the documentation, now fixed in Shepherd commit
0fbba586cd1eafa28c827641f093cc9f3cdc1d00.

Instead of the line above, you should write:

  (perform-service-action root-service 'daemonize)

Thanks!

Ludo’.


--- End Message ---

reply via email to

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