supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Muhammad Mahendra Subrata <mumahendras3@gmail.com>
To: Guillermo <gdiazhartusch@gmail.com>
Cc: supervision <supervision@list.skarnet.org>,
	skaware <skaware@list.skarnet.org>
Subject: Re: s6-rc user services on Gentoo
Date: Sat, 6 Apr 2024 22:57:56 +0700	[thread overview]
Message-ID: <CACTu11GRaUGSLbauy7KwZk=drvD5BhfC1RsvYZmOsJHSDk4xjg@mail.gmail.com> (raw)
In-Reply-To: <CADQ2Nw8vvGqQcZ5r2Uv5MGUVTd_2Sn1o2ZJnBsRxbWT1D7_2Aw@mail.gmail.com>

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

On Sat, Apr 6, 2024, 19:43 Guillermo <gdiazhartusch@gmail.com> wrote:

> But then, there is a problem if one actually wants the server address
> information that --print-address provides. Alexis' 'run' script for
> example wants to save that to a file (apparently in a directory
> suitable for s6-envdir). If the output is sent to the notification
> pipe instead, s6-supervise will 'eat' it while waiting for the final
> newline character, and then the information is lost.
>
> And more generally, there's also the question about how 'ready'
> dbus-daemon actually is when the point in its code that prints the
> server address is reached. I can't really say without looking at the
> code; dbus-daemon has many duties once its UNIX domain socket is
> bound.
>
> G.
>

I have been using `--print-pid=3` as readiness notification for dbus-daemon
for quite a while now on my user services and I haven't had any problems
with it so far. IIRC, looking at dbus-daemon code, it actually prints the
socket address first then its pid. So, I use the `--print-address=` option
to save the socket address to a file for consumption by s6-envdir.

>

  parent reply	other threads:[~2024-04-06 15:58 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-02  4:42 Alexis
2024-04-02 10:44 ` Hoël Bézier
2024-04-02 23:44   ` Alexis
2024-04-02 20:57 ` Guillermo
2024-04-03  0:12   ` Alexis
2024-04-03 11:37   ` Laurent Bercot
2024-04-06 12:43     ` Guillermo
2024-04-06 13:57       ` Laurent Bercot
2024-04-06 15:57       ` Muhammad Mahendra Subrata [this message]
2024-04-06 18:31         ` Laurent Bercot

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CACTu11GRaUGSLbauy7KwZk=drvD5BhfC1RsvYZmOsJHSDk4xjg@mail.gmail.com' \
    --to=mumahendras3@gmail.com \
    --cc=gdiazhartusch@gmail.com \
    --cc=skaware@list.skarnet.org \
    --cc=supervision@list.skarnet.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 NNTP newsgroup(s).