General Discussion of atomic repo and development projects.
Ask for help here with anything else not covered by other forums.
d6d
Forum User
Posts: 9 Joined: Fri Nov 04, 2005 10:00 pm
Unread post
by d6d » Mon Sep 18, 2006 12:21 pm
Hi,
I try to run yum update but it fails at
Code: Select all
--> Running transaction check
--> Processing Dependency: librpmdb-4.4.so for package: psa-autoinstaller
--> Processing Conflict: psa-tomcat-configurator conflicts tomcat4
--> Processing Dependency: librpm-4.4.so for package: psa-autoinstaller
--> Processing Dependency: librpmio-4.4.so for package: psa-autoinstaller
--> Finished Dependency Resolution
Error: Missing Dependency: librpm-4.4.so is needed by package psa-autoinstaller
Error: Missing Dependency: librpmio-4.4.so is needed by package psa-autoinstaller
Error: Missing Dependency: librpmdb-4.4.so is needed by package psa-autoinstaller
Error: psa-tomcat-configurator conflicts with tomcat4
and my yum conf is
Code: Select all
name=Atomic Rocket Turtle - 4ES - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/4ES/
[atomic-app-vault]
name=Atomic Rocket Turtle - 4ES - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
[psa-8.0]
name=Atomic Rocket Turtle - 4ES - SW-Soft PSA 8.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-8.0/4ES/
Am I doing something wrong?
breun
Long Time Forum Regular
Posts: 2813 Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands
Unread post
by breun » Mon Sep 18, 2006 1:30 pm
If that's your complete yum config, then yes. You still need the CentOS channels. Aren't they in /etc/yum.repos.d/*?
d6d
Forum User
Posts: 9 Joined: Fri Nov 04, 2005 10:00 pm
Unread post
by d6d » Mon Sep 18, 2006 2:00 pm
Thank you for reply
yes. i have CentOS-Base.repo CentOS-Media.repo under the folder
CentOS-Base.repo
Code: Select all
[base]
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
#baseurl=http://mirror.centos.org/centos/$releasever/os/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#released updates
[update]
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
#baseurl=http://mirror.centos.org/centos/$releasever/updates/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#packages used/produced in the build but not released
[addons]
name=CentOS-$releasever - Addons
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=addons
#baseurl=http://mirror.centos.org/centos/$releasever/addons/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#additional packages that may be useful
[extras]
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
#baseurl=http://mirror.centos.org/centos/$releasever/extras/$basearch/
gpgcheck=1
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#additional packages that extend functionality of existing packages
[centosplus]
name=CentOS-$releasever - Plus
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=centosplus
#baseurl=http://mirror.centos.org/centos/$releasever/centosplus/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
#contrib - packages by Centos Users
[contrib]
name=CentOS-$releasever - Contrib
mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=contrib
#baseurl=http://mirror.centos.org/centos/$releasever/contrib/$basearch/
gpgcheck=1
enabled=0
gpgkey=http://mirror.centos.org/centos/RPM-GPG-KEY-centos4
breun
Long Time Forum Regular
Posts: 2813 Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands
Unread post
by breun » Mon Sep 18, 2006 2:27 pm
I checked a CentOS 4.4 box running Plesk 8.0.1, but it doesn't have librpmdb-4.4. It does have /usr/lib/librpmdb-4.3.so (as part of the rpm-libs-4.3.3-18_nonptl package), but it's completely up to date according to yum and Plesk's autoinstaller. What version of psa-autoinstaller do you have (rpm -q psa-autoinstaller)?
d6d
Forum User
Posts: 9 Joined: Fri Nov 04, 2005 10:00 pm
Unread post
by d6d » Mon Sep 18, 2006 2:32 pm
i use this as my yum.conf
Code: Select all
[atomic]
name=Atomic Rocket Turtle - 4ES - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/4ES/
[atomic-app-vault]
name=Atomic Rocket Turtle - 4ES - Atomic PSA App Vault RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/app-vault/
[psa-8.0]
name=Atomic Rocket Turtle - 4ES - SW-Soft PSA 8.0 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-8.0/4ES/
[base]
name=Atomic Rocket Turtle - 4ES - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/CentOS4/
[updates]
name=Atomic Rocket Turtle - 4ES - OS Update RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/updates/CentOS4/
still got
Code: Select all
--> Running transaction check
--> Processing Dependency: librpmdb-4.4.so for package: psa-autoinstaller
--> Processing Conflict: psa-tomcat-configurator conflicts tomcat4
--> Processing Dependency: librpm-4.4.so for package: psa-autoinstaller
--> Processing Dependency: librpmio-4.4.so for package: psa-autoinstaller
--> Processing Dependency: php = 4.3.9-3.15 for package: php-domxml
--> Finished Dependency Resolution
Error: Missing Dependency: librpm-4.4.so is needed by package psa-autoinstaller
Error: Missing Dependency: php = 4.3.9-3.15 is needed by package php-domxml
Error: Missing Dependency: librpmio-4.4.so is needed by package psa-autoinstaller
Error: Missing Dependency: librpmdb-4.4.so is needed by package psa-autoinstaller
Error: psa-tomcat-configurator conflicts with tomcat4
i can find librpm-4.3 installed but not librpm4.4
d6d
Forum User
Posts: 9 Joined: Fri Nov 04, 2005 10:00 pm
Unread post
by d6d » Mon Sep 18, 2006 2:33 pm
breun wrote: I checked a CentOS 4.4 box running Plesk 8.0.1, but it doesn't have librpmdb-4.4. It does have /usr/lib/librpmdb-4.3.so (as part of the rpm-libs-4.3.3-18_nonptl package), but it's completely up to date according to yum and Plesk's autoinstaller. What version of psa-autoinstaller do you have (rpm -q psa-autoinstaller)?
psa-autoinstaller-3.0.1-build060406.10
breun
Long Time Forum Regular
Posts: 2813 Joined: Sat Aug 20, 2005 9:30 am
Location: The Netherlands
Unread post
by breun » Mon Sep 18, 2006 2:39 pm
Mine is psa-autoinstaller-3.0.2-build060704.16. You might want to try to run the autoinstaller (or Plesk Updater through the web interface) to see if that works (and gets you the latest autoinstaller in the process). Or maybe even
download the latest autoinstaller and run that to see if that can upgrade your Plesk install. Then try yum again.
d6d
Forum User
Posts: 9 Joined: Fri Nov 04, 2005 10:00 pm
Unread post
by d6d » Mon Sep 18, 2006 2:47 pm
it's a brand new install.
is it possible i remove this it?
pedrodj
Forum User
Posts: 28 Joined: Tue Jul 04, 2006 7:14 am
Unread post
by pedrodj » Mon Sep 25, 2006 8:04 am
Red Hat Enterprise Linux ES release 4 (Nahant Update 4)
is RHEL 4ES ?
which are repos i have to use for yum ?