Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 May 2003 22:12:01 +0200
From:      Martin Kaeske <Martin.Kaeske@Stud.TU-Ilmenau.DE>
To:        =?iso-8859-1?Q?Kov=E1cs_P=E9ter?= <kovacspeter2@freemail.hu>
Cc:        freebsd-stable@freebsd.org
Subject:   Re: mux.pid
Message-ID:  <20030530201200.GA1083@fourier.hh59.local>
In-Reply-To: <freemail.20030430214923.30790@fm3.freemail.hu>
References:  <20030530121816.GA1152@fourier.hh59.local> <freemail.20030430214923.30790@fm3.freemail.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, May 30, 2003 at 09:49:23PM +0200, Kovács Péter wrote:
> > This error message is created if you try to start
> > saslauthd more 
> > than once. The corresponding source code can be found in
> > saslauthd-unix.c. 
> > Do you by any chance try to start it twice?
> I don't think so...
> I run it from /etc/rc.local, with this script:
> if [ -x /usr/local/sbin/saslauthd ]; then
> /usr/local/sbin/saslauthd -a pam
> fi
> And I use it for IMAP-UW and postfix.
> I didn't find any other file in /etc that refered to sasluathd.
> grep -ri "saslauthd" /etc/*
> Do you have any other guess. Or what else could run the
> program again?

If you installed saslauthd via the security/cyrus-sasl2 port there
is no need to start it from rc.local. The port installs the file
saslauthd.sh in /usr/local/etc/rc.d, which is the startup file for
saslauthd. As far as i can see it is set "executable" by default, so
the first program start comes from your rc.local and the second from
saslauthd.sh. I suggest that you remove the lines from rc.local and use
the startscript that comes with the port.

HTH
Martin

-- 
The instructions said to use Windows 98 or better, so I installed FreeBSD.

		-- Jim Levie in comp.unix.bsd.freebsd.misc --



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030530201200.GA1083>