• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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