From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 15627 invoked from network); 19 Aug 2021 08:47:12 -0000 Received: from alyss.skarnet.org (95.142.172.232) by inbox.vuxu.org with ESMTPUTF8; 19 Aug 2021 08:47:12 -0000 Received: (qmail 20305 invoked by uid 89); 19 Aug 2021 08:47:34 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Received: (qmail 20296 invoked from network); 19 Aug 2021 08:47:33 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=heuristicsystems.com.au; s=hsa; t=1629362742; x=1629967543; bh=P1NsHfnPiX+6t9JWghSwQH53cPUZT0bCLSFfeytISK4=; h=From:To:Subject:Message-ID:Date; b=Thg/289LcGzJ84CGty8MOhPzXt7JYY2Ib4AaIbtuQXxPFvWYdWFMix+wcl0ySGCA2 OgCCzO131/uLWp1eVcA5XCpENeplYBHah8t8kGtzhdDDS6TEO/BA3byAYcT6tsvKMR OSmgahwubwr6XlTWJJQ0ahMDgDLxCWBscuiCTiDYr6sh4d/XQKKYX X-Authentication-Warning: b3.hs: Host noddy.hs [10.0.5.3] claimed to be [10.0.5.3] From: Dewayne Geraghty To: "supervision@list.skarnet.org" Subject: s6-rc-init verbose equivalent messages? Message-ID: Date: Thu, 19 Aug 2021 18:45:41 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:78.0) Gecko/20100101 Thunderbird/78.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Content-Language: en-GB Is there anyway of tracking down the cause of the following fatal failure? # /usr/local/bin/s6-rc-init -c /s/comp -l /s/run /s/scan s6-rc-init: fatal: unable to supervise service directories in /s/run/servicedirs: No such file or directory I've completed a disk-disk copy, as I need to integrate s6 into hardenedbsd.  The compile command works: # /usr/local/bin/s6-rc-compile -v9 /s/comp /usr/local/etc/s6 ... all good.  But s6-rc-init is stuck, as above.  There are no changes to the system except IP addresses. I'm baffled! Regards, Dewayne.