Hi there
I wonder if someone is willing to help. Following a recent disk crash, I have ditched VHCS2 and done a from-scratch installation of ISCP.
Everything has gone perfectly until I realised that my subdomains were not functioning. Checking the Server Status shows me:
89.149.194.232 (Port 53) DNS DOWN
I had a look in the logs and get this:
Code:
named[7438]: starting BIND 9.3.4-P1.1 -u bind
named[7438]: found 1 CPU, using 1 worker thread
named[7438]: loading configuration from '/etc/bind/named.conf'
named[7438]: listening on IPv6 interfaces, port 53
named[7438]: could not listen on UDP socket: permission denied
named[7438]: listening on all IPv6 interfaces failed
named[7438]: listening on IPv4 interface lo, 127.0.0.1#53
named[7438]: could not listen on UDP socket: permission denied
named[7438]: creating IPv4 interface lo failed; interface ignored
named[7438]: listening on IPv4 interface eth0, xx.xxx.xxx.xxx#53
named[7438]: could not listen on UDP socket: permission denied
named[7438]: creating IPv4 interface eth0 failed; interface ignored
named[7438]: not listening on any interfaces
named[7438]: couldn't add command channel 127.0.0.1#953: permission denied
named[7438]: couldn't add command channel ::1#953: permission denied
named[7438]: listening on IPv6 interfaces, port 53
named[7438]: could not listen on UDP socket: permission denied
named[7438]: listening on all IPv6 interfaces failed
named[7438]: additionally listening on IPv4 interface lo, 127.0.0.1#53
named[7438]: could not listen on UDP socket: permission denied
named[7438]: creating IPv4 interface lo failed; interface ignored
named[7438]: additionally listening on IPv4 interface eth0, xx.xxx.xxx.xxx#53
named[7438]: could not listen on UDP socket: permission denied
named[7438]: creating IPv4 interface eth0 failed; interface ignored
named[7438]: zone 0.in-addr.arpa/IN: loaded serial 1
named[7438]: zone 127.in-addr.arpa/IN: loaded serial 1
named[7438]: zone 255.in-addr.arpa/IN: loaded serial 1
named[7438]: zone localhost/IN: loaded serial 1
named[7438]: running
I saw in another thread about specifying
listen-on port { any; }; so I did that, but this had no effect unfortunately. I also deleted references to IPv6 in the named.conf.options and based on a different thread changed the option to
listen-on { any; };
The server is running Debian Etch and I am running the current version of ISCP from this site and it's installation documentation. Also, I have unrestricted root access to the box as it is my server, sat in a datacenter. No firewalls. I have already (for VHCS2) registered the nameservers ns.domain.com and ns2.domain.com - I edited the Bind templates to account for the ns instead of ns1 (thanks to searching)
Any help anyone could provide would be appreciated, been at this for a few hours now and can't seem to find anything with the Search Tool. Apologies if this has been answered before though and I would appreciate a link if it has.
Many thanks
Dave