From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/2914 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: Jeff Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: runit SIGPWR support Date: Mon, 16 Mar 2020 13:31:39 +0100 Message-ID: <3686661584361308@sas2-5ca48d2b4cd3.qloud-c.yandex.net> References: <20200131043919.GF12551@cathexis.xen.prgmr.com> <20200214131544.tcvmh7tqu4hu2gul@caspervector> <1f198ed8-3682-26cd-e8d5-2efc412afde2@gmx.com> <18110531581952419@sas8-7ec005b03c91.qloud-c.yandex.net> <7003111582476686@vla3-6a5326aeb4ee.qloud-c.yandex.net> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="124588"; mail-complaints-to="usenet@ciao.gmane.io" To: supervision Original-X-From: supervision-return-2503-gcsg-supervision=m.gmane-mx.org@list.skarnet.org Mon Mar 16 13:31:51 2020 Return-path: Envelope-to: gcsg-supervision@m.gmane-mx.org Original-Received: from alyss.skarnet.org ([95.142.172.232]) by ciao.gmane.io with smtp (Exim 4.92) (envelope-from ) id 1jDouN-000WIo-6m for gcsg-supervision@m.gmane-mx.org; Mon, 16 Mar 2020 13:31:51 +0100 Original-Received: (qmail 1895 invoked by uid 89); 16 Mar 2020 12:32:11 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Original-Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Original-Received: (qmail 1888 invoked from network); 16 Mar 2020 12:32:11 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1584361900; bh=8S1BiW1HCi/IRd1f5mQ842x+FJIiOr2XuanWpzB/45U=; h=References:Date:Message-Id:Subject:In-Reply-To:To:From; b=NqB2aix3S/Ith2TgS6Ggrc9m8qPiXvfW/wFh50k1fI1e5PbQlawhmJGiw6peeN8ho mauywypdfKg+tAeXmkGQBxNpGtMJpqJIbcTTpWvw5Dx+jRXmd8yFSik9g9HIQ4O98z CtbQijSwipp+ydxlCdn8qHjHsxtffvaBHxU/5Pm0= Authentication-Results: mxback4o.mail.yandex.net; dkim=pass header.i=@yandex.com In-Reply-To: X-Mailer: Yamail [ http://yandex.ru ] 5.0 Xref: news.gmane.io gmane.comp.sysutils.supervision.general:2914 Archived-At: 24.02.2020, 23:25, "Laurent Bercot" : > However, I was not aware that kbrequest needed a special ioctl call > before it can be accepted, so thank you for that; I'll add the call > to s6-l-i. will the setting achieved by this very ioctl() call survive after exec()ing into another binary (s6-svscan/stage 2) ? the ioctl code has to be placed in s6-svscan if not.