• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Install on clean RHE4 of PLESK 8 Errors.

D

dschlaegel

Guest
Install on clean RHEL4 of PLESK 8 Errors.

I know im not the only one with this problem as I have seen other posts (without many answers ;-) about the same issue.

Using the Plesk Auto-Installer no matter what options are selected it will fail. You may see my screen below to see. I don't understand what could possibly be different about my clean install of RedHat Enterprise 4 from systems where the installer is working. Others posts with same issue even had different OS's.

Any help would be GREATLY appreciated. I was hopeing to head to the datacenter today but cannot till I get the base server components installed.

Thanks in advance everyone,
Dave Schlaegel

+++++++++++++++++++++++++++++++++++++++++++++

Please select the components you wish to install:

1. [*] Base packages of Plesk
2. [*] Plesk Updater
3. [ ] Frontpage 2002 support
4. [ ] Apache ASP support
5. [*] Mailman mailing list manager support
6. [ ] PosgreSQL server support
7. [*] Tomcat Java Servlets support
8. [ ] SpamAssassin support
9. [*] SPAM blocker for QMail daemon
10. [=] Apache mod_python module
11. [*] Application vault packages
12. [*] Additional Horde (webmail) components for Plesk
13. [*] Additional Plesk manuals
14. [*] Backup utilities
15. [*] Dr. Web antivirus
16. [*] Plesk Professional Web Site Editor
17. [*] Plesk API [former Plesk Agent]
18. [*] SSHTerm - SSH Terminal java applet
19. [*] Plesk migration manager
20. [*] Plesk Firewall module
21. [ ] Plesk Counter-Strike game server module
22. [*] Plesk VPN module
23. [ ] Plesk Battlefield 1942 game server module
24. [ ] Plesk Battlefield2 game server module
25. [*] Plesk Fileserver module and SMB file server package
26. [*] Watchdog (System monitoring module)
27. [*] SiteBuilder and Sitebuilder module for Plesk
28. [=] ColdFusion support for Plesk
29. [*] Acronis TrueImage module

N) Next page; P) Go back; Q) Cancel installing;
A) Select all; D) Deselect all;
To toggle component enter its number;
Type a number or a character of desired action [N]: n
Reading system installed packages...done.
Download file plesk-8.0.0-rhel4-i386.hdr.gz: 24%..46%..70%..81%..96%..100% done
Download file plesk-8.0.0-rhel4-i386.hdr.gz: 14%..28%..33%..42%..63%..76%..84%..98%..100% done
Resolve components
ERROR: Can't add to black list product package Sitebuilder
ERROR: Installation failed

+++++++++++++++++++++++++++++++++++++++++++++
P.S. Has nothing to do with SiteBuilder, I can disable everything and get the same result just different packages failing or even saying "ERROR: Can't add to black list product package" with no package name.
 
My solution to this after reading another thread on the issue was as follows:

rpm -qa | grep php | xargs rpm -e --nodeps
rpm -qa | grep mysql | xargs rpm -e --nodeps
rpm -qa | grep httpd | xargs rpm -e --nodeps

plesk then installed happy as larry with its own components, rather than the RHEL4/Centos packages pre-installed.

HTH

Edit: Also had to remove selinux-targeted-policy so that plesk could install its own.
 
Thanks that part worked like a charm.

But now on one of the last steps I got

#################################################

===> Installing Admin Server
Trying to generate Admin server configuration... Generating Admin server configuration... done
Trying to generate default Plesk SSL Certificate... done
Trying to copy default SSL Certificate for admin server... done
Trying to start Admin server...
ERROR while trying to start Admin server
Check the error reason(see log file: /tmp/psa_8.0.0_RedHat_el4_build80060425.18_installing.log), fix and try again

Aborting...

error: %post(psa-8.0.0-rhel4.build80060425.18.i586) scriptlet failed, exit status 1
Error while execute command rpm -U /root/psa/PSA_8.0.0/dist-rpm-RedHat-el4-i386/base/psa-libpam-plesk-8.0.0-rhel4.build80060331.13.i586.rpm /root/psa/PSA_8.0.0/dist-rpm-RedHat-el4-i386/base/psa-8.0.0-rhel4.build80060425.18.i586.rpm /root/psa/PSA_8.0.0/dist-rpm-RedHat-el4-i386/base/psa-api-8.0.0-rhel4.build80060413.08.noarch.rpm
ERROR: error while executing RPM
ERROR: Installation failed

#################################################

Then if I check the log I get this

Trying to start Admin server... Syntax error on line 303 of /usr/local/psa/admin/conf/httpsd.conf:

#################################################

How many things can be wrong with the installer.

Anyway. I just rebooted, and went through the installer again with no packages but the base selected. And it seems to have installed now. Thanks again for all the help. I really apprecate it.

- Dave Schlaegel
 
Back
Top