From owner-freebsd-ports@FreeBSD.ORG Mon Jun 2 20:30:45 2014 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F30A74F for ; Mon, 2 Jun 2014 20:30:45 +0000 (UTC) Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx.arcor.de", Issuer "Thawte SSL CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D872F2128 for ; Mon, 2 Jun 2014 20:30:44 +0000 (UTC) Received: from mail-in-12-z2.arcor-online.net (mail-in-12-z2.arcor-online.net [151.189.8.29]) by mx.arcor.de (Postfix) with ESMTP id 20837263D8 for ; Mon, 2 Jun 2014 22:30:36 +0200 (CEST) Received: from mail-in-17.arcor-online.net (mail-in-17.arcor-online.net [151.189.21.57]) by mail-in-12-z2.arcor-online.net (Postfix) with ESMTP id 1B9BC2E6077 for ; Mon, 2 Jun 2014 22:30:36 +0200 (CEST) X-Greylist: Passed host: 188.105.85.75 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-17.arcor-online.net F0F8ECBC6C Received: from lorvorc.mips.inka.de (dslb-188-105-085-075.pools.arcor-ip.net [188.105.85.75]) by mail-in-17.arcor-online.net (Postfix) with ESMTPS id F0F8ECBC6C for ; Mon, 2 Jun 2014 22:30:35 +0200 (CEST) Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.9/8.14.7) with ESMTP id s52KUZpG061901 for ; Mon, 2 Jun 2014 22:30:35 +0200 (CEST) (envelope-from news@lorvorc.mips.inka.de) Received: (from news@localhost) by lorvorc.mips.inka.de (8.14.9/8.14.9/Submit) id s52KUZ1b061900 for freebsd-ports@freebsd.org; Mon, 2 Jun 2014 22:30:35 +0200 (CEST) (envelope-from news) To: freebsd-ports@freebsd.org From: Christian Weisgerber Newsgroups: list.freebsd.ports Subject: Re: [net/openntpd] pidfile support Date: Mon, 2 Jun 2014 20:30:35 +0000 (UTC) Lines: 12 Message-ID: References: X-Trace: lorvorc.mips.inka.de 1401741035 60879 ::1 (2 Jun 2014 20:30:35 GMT) X-Complaints-To: usenet@mips.inka.de User-Agent: slrn/1.0.1 (FreeBSD) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 20:30:45 -0000 On 2014-06-02, Christian Weisgerber wrote: > I remember seeing the error above, but on further investigation, > this doesn't happen any longer... at least here on FreeBSD 10-STABLE. Strike that. Investigating with rc_debug=YES shows that SIGTERM is still sent to all child processes and the race still exists. It just doesn't show up on my new machine because, well, it's a race condition. -- Christian "naddy" Weisgerber naddy@mips.inka.de