• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

New Install Problems With Centos 4.4

W

wheatie80

Guest
Just finshed installing plesk on a new centos 4.4 install. When I try to start DNS as a service i get the following error

ERROR: PleskFatalException
Create ShortcutCreate Shortcut
Up LevelUp Level
Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start

0: /usr/local/psa/admin/plib/common_func.php3:155
psaerror(string 'Unable to make action: Unable to manage service by dnsmng: dnsmng: Service /etc/init.d/named failed to start')
1: /usr/local/psa/admin/htdocs/server/restart_services.php:

Manually runnning it shows this output.

[root@poseidon usbkey]# /etc/init.d/named start
Starting named: /bin/chown: cannot access `/var/named/run-root/var/named': No such file or directory

Error in named configuration:
none:0: open: /etc/named.conf: file not found
[FAILED]


I'd prefer not to hack plesk up if someone could point me in the right direction I'd appreciate it
 
On my machines /etc/named.conf is a symlink to /var/named/run-root/etc/named.conf. Try this:

Code:
# ln -s /var/named/run-root/etc/named.conf /etc/named.conf

Do you have bind-chroot installed? I believe updates of that package sometimes mess up this symlink. I believe you can do without bind-chroot.
 
Back
Top