PBM with RFC1035

This is the result for the command line :

root 1495 0.0 0.0 1520 252 ? S Dec14 0:00 readproctitle service errors: …vise: fatal: unable to start axfrdns/run: file does not exist?supervise: fatal: unable to start axfrdns/run: file does not exist?supervise: fatal: unable to start axfrdns/run: file does not exist?supervise: fatal: unable to start axfrdns/run: file does not exist?supervise: fatal: unable to start axfrdns/run: file does not exist?supervise: fatal: unable to start axfrdns/run: file does not exist?
root 13285 0.0 0.0 1528 312 ? S 15:31 0:00 supervise axfrdns
root 16571 0.0 0.0 3920 696 pts/1 S+ 15:56 0:00 grep axfr

Yeah, forgot to mention this vital part:

[QUOTE=WebXtrA;16637]OK, forgot this in my post:


cd /var/djbdns/axfrdns/
make

[/QUOTE]

Thanks WebXTra, but there no make file :

[root@ns2 ~]# cd /var/djbdns/axfrdns/
[root@ns2 axfrdns]# make
make: *** No targets specified and no makefile found. Stop.
[root@ns2 axfrdns]#

Thanks for your help :slight_smile:

Here are the steps I use to install axfrdns.
Be sure to replace all instances of IPADDRESS1 and IPADDRESS2 with the actual IP addresses you’re using as your DNS servers.

useradd axfrdns

axfrdns-conf axfrdns dnslog /var/djbdns/axfrdns-IPADDRESS1 /var/djbdns/tinydns IPADDRESS1

axfrdns-conf axfrdns dnslog /var/djbdns/axfrdns-IPADDRESS2 /var/djbdns/tinydns IPADDRESS2

echo ‘:allow,AXFR=""’ > /var/djbdns/axfrdns-IPADDRESS1/tcp

echo ‘:allow,AXFR=""’ > /var/djbdns/axfrdns-IPADDRESS2/tcp

cd /var/djbdns/axfrdns-IPADDRESS1

make

cd /var/djbdns/axfrdns-IPADDRESS2

make

ln -s /var/djbdns/axfrdns-IPADDRESS1/ /service

ln -s /var/djbdns/axfrdns-IPADDRESS2/ /service

[QUOTE=Gimly;16640]Thanks WebXTra, but there no make file :

Thanks for your help :)[/QUOTE]

cd /var/djbdns/axfrdns-IPADDRESS1
make

Thanks pascal, for my ns2 your command line worked fine but for my ns1 it doesn’t work :/, this is command line that I made :

[root@ns1 service]# axfrdns-conf axfrdns dnslog /var/djbdns/axfrdns-87.98.153.17 /var/djbdns/tinydns 87.98.153.17
[root@ns1 service]# echo ‘:allow,AXFR=“”’ > /var/djbdns/axfrdns-87.98.153.17/tcp
[root@ns1 service]# cd /var/djbdns/axfrdns-87.98.153.17/
[root@ns1 axfrdns-87.98.153.17]# make
tcprules tcp.cdb tcp.tmp < tcp
[root@ns1 axfrdns-87.98.153.17]# ln -s /var/djbdns/axfrdns-87.98.153.17/ /service
[root@ns1 axfrdns-87.98.153.17]# svstat /service/axfrdns-87.98.153.17/
/service/axfrdns-87.98.153.17/: up (pid 22095) 1 seconds

You can see axfrdns processus run and when I launch test, I have the same problem :frowning:

Any Idea ? FW are always disabled.

Thanks :slight_smile:

I’d delete every AXFRDNS related stuff, and do it again

Try to look at your logs…

I don’t have access to an interworx box yet, so it’s difficult to remember…

Thanks pascal for your help, so in my iworx panel for DNS log, i’ve this :

Unknown Log

and when I look at /var/log/dmesg
There are no error about djbdns/axfrdns.

Any idea ?

Thanks :slight_smile:

[QUOTE=Gimly;16678]Thanks pascal for your help, so in my iworx panel for DNS log, i’ve this :

Unknown Log
[/QUOTE]

It’d probably be best to open a support ticket so we can see why the DNS logs aren’t showing up in the interface.

Paul

Ok thanks Paul, I open ticket for the log problem :slight_smile:

I killed all axfrdns process and restart service and now it work … very stupid problem >_< but now it work ^^