Hallo. Sorry for not comming back I had loads of stuff to do and only got round to get on with my Linux server. I still have the same problem, Named does not start and the system just hangs. I tried removing ISPConfig and reinstalling it but n Joy. I tried removing Bind and readd it No Joy. So here is my Named.Config
Code:
options {
pid-file "/var/named/chroot/var/run/named/named.pid";
directory "/var/named/chroot/var/named";
auth-nxdomain no;
/*
* 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 "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
zone "41.86.81.in-addr.arpa" {
type master;
file "pri.41.86.81.in-addr.arpa";
};
zone "BlaBla-MySiteAddress.com" {
type master;
file "pri.BlaBla-MySiteAddress.com";
};
zone "BlaBla-MySiteAddress.com/SubSite/" {
type master;
file "pri.BlaBla-MySiteAddress.com/SubSite/";
};
//// MAKE MANUAL ENTRIES BELOW THIS LINE! ////
I do not have a SYSLog but my Message file has this:
Code:
Sep 16 21:58:46 webserv1 hcid[1411]: Can't open system message bus connection: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
Sep 16 21:58:47 webserv1 hcid[1411]: Can't open system message bus connection: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
Sep 16 22:02:49 webserv1 hpiod: ParDevice::nibble_read failed: Input/output error
Sep 16 22:03:53 webserv1 avahi-daemon[1974]: Failed to read service directory.
This is the only lines that fail.
And when I tried Step 7 in the Perfect setup guid for Fedora 5 to install Bind9 i get:
Code:
[root@webserv1 named]# ln -s ../../ chroot
ln: creating symbolic link `chroot/..' to `../../': File exists
This happens even if i did remove/uninstall Bind from my server
Please help.