From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 07:56:46 2011 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 7D6B0106564A for ; Fri, 7 Jan 2011 07:56:46 +0000 (UTC) (envelope-from abalour@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 07ADF8FC08 for ; Fri, 7 Jan 2011 07:56:45 +0000 (UTC) Received: by bwz12 with SMTP id 12so9769003bwz.13 for ; Thu, 06 Jan 2011 23:56:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received :in-reply-to:references:from:date:x-google-sender-auth:message-id :subject:to:cc:content-type; bh=Xz8X7RLje3GPEI7EcUnPm3pLSNQpqcgCl1lm38r1IUI=; b=TgK0FNu5qLoY2H5bx/Ew6x+7Y9oODqgNrzTZukrwGIWFZLNkxBl6rD332sq+72EsBl KnB8ilkPfs7DyQjT9Xjm3iNIq2qnxOG9v4bTMoQj5Vvhm/OaEIiBYCDUFDrJIA3xTkLL GzRKLGvjp1tgWipjiEYbcVHewbnMTxHC3OtUo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; b=OR8NoSI51vzzzBySgTkLCmwzHEB8p48fmzSCdMvdaTh66V9rVCnt2EWquNZVplQi3C AFk/Ubo1SvqrCgOQbYKU2v7OX1aupDS3vNlyAW0XG5xLfZnKVqhGIs9HgOvbORLrUj30 IK9eACwlpBL1AbvfyGE/GjDNR4hVvL7ATizEE= Received: by 10.204.80.70 with SMTP id s6mr9569036bkk.142.1294385254906; Thu, 06 Jan 2011 23:27:34 -0800 (PST) MIME-Version: 1.0 Sender: abalour@gmail.com Received: by 10.204.45.65 with HTTP; Thu, 6 Jan 2011 23:27:13 -0800 (PST) In-Reply-To: <04ca01cbae35$ace5c470$06b14d50$@com> References: <20110106195131.7D3D410656B5@hub.freebsd.org> <04ca01cbae35$ace5c470$06b14d50$@com> From: Ross Cameron Date: Fri, 7 Jan 2011 09:27:13 +0200 X-Google-Sender-Auth: dgC3KqoAi_dVhOB0Q46XXuAEEzM Message-ID: To: Sayed Nimer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Manage Bind9 through the web, PowerDNS crash my system at startup 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: Fri, 07 Jan 2011 07:56:46 -0000 On Fri, Jan 7, 2011 at 8:39 AM, Sayed Nimer wrote: > Hello, > I was looking for a solution to manage Bind9 DNS server through a web so I > can add/edit zone. > I thought PowerDNS/PowerAdmin would be a good solution for my requirements. > I successfully installed both PowerDNS/PowerAdmin and tested them was > working fine. > When I restart my box I found PowerDNS crash my system giving many errors > can't find mysqlserver. > Any suggestions for the requirement to manage Bind9 through the web, or the > PowerDNS problem. > Thanks and have a nice day. > Have you tried making sure that the MySQL daemon is started /BEFORE/ PowerDNS and Apache is started?