• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Problem with DNS-Server after fresh Install

sid61

Basic Pleskian
Hi,
i have done a fresh install on my server. the most of all will run fine, without one bigger problem..

The DNS-Server Service dont want start / or restart ?

I work with Ubuntu :
Database Version: 5.0.51a-3ubuntu5.1
Database Collation: utf8_general_ci
PHP Version: 5.2.4-2ubuntu5.3
Web Server: Apache/2.2.8 (Ubuntu) mod_jk/1.2.25 mod_python/3.3.1 Python/2.5.2 PHP/5.2.4-2ubuntu5.3 with Suhosin-Patch mod_ssl/2.2.8 OpenSSL/0.9.8g mod_perl/2.0.3 Perl/v5.8.8
Web Server to PHP interface: apache2handler

So if there any here, what can assist or help ?

where can i see (which log), what Problems DNS Serv has ?
what alternate do i have to resolve this problem.

Thanks for help in front
Kasi
 
Hello,

First of all you should check /var/log/messages for errors that appear when startup of BIND fails.
Another thing to try is to run startup script in the following way:
sh -x /etc/init.d/named start

This will show you on what line of script execution it fails.
 
Back
Top