• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Resolved bind does not start

TorbHo

Basic Pleskian
The bind service does not start.

If we try
# service bind9 restart
nothing happens. No error message, just nothing.

We already tried to reinstall bind via plesk. It does not work.

Syslog shows nothing about named service.

We tried to remove apparmor, too. What else can we do?

Ubuntu 14.04.5 LTS‬ Plesk Onyx Version 17.5.3
 
Do you have any output after command

# service bind9 status

Try to check status after

# service bind9 stop

and

# service bind9 start

It should be changed from inactive (dead) to Active
 
Do you have any output after command

# service bind9 status

Try to check status after

# service bind9 stop

and

# service bind9 start

It should be changed from inactive (dead) to Active

No, we don't get anything. No error and no success message.
Syslog doesn't show anything, too.
 
Sorry, but are you sure that you use command without double # symbol? I mean like

# # service bind9 status
 
Sorry, but are you sure that you use command without double # symbol? I mean like

# # service bind9 status
Of course. I made a screenshot for you where I tried the command with # and without. Just nothing happens.
 

Attachments

  • Bildschirmfoto 2017-07-19 um 10.29.34.png
    Bildschirmfoto 2017-07-19 um 10.29.34.png
    69.7 KB · Views: 13
Have you tried to reinstall bind9 package with apt-get or dpkg?
 
Have you tried to reinstall bind9 package with apt-get or dpkg?
I uninstalled it via Plesk interface and then used: /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component bind
 
Now it works. Instead of uninstalling bind via Plesk interface I used

# apt-get purge bind9

then I reinstalled it via

# /usr/local/psa/admin/sbin/autoinstaller --select-release-current --install-component bind

Thank you
 
Back
Top