• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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