supervision - discussion about system services, daemon supervision, init, runlevel management, and tools such as s6 and runit
 help / color / mirror / Atom feed
From: Warner Losh <imp@bsdimp.com>
To: Adrian Chadd <adrian@freebsd.org>
Cc: Supervision <supervision@list.skarnet.org>,
	Jonathan de Boyne Pollard
	<J.deBoynePollard-newsgroups@ntlworld.com>,
	Lars Engels <lars.engels@0x20.net>,
	FreeBSD Hackers <freebsd-hackers@freebsd.org>
Subject: Re: Linuxisms in s6
Date: Thu, 25 Aug 2016 15:13:18 -0600	[thread overview]
Message-ID: <CANCZdfrH-Cx9QuXLWjnvq7En9s9KD+3v7zRWBO8h7ZG+Jdp7pw@mail.gmail.com> (raw)
In-Reply-To: <CAJ-Vmo=1mLANmtOhXS9v1h5tVHt+jMPvge2A5Pb_zLGP7mLvAw@mail.gmail.com>

On Thu, Aug 25, 2016 at 3:08 PM, Adrian Chadd <adrian@freebsd.org> wrote:
> On 25 August 2016 at 12:48, Lars Engels <lars.engels@0x20.net> wrote:
>> On Thu, Aug 25, 2016 at 08:46:10AM -0700, Adrian Chadd wrote:
>>> On 24 August 2016 at 21:53, Jonathan de Boyne Pollard
>>> <J.deBoynePollard-newsgroups@ntlworld.com> wrote:
>>> > http://adrianchadd.blogspot.co.uk/2016/08/freebsd-on-tiny-system-whats-missing.html?showComment=1471236502051#c1305086913155850955
>>> > , Adrian Chadd:
>>> >
>>> >> We're using s6 at work, and it works out mostly ok. Mostly once you get
>>> >> around the linuxisms, and the lack of sensible time code in it (its
>>> >> calculations for daemon run duration is based on system time, not wall
>>> >> clock, so if your box boots jan 1, 1970 then gets NTP, things are..
>>> >> hilarious), and some of the arcane bits to get logging working right.
>>> >>
>>> > What are these Linuxisms in s6?  s6-linux-utils and s6-linux-init have
>>> > Linuxisms, obviously.  But what Linuxisms does s6 have?
>>>
>>> We just had a bunch of fun trying to get it to build right, and the
>>> uptime stuff really threw us.
>>>
>>> It's fine though, I found that s6 may start growing an IPC mechanism
>>> so we could possibly do a launchd/jobd style service later (ie to run
>>> things upon event changes, like ifup, ifdown, ifcreate, ifdestroy,
>>> arbitrary messages, etc) so I may try incorporating it again. :)
>>>
>>
>> Can't this be done with devd?
>
> Sure, but I'm looking for something more generic than just devd. Like,
> notifications about events like "default route is up" can be done by
> sniffing the rtsock, but notifications like "ntpdate has updated the
> date, we can now do crypto services" doesn't happen there right now.

devd was never intended to be limited to just device events from the
kernel. It has grown beyond that, and could easily grow to cope with
routing events and other notifications. No need to reinvent everything
for that.

What devd doesn't do is launchd / job control. That would be a whole
new kettle of fish for it, and one for which it may be ill suited. Though
viewed in the right way, it's all just a series of notifications: This service
is up, this is down, user wants to start this other one, etc, so maybe
it wouldn't so bad...

Warner
_______________________________________________
freebsd-hackers@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  reply	other threads:[~2016-08-25 21:13 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-25  4:53 Jonathan de Boyne Pollard
2016-08-25  9:56 ` Jan Bramkamp
2016-08-25 15:46 ` Adrian Chadd
2016-08-25 19:48   ` Lars Engels
2016-08-25 21:08     ` Adrian Chadd
2016-08-25 21:13       ` Warner Losh [this message]
2016-08-25 21:17         ` Adrian Chadd
2016-08-26 10:44           ` Jan Bramkamp
2016-08-26 14:11             ` Warner Losh
2016-08-27 16:37       ` Jonathan de Boyne Pollard
2016-08-28  1:58         ` Adrian Chadd
2016-08-27 13:38   ` Jonathan de Boyne Pollard
2016-08-27 16:51   ` Jonathan de Boyne Pollard

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=CANCZdfrH-Cx9QuXLWjnvq7En9s9KD+3v7zRWBO8h7ZG+Jdp7pw@mail.gmail.com \
    --to=imp@bsdimp.com \
    --cc=J.deBoynePollard-newsgroups@ntlworld.com \
    --cc=adrian@freebsd.org \
    --cc=freebsd-hackers@freebsd.org \
    --cc=lars.engels@0x20.net \
    --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).