<div class="gmail_quote">2011/6/23 bert hubert <span dir="ltr"><<a href="mailto:bert.hubert@netherlabs.nl">bert.hubert@netherlabs.nl</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">On Thu, Jun 23, 2011 at 09:12:34PM +0300, Php Coderator wrote:<br>
> Hello all!<br>
><br>
> I have compiled latest stable version of PowerDNS and trying to run it with<br>
> gmysql extension. When I start it with the (modified) default configuration<br>
> file (which is under /usr/local/etc), everything is ok. However, when I use<br>
> a different configuration file (But exact same copy of the first one) using<br>
> --config-dir command line switch it raise an error:<br>
<br>
</div>Are you 100%  sure it is reading your file in /etc/pdns? Can you strace?<br>
Or check ls -ulart on the configuration file.<br>
<font color="#888888"><br>
        Bert<br>
</font></blockquote></div><br>I am actually using different directory from /etc/pdns, but the problem is the same for /etc/pdns. Here is the part of strace output:<br><br>...<br>open("/home/system/config/dns/pdns/pdns.conf", O_RDONLY|O_LARGEFILE) = 4<br>
read(4, "# first line of the config file"..., 8191) = 8066<br>...<br># 20 lines later, propably after forking<br>getppid()                               = 9420<br>time(NULL)                              = 1308847527<br>
stat64("/etc/localtime", {st_mode=S_IFREG|0644, st_size=2721, ...}) = 0<br>write(2, "Jun 23 19:45:27 ", 16)        = 16<br>write(2, "Unable to launch, no backends co"..., 53) = 53<br>...<br>exit_group(99)<br>
<br>By the way, I am using CentOS 5.3, kernel 2.6.18<br>