• 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.

domainmng dnsmng error HELP!

T

TommoD

Guest
Just bought a dedicated server with Plesk 7.5 installed, but I have had problems deleting domains. I get the error message,
Unable to remove domains: Problems occurred while removing domains: Unable to turn the domain OFF: domainmng failed: domainmng: /usr/local/psa/admin/bin/dnsmng execution failed:

dnsmng: Unable to open file "/var/named/run-root/etc/named.conf.lock": No such file or directory.

dnsmng: Error occurred while locking the file /var/named/run-root/etc/named.conf

I am a total newb when it comes to Linux, so if someone could guide me through this I would be most grateful!

Thanks,
TommoD
 
I fixed it. I could only find named.conf in the /etc folder and the /var/named/run-root/etc folder did not exist.

I added the folder then used:
touch /var/named/run-root/etc/named.conf
touch /var/named/run-root/etc/named.conf.lock

This created the files that Plesk was looking for. There may have been another way to fix this but this certainly worked for me.
 
Back
Top