From owner-freebsd-questions@FreeBSD.ORG Thu Dec 14 13:49:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9840F16A6C1 for ; Thu, 14 Dec 2006 13:49:17 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 80D9E43CBD for ; Thu, 14 Dec 2006 13:46:25 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 14 Dec 2006 13:47:59 -0000 Received: from x70.vpn.hrz.tu-darmstadt.de (EHLO [192.168.1.12]) [130.83.72.70] by mail.gmx.net (mp001) with SMTP; 14 Dec 2006 14:47:59 +0100 X-Authenticated: #5465401 Message-ID: <45815658.5060201@gmx.de> Date: Thu, 14 Dec 2006 14:49:12 +0100 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.8 (X11/20061110) MIME-Version: 1.0 To: Ashley Moran References: <9EF4201C-AF13-4659-AD7A-28C077DBAA5B@ashleymoran.me.uk> <45813EC0.8090701@gmx.de> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-questions@freebsd.org Subject: Re: rc.d script for processes started with /usr/bin/env X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Dec 2006 13:49:17 -0000 Ashley Moran wrote: > Hmm I've just tried that and all I get is... > > [root@don ~]# /usr/local/etc/rc.d/prolite_password_server stop > prolite_password_server not running? (check > /var/run/prolite_password_server/prolite_password_server.pid). Are you certain that this is the pidfile used by your server? Are you aware that the service is responsible for creating the pidfile, not rc.subr?