From owner-freebsd-ports@FreeBSD.ORG Fri Dec 23 07:56:09 2011 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 42CB81065676; Fri, 23 Dec 2011 07:56:09 +0000 (UTC) (envelope-from christer.edwards@gmail.com) Received: from mail-lpp01m010-f54.google.com (mail-lpp01m010-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id 796CF8FC18; Fri, 23 Dec 2011 07:56:08 +0000 (UTC) Received: by lahl5 with SMTP id l5so5136828lah.13 for ; Thu, 22 Dec 2011 23:56:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=bYyvhQDW6nGebO4l9qnyR8KGeVzJ+4vlkCayLjKAbZc=; b=FpI+38awiL/LDzsE5ONC2nC6mrTWRHnJgAkJ7rABvY/KQRV7YxT4YuiziTzSnEK73S SysOYOdz+gg24WJ1XJtiCpKWQU6d9cnF691+4IlRWEvZb4OtQUeyRYNOq3WRhHRUubIP itjW5EgUwOJm9GzA8hJDmlpUyFePNPR5UT1SI= Received: by 10.152.123.75 with SMTP id ly11mr3548762lab.32.1324626967229; Thu, 22 Dec 2011 23:56:07 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.20.134 with HTTP; Thu, 22 Dec 2011 23:55:46 -0800 (PST) In-Reply-To: <4EF4331F.6060208@FreeBSD.org> References: <4EF2FBAE.8050406@yandex.ru> <4EF393BC.2020003@yandex.ru> <4EF3CF11.6070104@FreeBSD.org> <4EF3E10C.4070209@FreeBSD.org> <4EF3F19D.6090905@FreeBSD.org> <4EF429BB.2040906@FreeBSD.org> <4EF42E7A.2040807@FreeBSD.org> <4EF43110.9090905@FreeBSD.org> <4EF4331F.6060208@FreeBSD.org> From: Christer Edwards Date: Fri, 23 Dec 2011 00:55:46 -0700 Message-ID: To: Doug Barton Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-ports@FreeBSD.org" Subject: Re: salt rc.d scripts (Was: RUN_DEPENDS for python based port) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Dec 2011 07:56:09 -0000 On Fri, Dec 23, 2011 at 12:51 AM, Doug Barton wrote: > On 12/22/2011 23:47, Christer Edwards wrote: >> The pid file does not seem to get created. > > Ok, so fix it. :) =C2=A0Setting 'pidfile' in the rc.d script is only usef= ul > if the service creates a pid file. It's not magic. > > Given that the thing seems to create a lot of instances of itself, and > one pid may not be enough, you might want to try commenting out the > pidfile in the script and see if that works. /facepalm - that works. Now that I feel adequately defeated by something so simple, I'm going to be= d :) Thanks again for all the help.