From owner-freebsd-ports@FreeBSD.ORG Mon Jun 2 19:31:02 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 D47B431C for ; Mon, 2 Jun 2014 19:31:02 +0000 (UTC) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) (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 89F4E2BB1 for ; Mon, 2 Jun 2014 19:31:02 +0000 (UTC) Received: from mail-in-17-z2.arcor-online.net (mail-in-17-z2.arcor-online.net [151.189.8.34]) by mx.arcor.de (Postfix) with ESMTP id 18202107BCF for ; Mon, 2 Jun 2014 21:30:59 +0200 (CEST) Received: from mail-in-05.arcor-online.net (mail-in-05.arcor-online.net [151.189.21.45]) by mail-in-17-z2.arcor-online.net (Postfix) with ESMTP id 10AF23668BE for ; Mon, 2 Jun 2014 21:30:59 +0200 (CEST) X-Greylist: Passed host: 188.105.85.75 X-DKIM: Sendmail DKIM Filter v2.8.2 mail-in-05.arcor-online.net DEADBE3CA0 Received: from lorvorc.mips.inka.de (dslb-188-105-085-075.pools.arcor-ip.net [188.105.85.75]) by mail-in-05.arcor-online.net (Postfix) with ESMTPS id DEADBE3CA0 for ; Mon, 2 Jun 2014 21:30:58 +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 s52JUwCO039575 for ; Mon, 2 Jun 2014 21:30:58 +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 s52JUwQw039574 for freebsd-ports@freebsd.org; Mon, 2 Jun 2014 21:30:58 +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 19:30:58 +0000 (UTC) Lines: 27 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: lorvorc.mips.inka.de 1401737458 25150 ::1 (2 Jun 2014 19:30:58 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 19:31:02 -0000 On 2014-05-31, Tomek WaƂaszek wrote: > [root@vps24009 ~]# /usr/local/etc/rc.d/openntpd stop > Stopping openntpd. > kill: 20188: No such process > kill: 20189: No such process Actually, what version of FreeBSD are you on? I remember seeing the error above, but on further investigation, this doesn't happen any longer... at least here on FreeBSD 10-STABLE. # /usr/local/etc/rc.d/openntpd onestart Starting openntpd. # /usr/local/etc/rc.d/openntpd onestatus openntpd is running as pid 25461 25462 25463. # /usr/local/etc/rc.d/openntpd onestop Stopping openntpd. Waiting for PIDS: 25461. # (This is _without_ overriding check_process.) Or is this just some coincidence that the race doesn't happen here? -- Christian "naddy" Weisgerber naddy@mips.inka.de