• 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

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