Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jan 2011 20:10:09 +0300
From:      "Sayed Nimer" <sayedtdm@gmail.com>
To:        "'krad'" <kraduk@gmail.com>
Cc:        'Ross Cameron' <ross.cameron@unix.net>, freebsd-questions@freebsd.org
Subject:   RE: Manage Bind9 through the web, PowerDNS crash my system at startup
Message-ID:  <050401cbae8d$bf8dbcb0$3ea93610$@com>
In-Reply-To: <AANLkTikwUhJNF8cuyOJa37taLTSQwnAFZQO-=wdrN6a5@mail.gmail.com>
References:  <20110106195131.7D3D410656B5@hub.freebsd.org>	<04ca01cbae35$ace5c470$06b14d50$@com>	<AANLkTi=_jYsixLsaAA4KuZ5se=tJS5FQYBU_FXjOy_8D@mail.gmail.com>	<04f801cbae83$1c3427c0$549c7740$@com> <AANLkTikwUhJNF8cuyOJa37taLTSQwnAFZQO-=wdrN6a5@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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?



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.

To make auto startup I just put this line pdns_enable="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.



_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"


look at the require and provide lines of the rc scripts

 

 

hello,

 

this snap of my rc.conf

 

sshd_enable="YES"

ntpdate_enable="YES"

apache22_enable="YES"

 

named_enable="NO"

mysql_enable="YES"

mysql_dbdir="/usr/local/etc/mysql"

 

sendmail_enable="NO"

sendmail_submit_enable="NO"

sendmail_outbound_enable="NO"

sendmail_msp_queue_enable="NO"

 

pdns_enable="YES"

 

Thanks

 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?050401cbae8d$bf8dbcb0$3ea93610$>