daemons.el icon indicating copy to clipboard operation
daemons.el copied to clipboard

No services shown for remote hosts

Open Myzel394 opened this issue 3 months ago • 2 comments

Hey, this is probably more of a noob question, but I'm unable to get this to work. I'm using Doom Emacs and installed this plugin using:

(package! daemons.el
  :recipe (:host github :repo "cbowdon/daemons.el" :files ("*.el"))
)
(setq daemons-always-sudo t)

I can successfully call the daemons command, but the list is simply empty for any remote host. Is this broken or am I doing something wrong here?

Myzel394 avatar Oct 10 '25 12:10 Myzel394

Hi, I'm not aware of any issues with remote hosts. I would check the messages buffer for more info.

cbowdon avatar Nov 17 '25 12:11 cbowdon

happens to me as well, the messages buffer shows nothing.

FWIW, when opening daemons-status for jupyterhub on a remote buffer on node1 i get:

Output of `status` on `jupyterhub` (node1):

/bin/sh: 1: brew: not found

I am on mac, but node1 is ubuntu.

doom emacs v3.0.0-pre GNU Emacs 29.4

pandalanax avatar Nov 22 '25 08:11 pandalanax