Hello.

I am sorry if my comment sounds stupid... but It won't be WEBMIN an alternative for managing simple BIND operations?

Jorge Biquez


At 11:10 a.m. 07/01/2011, 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?



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-unsubscr...@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



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

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

Reply via email to