• 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!
  • 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 CentOS 7 / Plesk 17.8.11 Update 2 - Bind install error

Sander Scheer

New Pleskian
Hi,

I'm trying to install Bind on my fresh installed CentOS 7 / Plesk 17.8.11 Update 2 machine, but the following error encounters when I try to remove a (likely) corrupt installed one:
# plesk installer --select-release-current --remove-component bind
Code:
Retrieving information about the installed license key...
Launching component and product checkers...
Downloading file PSA_17.8.11/examiners/disk_space_check.sh: 0%
Downloading file PSA_17.8.11/examiners/disk_space_check.sh: 100% was finished.
Geladen plugins: fastestmirror

- plesk-dns-bind-driver
Installing packages
Geladen plugins: fastestmirror
Uitvoeren Transactie Check
Waarschuwing: RPMDB buiten yum om veranderd.
UnicodeEncodeError: 'ascii' codec can't encode character u'\xeb' in position 6: ordinal not in range(128)
Wissen: plesk-dns-bind-driver [1/1]

ERROR: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please contact product technical support.
exit status 1

When I try to run the install command:
# plesk installer --select-release-current --install-component bind
Code:
plesk-dns-bind-driver-17.8.11-cos7.build1708180301.19.no | 1.0 MB     00:00
Uitvoeren Transactie Check
Waarschuwing: RPMDB buiten yum om veranderd.
UnicodeEncodeError: 'ascii' codec can't encode character u'\xeb' in position 6: ordinal not in range(128)
Installeren: plesk-dns-bind-driver-17.8.11-cos7.build1708180301.19.noarch [1/1]

ERROR: Failed to run the Yum utility.
The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please contact product technical support.
exit status 1
Some errors are in Dutch, but it seems that the RPMDB has changed in some way.

I also ran the following commands to try to fix the RPMDB, but that didn't work either:
Code:
# rm /var/lib/rpm/__db.*
# rpm --rebuilddb
# yum clean all
# yum update
# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components
 
Hi Igor, that helped me looking in the right direction.
I first removed Bind completely on RPM level according to these instructions: Plesk 12.5 -> Onyx update problem
Then I altered my .bashrc with the following lines (since I don't like a Dutch bash anyway):
Code:
export LC_ALL=C
export LANG=C
export LANGUAGE=en_US
After that I executed this command:
plesk installer --select-release-current --remove-component bind
And then again the install command:
plesk installer --select-release-current --install-component bind

And it now works! Thank you! The "G" in IgorG must stand for "Greatest" ;)
 
Back
Top