• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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