From owner-freebsd-questions@FreeBSD.ORG Mon Jun 16 10:36:40 2008 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 AB80E1065671 for ; Mon, 16 Jun 2008 10:36:40 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id 73A928FC1A for ; Mon, 16 Jun 2008 10:36:40 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id 159EB79518; Mon, 16 Jun 2008 12:36:39 +0200 (CEST) Received: from orthanc (unknown [83.205.53.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id BA7A979516 for ; Mon, 16 Jun 2008 12:36:35 +0200 (CEST) Date: Mon, 16 Jun 2008 12:36:34 +0200 From: Nicolas Letellier To: FreeBSD Questions Message-Id: <20080616123634.2c5be529.nicolas@nicoelro.net> X-Mailer: Sylpheed 2.4.8 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: problem with dovecot and mysql at boot 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: Mon, 16 Jun 2008 10:36:40 -0000 Hello. In my rc.conf, I have: dovecot_enable="YES" mysql_enable="YES" At boot, I have this error: Jun 16 12:34:16 trinite dovecot: auth-worker(default): mysql: Connect failed to localhost (panel): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) - waiting for 1 seconds before retry I think it's because mysql is started after dovecot. How resolve this, and specify to launch dovecot after mysql is running? Best regards, -- -Nicolas.