• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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