RE: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-10 Thread Sayed Nimer
Hello,

My problem (PowerDNS crash my system at startup) have been solved by
correcting the configuration of PowerDNS as follow:

Edit /usr/local/etc/pdns/pdns.conf and be sure that :

daemon=yes

guardian=yes  

 

Thanks with best wishes.

 

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


RE: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread Sayed Nimer
On Fri, Jan 7, 2011 at 8:39 AM, Sayed Nimer sayed...@gmail.com 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


Re: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread krad
On 7 January 2011 15:53, Sayed Nimer sayed...@gmail.com wrote:

 On Fri, Jan 7, 2011 at 8:39 AM, Sayed Nimer sayed...@gmail.com 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
___
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


RE: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread Sayed Nimer
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


RE: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-07 Thread Jorge Biquez

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


Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-06 Thread Sayed Nimer
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.

___
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


Re: Manage Bind9 through the web, PowerDNS crash my system at startup

2011-01-06 Thread Ross Cameron
On Fri, Jan 7, 2011 at 8:39 AM, Sayed Nimer sayed...@gmail.com 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?
___
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