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.0 required=5.0 tests=MAILING_LIST_MULTI, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 4278 invoked from network); 13 Nov 2023 17:07:27 -0000 Received: from alyss.skarnet.org (95.142.172.232) by inbox.vuxu.org with ESMTPUTF8; 13 Nov 2023 17:07:27 -0000 Received: (qmail 21844 invoked by uid 89); 13 Nov 2023 17:07:52 -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 21837 invoked from network); 13 Nov 2023 17:07:51 -0000 X-Virus-Scanned: Debian amavis at hohnstaedt.de Date: Mon, 13 Nov 2023 18:07:21 +0100 From: Christian Hohnstaedt To: supervision@list.skarnet.org Subject: s6-svunlink hangs with s6-2.12.0.0 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hi, calling s6-svunlink for a s6-svlink'ed service hangs with s6-2.12.0.0 and succeeds with previous s6-2.11.3.2 How to reproduce: root@qemux86-64:~# cd /service root@qemux86-64:/service# mkdir .n root@qemux86-64:/service# echo -e '#!/bin/execlineb -p\nsleep 3000' > .n/run root@qemux86-64:/service# chmod 755 .n/run root@qemux86-64:/service# s6-svlink . .n n root@qemux86-64:/service# s6-svstat n up (pid 17882) 7 seconds root@qemux86-64:/service# s6-svunlink . n (Hangs in poll() and needs CTRL-C to exit) root@qemux86-64:/service# s6-svunlink . n root@qemux86-64:/service# echo $? 0 root@qemux86-64:/service# Cheers Christian