From owner-freebsd-questions@FreeBSD.ORG Tue Jun 2 19:48:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F6B21065679 for ; Tue, 2 Jun 2009 19:48:22 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: from mail-fx0-f163.google.com (mail-fx0-f163.google.com [209.85.220.163]) by mx1.freebsd.org (Postfix) with ESMTP id 034BC8FC12 for ; Tue, 2 Jun 2009 19:48:21 +0000 (UTC) (envelope-from wtf.jlaine@gmail.com) Received: by fxm7 with SMTP id 7so2072768fxm.43 for ; Tue, 02 Jun 2009 12:48:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:subject :message-id:mail-followup-to:mime-version:content-type :content-disposition:user-agent:x-operating-system; bh=crG1gjIS4fFslrzN3/34qZrX2sUNSh2lO5IKOCk7AaM=; b=wPPtpIt2FY249XqmubgueST8/CO13sJvDMpCGRsfMfLsp5TxfUqTrWxypk9YM5CPPi P/xnjNlDCF9MbCMRnWpcfaPl6A8SJijzZCBaakb5TIeP7G9nvftwBaDpVgopD9NcDKlF 6ac3ULci5e+mrogCrin5AbXvYIQT4Gj4FCT/A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:mail-followup-to:mime-version :content-type:content-disposition:user-agent:x-operating-system; b=Om0R3WCJelG+3vGsp+B/nhcoEOTKst5nEwYUZVN4X2vHYJ28uuNAhZ5UKjRJGtPwjS IGP3/uzVK2RVVXhfo5I2hmOVwQ8HxGNZ2mGVe+2S2SQZB0qVEwPYMcNtPYLvWIQwYnHw OgOYIDwsQffYP0MLGtL4F0OuieMkWyE/aJoac= Received: by 10.204.55.200 with SMTP id v8mr97597bkg.54.1243972100778; Tue, 02 Jun 2009 12:48:20 -0700 (PDT) Received: from blackmesa ([77.66.153.29]) by mx.google.com with ESMTPS id 17sm8463116fxm.53.2009.06.02.12.48.14 (version=SSLv3 cipher=RC4-MD5); Tue, 02 Jun 2009 12:48:16 -0700 (PDT) Received: by blackmesa (sSMTP sendmail emulation); Tue, 2 Jun 2009 23:47:56 +0400 Date: Tue, 2 Jun 2009 23:47:56 +0400 From: Jeff Laine To: freebsd-questions@freebsd.org Message-ID: <20090602194756.GB43583@free.bsd.loc> Mail-Followup-To: Jeff Laine , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i X-Operating-System: FreeBSD 7.2-RELEASE i386 Subject: cyrus-imapd spawning multiple processes 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: Tue, 02 Jun 2009 19:48:23 -0000 Hello, list. I'm trying to set up cyrus-imapd on my host running FreeBSD 7.2-RELEASE. The troublemaker is the cyrus. It starts and opens it's sockets, but whenever I try to establish a connection to pop3 or imap ports (i.e. via telnet or cyradm) cyrus goes nuts and spawns child processes in endless manner, trashing logs with this: >tail /var/log/debug.log Jun 2 23:27:35 free master[49269]: about to exec /usr/local/cyrus/bin/pop3d Jun 2 23:27:35 free master[43639]: process 49269 exited, status 1 Jun 2 23:27:35 free master[49270]: about to exec /usr/local/cyrus/bin/pop3d Jun 2 23:27:35 free master[43639]: process 49270 exited, status 1 Jun 2 23:27:35 free master[49271]: about to exec /usr/local/cyrus/bin/pop3d Jun 2 23:27:35 free master[43639]: process 49271 exited, status 1 Jun 2 23:27:35 free master[49272]: about to exec /usr/local/cyrus/bin/pop3d Jun 2 23:27:35 free master[43639]: process 49272 exited, status 1 Jun 2 23:27:35 free master[49281]: about to exec /usr/local/cyrus/bin/pop3d Jun 2 23:27:35 free master[43639]: process 49281 exited, status 1 ... ...until I stop the master process. I tried both cyrus-imapd23 and 22 with default configurations but it gives the same problem every time. I have similar configuration on 6.4-RELEASE without such troubles. Any advices would be much appreciated. -- Best regards, Jeff | "Nobody wants to say how this works. | | Maybe nobody knows ..." | | Xorg.conf(5) |