From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 15:55:12 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 501D5106566B for ; Fri, 7 Jan 2011 15:55:12 +0000 (UTC) (envelope-from sayedtdm@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id CCDF58FC16 for ; Fri, 7 Jan 2011 15:55:11 +0000 (UTC) Received: by fxm16 with SMTP id 16so17008806fxm.13 for ; Fri, 07 Jan 2011 07:55:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:references :in-reply-to:subject:date:message-id:mime-version:content-type :x-mailer:thread-index:content-language; bh=SiAj+siDDM+m+AOS3Wy/p4BRtdzfoiG/96Jfo0l58Bw=; b=KPT+5+5NhcYuOqhirSCFxzcUAiWttQd6Dxj92r83tFQ3YwhMN3INl7Jp6jtxqdL8hI m9dZU+t+/bMNazrYPVQGrkmPbPgzMLxVuJdspmyrAfqlzk1mMOGry2aRrfcY5WgASU9+ iwYKTR+oCpWtOU5UeMWH/7ASFHVfGi4Lp/XNc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:references:in-reply-to:subject:date:message-id :mime-version:content-type:x-mailer:thread-index:content-language; b=Pmt9iF/pZLEbqK4f4gq26dSPTqaeAGAhc4urIUBjUgaIFeII+HBmME5j2A8BZH5O2E Y9MXsl0P6oAvAyOOXdGFkasAXdePfAg0ufLhZ+QBy/ADzyjEG+blxe+J6c50XDwM4S3E FwI/qrURVzSc/P5SmX/75GxNUDX4pevnGDSYQ= Received: by 10.223.101.140 with SMTP id c12mr917958fao.16.1294415710498; Fri, 07 Jan 2011 07:55:10 -0800 (PST) Received: from MyBackypPC ([188.248.170.214]) by mx.google.com with ESMTPS id n15sm6178798fam.36.2011.01.07.07.54.55 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 07 Jan 2011 07:55:00 -0800 (PST) From: "Sayed Nimer" To: "'Ross Cameron'" References: <20110106195131.7D3D410656B5@hub.freebsd.org> <04ca01cbae35$ace5c470$06b14d50$@com> In-Reply-To: Date: Fri, 7 Jan 2011 18:53:55 +0300 Message-ID: <04f801cbae83$1c3427c0$549c7740$@com> MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook 12.0 thread-index: AcuuPHCQ/pFUjzfjRHuFh3slVqNwaQARZ3ag Content-Language: ar-sa Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 15:55:12 -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? =20 Hello, Thank you for your reply. I thought you put your hand in my exact = problem. When I start PowerDNS from command line using "/usr/local/etc/rc.d/pdns = onestart" its running smooth.=20 To make auto startup I just put this line pdns_enable=3D"YES" to the end = of /etc/rc.conf. Can you please highlight to me how and where to add the instruction for = auto startup of PowerDNS to be sure it's starting after Mysql. Thank, and have a nice day. =20