From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.sysutils.supervision.general/1081 Path: news.gmane.org!not-for-mail From: Gilles Newsgroups: gmane.comp.sysutils.supervision.general Subject: saslauthd misbehaves? Date: Sun, 19 Mar 2006 05:08:38 +0100 Message-ID: <20060319040838.GA20776@dusk.harfang.homelinux.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1142741323 29997 80.91.229.2 (19 Mar 2006 04:08:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 19 Mar 2006 04:08:43 +0000 (UTC) Original-X-From: supervision-return-1317-gcsg-supervision=m.gmane.org@list.skarnet.org Sun Mar 19 05:08:42 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 1FKpDe-00026u-98 for gcsg-supervision@gmane.org; Sun, 19 Mar 2006 05:08:42 +0100 Original-Received: (qmail 11753 invoked by uid 76); 19 Mar 2006 04:09:02 -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 11747 invoked from network); 19 Mar 2006 04:09:02 -0000 Original-To: supervision@list.skarnet.org Mail-Followup-To: supervision@list.skarnet.org Content-Disposition: inline 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:1081 Archived-At: Hello. I'm trying to install an imaps server... :-{ After giving up with "courier", I'm giving cyrus a try. And the first problem is how to run saslauthd under runit. Here is a sample: mail:/etc/sv/cyrus-saslauthd# ps ax | grep sasl 20748 ? Ss 0:00 runsv cyrus-saslauthd 20749 ? S 0:00 /usr/bin/svlogd -tt /var/log/service/cyrus/saslauthd 20750 ? S 0:00 /usr/sbin/saslauthd -a ldap -d -n 0 20758 pts/9 S+ 0:00 grep sasl mail:/etc/sv/cyrus-saslauthd# sv stop /etc/sv/cyrus-saslauthd fail: /etc/sv/cyrus-saslauthd: runsv not running mail:/etc/sv/cyrus-saslauthd# ps ax | grep sasl 20761 ? Ss 0:00 runsv cyrus-saslauthd 20762 ? S 0:00 /usr/bin/svlogd -tt /var/log/service/cyrus/saslauthd 20763 ? S 0:00 /usr/sbin/saslauthd -a ldap -d -n 0 20765 pts/9 S+ 0:00 grep sasl Can't stop it! [I've added the -d (debug) switch, hoping it would help but, no.] Here is the log: 2006-03-19_03:52:48.80168 saslauthd[20763] :main : num_procs : 0 2006-03-19_03:52:48.80194 saslauthd[20763] :main : mech_option: NULL 2006-03-19_03:52:48.80196 saslauthd[20763] :main : run_path : /var/run/saslauthd 2006-03-19_03:52:48.80197 saslauthd[20763] :main : auth_mech : ldap 2006-03-19_03:52:48.80219 saslauthd[20763] :detach_tty : master pid is: 0 2006-03-19_03:52:48.80225 saslauthd[20763] :ipc_init : listening on socket: /var/run/saslauthd/mux What's going on, and is there a solution? Thanks, Gilles