From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1084 Path: news.gmane.org!not-for-mail From: Gilles Newsgroups: gmane.comp.sysutils.supervision.general Subject: Re: saslauthd misbehaves? Date: Mon, 20 Mar 2006 17:57:48 +0100 Message-ID: <20060320165748.GA21610@dusk.harfang.homelinux.org> References: <20060319040838.GA20776@dusk.harfang.homelinux.org> <20060320131512.GA18460@dusk.harfang.homelinux.org> <20060320151225.GE4506@oss.co.yu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142873890 28909 80.91.229.2 (20 Mar 2006 16:58:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 20 Mar 2006 16:58:10 +0000 (UTC) Original-X-From: supervision-return-1320-gcsg-supervision=m.gmane.org@list.skarnet.org Mon Mar 20 17:58:07 2006 Return-path: Envelope-to: gcsg-supervision@gmane.org Original-Received: from antah.skarnet.org ([212.85.147.14]) by ciao.gmane.org with smtp (Exim 4.43) id 1FLNha-00088h-3v for gcsg-supervision@gmane.org; Mon, 20 Mar 2006 17:57:55 +0100 Original-Received: (qmail 10224 invoked by uid 76); 20 Mar 2006 16:58:14 -0000 Mailing-List: contact supervision-help@list.skarnet.org; run by ezmlm List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Archive: Original-Received: (qmail 10218 invoked from network); 20 Mar 2006 16:58:14 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline In-Reply-To: <20060320151225.GE4506@oss.co.yu> X-Operating-System: Tiny Tux X-PGP-Key-Fingerprint: 53B9 972E C2E6 B93C BEAD 7092 09E6 AF46 51D0 5641 User-Agent: Mutt/1.5.11 X-SA-Exim-Connect-IP: 192.168.107.30 X-SA-Exim-Mail-From: gilles@harfang.homelinux.org X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on dawn.harfang.homelinux.org X-Spam-Level: X-Spam-Status: No, score=-4.6 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-SA-Exim-Version: 4.2 (built Thu, 03 Mar 2005 10:44:12 +0100) X-SA-Exim-Scanned: Yes (on localhost) Xref: news.gmane.org gmane.comp.sysutils.supervision.general:1084 Archived-At: Hi! > > > > Is there a "runit" equivalent to DJB's "fghack"? > > I don't know answer to that question. > But I'm running saslauthd with these in the run: > #!/bin/sh > exec 2>&1 > exec chpst -P012 saslauthd -a ldap -n 2 -O /etc/saslauthd.conf -d > Thanks a lot, it works! It seems that the "-P" switch does the required magic. Best, Gilles