Update problem: PSA 7.5.3 and Cent OS 3.4

General Discussion of atomic repo and development projects.

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

Update problem: PSA 7.5.3 and Cent OS 3.4

Unread post by fasttech »

I got a problem updating my server. I have the following in my yum.conf:

Code: Select all

[atomic]
name=Atomic Rocket Turtle - $releasever - Atomic PSA-Compatible RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/art/3ES/
baseurl=http://www.atomicrocketturtle.com/atomic/art/3ES/

[psa-7.5]
name=Atomic Rocket Turtle - $releasever - SW-Soft PSA 7.5 RPMS
baseurl=http://3es.atomicrocketturtle.com/atomic/psa-7.5/3ES/
baseurl=http://www.atomicrocketturtle.com/atomic/psa-7.5/3ES/

[base]
name=Atomic Rocket Turtle - $releasever - Base OS RPMS mirror
baseurl=http://3es.atomicrocketturtle.com/3rd-party/base/3ES/

I get this error when I try to update:

Code: Select all

Resolving dependencies
......Unable to satisfy dependencies
Package psa-api-rpc needs psa-agent = 1.3.4-75050509.09, this is not available.
Package psa-agent needs psa-api-rpc = 7.5.3-centos3.3.build75050602.16, this is not available.

Please advice.

Thanks.[/code]
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 »

I think they didnt track an "Obsolete" correctly in thier rpm. Try removing psa-api-rpc and/or psa-agent before you do an upgrade.
fasttech

Unread post by fasttech »

Hmm... didnt work :(

Code: Select all

[root@server3 root]# rpm -e psa-api-rpc
error: Failed dependencies:
        psa-api-rpc = 7.5.3-centos3.3.build75050602.16 is needed by (installed) psa-agent-1.3.4-75050602.16
[root@server3 root]# rpm -e psa-agent
error: Failed dependencies:
        psa-agent = 1.3.4-75050602.16 is needed by (installed) psa-api-rpc-7.5.3-centos3.3.build75050602.16
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: rpm -e psa-api-rpc psa-agent
fasttech

Unread post by fasttech »

Bingo!

Thanks again scott, your the man!

Regards
Christian
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 »

sure thing!
Post Reply