Sorry for the extreme delay in response (vacations tend to do that). 
CHROOT was the problem, once I corrected my paths everything fired up
without a problem.  Thank you very much for pointing out the obvious. 
:)<br>

<br>

Jason<br><br><div><span class="gmail_quote">On 8/10/05, <b class="gmail_sendername">Alan Hodgson</b> <<a href="mailto:ahodgson@simkin.ca">ahodgson@simkin.ca</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On August 10, 2005 08:44 am, "Jason Z." <<a href="mailto:jzmatrix@gmail.com">jzmatrix@gmail.com</a>> wrote:<br>> The log states -- TCP server is unable to launch backends - will try<br>> again when questions come in: Command '/scripts/DNS/DNS-Backend' cannot
<br>> be executed: No such file or directory<br>> However the file does exist and can be utilized from the command line.<br><br>Are you running chroot perhaps?  If so, the path would need to be relative<br>to your chroot.
<br><br>I have a pipe backend working, all my config has is:<br><br>pipe-command=/home/dns/bin/pipe.pl<br>pipe-timeout=2000<br>pipebackend-abi-version=2<br>pipe-regex=^([a-z0-9]|-|\.)+\.[a-z]{2,7};(A|ANY|TXT|MX|NS|SOA)$<br>
<br>I would highly recommend the regex; I had problems with real garbage getting<br>through to the pipe backend without it, DNS queries with linefeeds and<br>other crud in them for example which really messed up my backend.  Other
<br>than that, I found the documentation fairly minimal but enough to get it<br>running.<br><br>--<br>Alan<br><br><br>_______________________________________________<br>Pdns-users mailing list<br><a href="mailto:Pdns-users@mailman.powerdns.com">
Pdns-users@mailman.powerdns.com</a><br><a href="http://mailman.powerdns.com/mailman/listinfo/pdns-users">http://mailman.powerdns.com/mailman/listinfo/pdns-users</a><br><br><br><br></blockquote></div><br>