What happend to the djbdns in Kloxo-MR 6.5.0.f-2013082102 ?
ps aux | grep dns
root 4619 0.0 0.0 4100 424 ? S 20:59 0:00 tcpserver -vDRHl0 -x tcp.cdb -- 0.0.0.0 53 //bin/axfrdns
tinydns 4623 0.0 0.0 4056 380 ? S 20:59 0:00 //bin/tinydns
root 5024 0.0 0.0 103260 844 pts/1 S+ 20:59 0:00 grep dns
OK - all services working here.
Let's start /script/fixdns:
Fixing DNS server config
- 'dom0001.com'('admin') at 'localhost'
- 'dom0002.com'('admin') at 'localhost'
- 'dom0003.com'('admin') at 'localhost'
- 'dom0004.com'('admin') at 'localhost'
OK - it goes, but let's see what's inside /usr/local/lxlabs/kloxo/log/shell_exec:
20:52 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
20:53 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
20:54 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
20:55 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
20:56 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
20:57 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
20:58 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
20:59 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
21:00 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
21:01 Aug/21/2013: Closed Exec /usr/local/lxlabs/kloxo/cexe/closeinput '/etc/init.d/djbdns restart' >/dev/null 2>&1 &
Nothing...
Let's see djbdns folders:
ls -l /home/djbdns/tinydns/root/
razem 40
-rwxr-xr-x 1 root root 68 08-21 20:57 add-alias
-rwxr-xr-x 1 root root 69 08-21 20:57 add-alias6
-rwxr-xr-x 1 root root 70 08-21 20:57 add-childns
-rwxr-xr-x 1 root root 67 08-21 20:57 add-host
-rwxr-xr-x 1 root root 68 08-21 20:57 add-host6
-rwxr-xr-x 1 root root 65 08-21 20:57 add-mx
-rwxr-xr-x 1 root root 65 08-21 20:57 add-ns
-rw-r--r-- 1 root root 1 08-21 21:01 data
-rw-r--r-- 1 root root 2048 08-21 20:57 data.cdb
-rw-r--r-- 1 root root 35 08-21 20:57 Makefile
Nothing ?
Maybe no make:
yum install make
Loaded plugins: fastestmirror, priorities, protectbase, replace, security
Loading mirror speeds from cached hostfile
* base: sunsite.icm.edu.pl
* extras: sunsite.icm.edu.pl
* kloxo-mr-epel: ftp.icm.edu.pl
* kloxo-mr-ius: mirrors.ircam.fr
* updates: sunsite.icm.edu.pl
0 packages excluded due to repository protections
Setting up Install Process
Package 1:make-3.81-20.el6.x86_64 already installed and latest version
Nothing to do
[root@localhost log]# make
make: *** Nie podano obiektów i nie znaleziono makefile. Stop.
[root@localhost log]# make -v
GNU Make 3.81
Copyright (C) 2006 Free Software Foundation, Inc.
Ten program jest darmowy; warunki kopiowania s? opisane w ?ród?ach.
Autorzy nie daj? ?ADNYCH gwarancji, w tym nawet gwarancji SPRZEDAWALNO?CI
lub PRZYDATNO?CI DO KONKRETNYCH CELÓW.
Ten program zosta? zbudowany dla x86_64-redhat-linux-gnu
Make is installed. So what's wrong
