Yum update problem

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
topdog
New Forum User
New Forum User
Posts: 3
Joined: Mon May 18, 2009 2:07 pm

Yum update problem

Unread post by topdog »

When I run 'yum update' I get the following error...

--> Processing Dependency: mod_jk for package: psa-tomcat-configurator
--> Finished Dependency Resolution
Error: Missing Dependency: mod_jk is needed by package psa-tomcat-configurator

Any ideas on how to get around this. Installed atomic.sh with the following:
-----------------------------------------------------------------
Atomic Archive installer, version 1.1
Configuring the [atomic] yum archive for this system

Installing the Atomic GPG key: OK
Downloading atomic-release-1.0-10.el5.art.noarch.rpm: OK

Would you like to add the Plesk yum repository to the system?

Enable Plesk repository? (y/n) [Default: n]: y

Plesk 8.6 and 9.2 repositories are available:
NOTE: Plesk 9 repos are only available for rhel/centos 4 and 5

Enable Plesk 8.6 or 9.2? (8/9) [Default: 8]: 9


The Atomic Rocket Turtle archive has now been installed and configured for your system
The following channels are available:
atomic - [ACTIVATED] - contains the stable tree of ART packages
atomic-testing - [DISABLED] - contains the testing tree of ART packages
atomic-bleeding - [DISABLED] - contains the development tree of ART packages

Repo list:
repo id repo name status
addons CentOS-5 - Addons enabled
base CentOS-5 - Base enabled
extras CentOS-5 - Extras enabled
plesk Plesk Server Administrator enabled
updates CentOS-5 - Updates enabled
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Yum update problem

Unread post by scott »

Thats a plesk bug, I'd try removing psa-tomcat-configurator
topdog
New Forum User
New Forum User
Posts: 3
Joined: Mon May 18, 2009 2:07 pm

Re: Yum update problem

Unread post by topdog »

So stupid question, what will happen if I remove the psa_tomcat? I understand that my 'yum update' should complete, but will this break anything?
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Re: Yum update problem

Unread post by scott »

You will remove tomcat in plesk
topdog
New Forum User
New Forum User
Posts: 3
Joined: Mon May 18, 2009 2:07 pm

Re: Yum update problem

Unread post by topdog »

Thanks that worked. Just reinstalled tomcat after I was done and everything is good. Also I use qmail and noticed that the update changed it to Postfix. What should I 'exclude' so postfix does not get updated again.
Kalimari
Forum Regular
Forum Regular
Posts: 526
Joined: Wed Jan 02, 2008 3:21 pm
Location: United Kingdom

Re: Yum update problem

Unread post by Kalimari »

Try:

Code: Select all

yum -y update --exclude=psa-mail-pc-driver
Post Reply