• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Resolved Error on update Server-wide Settings

BrinsleyP

Regular Pleskian
Server operating system version
Ubuntu 22 LTS
Plesk version and microupdate number
18.0.44 U1
Hello to all...

When i try edit Server-wide Settings always get a error. Just work fine only i click in USE DEFAULT SETTINGS

1.png

So how to fix this to work when edit this config?
 
Make sure that this CLI utility exists on your server:

# ll /usr/sbin/named-checkconf
-rwxr-xr-x 1 root root 39328 Mar 15 14:11 /usr/sbin/named-checkconf*

It is a part of bind9-utils package:

# dpkg -S /usr/sbin/named-checkconf
bind9-utils: /usr/sbin/named-checkconf

Install it with apt if this package is not installed for some reason.
 
Make sure that this CLI utility exists on your server:

# ll /usr/sbin/named-checkconf
-rwxr-xr-x 1 root root 39328 Mar 15 14:11 /usr/sbin/named-checkconf*

It is a part of bind9-utils package:

# dpkg -S /usr/sbin/named-checkconf
bind9-utils: /usr/sbin/named-checkconf

Install it with apt if this package is not installed for some reason.
Hello,
I try verify, but in this ubuntu 22 dont apear runs fine.
root@server ~ # /usr/sbin/named-checkconf
-bash: /usr/sbin/named-checkconf: No such file or directory
root@server ~ # dpkg -S /usr/sbin/named-checkconf
dpkg-query: no path found matching pattern /usr/sbin/named-checkconf
root@server ~ #
 
Have you installed bind9-utils package?
yes :)
root@server ~ # apt install -y bind9-utils
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
bind9-utils is already the newest version (1:9.18.1-1ubuntu1.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@server ~ #
 
What about

# dpkg-query -L bind9-utils | grep named-checkconf

?
 
Strange, on Ubuntu 20.04 it is

/usr/sbin/named-checkconf

# dpkg-query -L bind9-utils | grep named-checkconf
/usr/sbin/named-checkconf
/usr/share/man/man8/named-checkconf.8.gz

I'm not sure but try to create symlink from your /usr/bin/named-checkconf to /usr/sbin/named-checkconf
I hope it will help.
 
Strange, on Ubuntu 20.04 it is

/usr/sbin/named-checkconf

# dpkg-query -L bind9-utils | grep named-checkconf
/usr/sbin/named-checkconf
/usr/share/man/man8/named-checkconf.8.gz

I'm not sure but try to create symlink from your /usr/bin/named-checkconf to /usr/sbin/named-checkconf
I hope it will help.
Its works!!! Thank You :D
 
Back
Top