[Pdns-users] New features for the OpenDBX backend

Lukas Beeler lb-pdns-users at projectdream.org
Sat Jun 17 21:09:09 UTC 2006


* Norbert Sendetzky <norbert at linuxnetworks.de>:
> replicated to one or more slave server. The patch enables the OpenDBX backend 
> to support this as well as being able to serve all domains by querying the 
> slaves even if the master is down and updates can't be made.

Nice! I've waited for something like this, we can remove some
quirks now from our setup.

I've just installed OpenDBX and an OpenDBX enabled PowerDNS in
our semi-production environment, before starting a rollout in our
production environment.

I've encountered several smaller issues:

Typo in Error Message for opendbx-host:

--- odbxbackend.cc      2006-06-17 23:02:56.000000000 +0200
+++ odbxbackend.cc.orig 2006-06-17 23:02:30.000000000 +0200
@@ -47,7 +47,7 @@

                if( getArg( "host" ).size() > 0 )
                {
-                       L.log( m_myname + " WARNING: Using deprecated opendbx-host parameter", Logger::Warning );
+                       L.log( m_myname + " WARNING: Using depricated opendbx-host parameter", Logger::Warning );
                        stringtok( m_hosts[READ], getArg( "host" ), ", " );
                        m_hosts[WRITE] = m_hosts[READ];
                }

Second Problem:

How do i configure opendbx to connect to my MySQL database 
using a Socket? I've tried the usual tricks with setting
host-read to localhost:/path/to/socket, setting port to
/path/to/socket, but neither worked. Theres no -socket
configuration parameter either.

I've had a few Problems with compiling OpenDBX itself, but was
able to fix that myself (updated the Wiki-Installation pages).

Anyway, many thanks for all the work.



More information about the Pdns-users mailing list