• 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.

CentOS 5.4 + Plesk 9.2.3 - Install Fail

EduardoSilvestre

New Pleskian
Hello Guys,

i'm trying make a fresh install of CentOS 5.4 x86_64 with Plesk 9.2.3.

Some debug and autoinstaller log:

[root@localhost tmp]# rpm -e --nodeps --justdb db4-4.3.29-9.fc6.i386
error: package db4-4.3.29-9.fc6.i386 is not installed
[root@localhost tmp]# rpm -e db4-4.3.29-9.fc6.i386
error: package db4-4.3.29-9.fc6.i386 is not installed
[root@localhost tmp]# rpm -e db4-4.3.29-9.fc6.i386
error: package db4-4.3.29-9.fc6.i386 is not installed
You have mail in /var/spool/mail/root
[root@localhost tmp]# rpm -qa db4
db4-4.3.29-10.el5
db4-4.3.29-10.el5
[root@localhost tmp]#

Regards,
 

Attachments

  • autoinstaller3.log.txt
    70.7 KB · Views: 16
Last edited:
EduardoSilvestre,

You can use following command for searching accurate package names:

rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH} \\n" | grep -i db4
 
Hello Igor,

[root@localhost ~]# rpm -qa --queryformat "%{NAME}-%{VERSION}-%{RELEASE}-%{ARCH} \\n" | grep -i db4
db4-4.3.29-10.el5-x86_64
db4-4.3.29-10.el5-i386
[root@localhost ~]#

Now, what can i do?

Regards,
 
EduardoSilvestre,

Seems initially you have tried to remove i386 version of db4 with --justdb?
So you can do it now with correct package name - db4-4.3.29-10.el5-i386
 
Try the following command: yum install db4-utils
This will install db4-utils-4.3.29-10 from the base respority.
You should then be able to install Plesk (with backup manager) using the autoinstaller.
 
Last edited by a moderator:
For a fresh install, you would add the plesk repo and then run "yum install psa" or if you wanted to grab everything in one shot "yum install psa*"
 
atomicturtle

what would be the comand to install only basik plesk packages with php5 support, webmail(both), posfix, firewall, (no drweb) spammasasin, migration manager, updater and backup manager ?

cheers
 
Hello Atomic,

after install that repo i get the following error:

atomic/primary | 231 kB 00:02
http://www3.atomicorp.com/channels/atomic/centos/5/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
atomic/primary | 231 kB 00:00
http://www2.atomicorp.com/channels/atomic/centos/5/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
atomic/primary | 231 kB 00:01
http://www4.atomicorp.com/channels/atomic/centos/5/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
atomic/primary | 231 kB 00:00
http://www5.atomicorp.com/channels/atomic/centos/5/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
atomic/primary | 231 kB 00:01
http://www.atomicorp.com/channels/atomic/centos/5/x86_64/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from atomic: [Errno 256] No more mirrors to try.

You can i fix them?

Regards,
 
Back
Top