Can't install ART packages

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
arsenic

Can't install ART packages

Unread post by arsenic »

Hi,

I'm trying to update PHP and mySQL on my VPS and it keeps failing:

[root@vps /]# yum update php
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 9 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 9 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 9 - SW-Soft PSA 7.5 RPMS
Server: Atomic Rocket Turtle - 9 - OS Update RPMS mirror
Finding updated packages
Downloading needed headers
Resolving dependencies
.....identical dependency loop exceeded
package php-mysql needs php = 4.3.2-psa.rh9.1 (not provided)
package php-imap needs php = 4.3.2-psa.rh9.1 (not provided)
package php-ldap needs php = 4.3.2-psa.rh9.1 (not provided)
package php-odbc needs php = 4.3.2-psa.rh9.1 (not provided)
package php-pgsql needs php = 4.3.2-psa.rh9.1 (not provided)

[root@vps /]# yum update mysql
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 9 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 9 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 9 - SW-Soft PSA 7.5 RPMS
Server: Atomic Rocket Turtle - 9 - OS Update RPMS mirror
Finding updated packages
Downloading needed headers
Resolving dependencies
.....identical dependency loop exceeded
package mysql-server needs mysql = 3.23.58 (not provided)
package mysql-devel needs mysql = 3.23.58 (not provided)



This is on a virtuozzo 2.6 VPS with plesk 7.5.2 and RH9.

Am I doing something wrong here? This is driving me nuts! Thanks in advance.. :D
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

try using just plain old "yum update" or "yum upgrade" to see if it can resolve those issues
arsenic

Unread post by arsenic »

Ok, this is the result:

[root@vps root]# yum update
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 9 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 9 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 9 - SW-Soft PSA 7.5 RPMS
Server: Atomic Rocket Turtle - 9 - OS Update RPMS mirror
Finding updated packages
Downloading needed headers
Resolving dependencies
..conflict between kernel-smp and e2fsprogs
[root@vps root]# yum upgrade
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 9 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 9 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 9 - SW-Soft PSA 7.5 RPMS
Server: Atomic Rocket Turtle - 9 - OS Update RPMS mirror
Finding updated packages
Downloading needed headers
Finding obsoleted packages
Resolving dependencies
..conflict between kernel-smp and e2fsprogs
[root@vps root]#


GRRRR!!! :evil:

If I force-install your PHP and mySQL packages will I blow up my server? What rpm switches would I use and can I do a rollback somehow if it gets hosed? I'm mainly after mySQL 4.x and it's performance advantages. Thanks for your help!
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

what version of kernel-smp and e2fsprogs are you running? Those are updates from fedoralegacy on rh9.
NightStorm
Forum User
Forum User
Posts: 60
Joined: Sun Dec 05, 2004 4:16 am

Unread post by NightStorm »

What you might try (avoiding YUM) is go into the reository and manually download the rpm's into their own folder (using wget in this case), then issue a "rpm -Uhv *".
Of course, it wouldn't solve the problem of why you can't update... it would only install them for you.
arsenic

Unread post by arsenic »

OK, I had an older version of YUM I found out. So I installed the version that you have here in your "rocket" depository. the php upgrade succeeded (yay!) I got some errors at the end of the mySQL upgrade, but it worked out ok. I'm now running version 4-something even though plesk reports it as 3-something still. plesk so far is working flawlessly, so I guess all is ok. If I do a "yum update" or "yum upgrade", I still get those above errors though, but I'm happy 'cause all I really wanted was the php and mySQL updates.
scott wrote:what version of kernel-smp and e2fsprogs are you running? Those are updates from fedoralegacy on rh9.
I dunno.. how can I check this? Although I am a windows network admin with 11 years experience, I'm currently a linux n00b :oops: .. but I'm trying (and having a lot of fun) :wink:
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

you can look at the package versions using rpm:

rpm -q kernel-smp e2fsprogs
arsenic

Unread post by arsenic »

Thanks Scott,

Here is what I get:

[root@vps root]# rpm -q kernel-smp e2fsprogs
package kernel-smp is not installed
package e2fsprogs is not installed
[root@vps root]#

...remember this is on a Virtuozzo VPS. Would this be the reason why?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

yeah that could be vps related I suppose. AFIAK the sw-soft rpm and popt packages are not yum friendly.
arsenic

Unread post by arsenic »

Thanks for everything Scott. I'm not worried about the other stuff. I got PHP and mySQL updated to what I needed and everything's working great, so I'm happy. :wink:
dmoses
Forum User
Forum User
Posts: 6
Joined: Sun Oct 23, 2005 2:06 am

Unread post by dmoses »

Has anyone figured out what caused the original conflict message. I am getting the same message while trying to update iptables:

# yum update iptables
Gathering header information file(s) from server(s)
Server: Atomic Rocket Turtle - 9 - App Vault RPMS
Server: Atomic Rocket Turtle - 9 - Atomic PSA-Compatible RPMS
Server: Atomic Rocket Turtle - 9 - Base OS RPMS mirror
Server: Atomic Rocket Turtle - 9 - SW-Soft PSA 6.0 RPMS
Server: Atomic Rocket Turtle - 9 - OS Update RPMS mirror
Finding updated packages
Downloading needed headers
Resolving dependencies
..conflict between kernel-smp and e2fsprogs

# rpm -q iptables kernel-smp e2fsprogs
iptables-1.2.7a-2
package kernel-smp is not installed
package e2fsprogs is not installed
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

Yeah thats a vserver you're in there, it doesn't really have a kernel in it, so you've got to work around all those non-existant interdependencies.
Post Reply