View Full Version : bind problem urgent
vdsmania
02-09-2005, 20:40
when i modify a dns zone ti gives errors like that
Error reloading bind on dedicated: rndc: no server specified and no default
and also dns not work like subdomains :nuts: :help:
have you tried /scripts/fixnamed
mikron15
02-10-2005, 02:00
possible overriding problem from bind being unable to make the pid file in /var/run after updating to bind9.
Change permissions on /var/run to 744? so bind can create the pid file.
If it doesnt work, holla back on msn
vdsmania
02-10-2005, 07:10
same :confused:
edited now bind is failed and i couldn't restart it
Restarting bind.....Waiting for named to restart..............finished.
named has failed, please contact the sysadmin (result was "named is not running"
vdsmania
02-10-2005, 07:35
tail -f /var/log/messages
Feb 10 09:26:36 2640 named[3424]: /etc/named.conf:16: couldn't install keys for command channel 127.0.0.1#953: not found
Feb 10 09:26:36 2640 named[3424]: /etc/named.conf:16: couldn't add command channel 127.0.0.1#953: not found
Feb 10 09:26:36 2640 named[3424]: couldn't open pid file '/var/run/named/named.pid': Permission denied
Feb 10 09:26:36 2640 named[3424]: exiting (due to early fatal error)
i give chmod 744 /var/run/
but it says permissin denied in logs
try chmoding /var/run/named
also does it ron under a chrotted enviroment maybe you will have to chown it too
vdsmania
02-10-2005, 11:17
how do i chown it could you help me im newbie in this stuff
what is the origin al permissinon of /var/run/named
and what will i change too
if you set them to 740 you shouldn't have any problem
try ls -al /var/run/named
vdsmania
02-10-2005, 11:25
gives only this error now
Feb 10 13:23:42 dedicated named[14916]: /etc/named.conf:4: couldn't install keys for command channel 127.0.0.1#953: not found
Feb 10 13:23:42 dedicated named[14916]: /etc/named.conf:4: couldn't add command channel 127.0.0.1#953: not found
vdsmania
02-10-2005, 11:43
my /etc/rncd.conf is empty how it must be ?
and
the name.conf
controls {
inet 127.0.0.1 allow { localhost; } keys { "key"; };
};
// generated by named-bootconf.pl
options {
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." IN {
type hint;
file "/var/named/named.ca";
};
zone "localhost" IN {
type master;
file "/var/named/localhost.zone";
allow-update { none; };
};
zone "0.0.127.in-addr.arpa" IN {
type master;
file "/var/named/named.local";
allow-update { none; };
};
i thimnk key values is missin how do i fix them
vdsmania
02-10-2005, 13:53
wow what a support
i oppen a ticket and the anser this is an unmanaged service i knw but this error is server installation not mine
rndc.key and rndc.conf's are empty ?
vBulletin® v3.7.3, Copyright ©2000-2009, Jelsoft Enterprises Ltd.