Bug 484449

Summary: Error message when condor upgraded
Product: Red Hat Enterprise MRG Reporter: Robert Rati <rrati>
Component: gridAssignee: Matthew Farrellee <matt>
Status: CLOSED CURRENTRELEASE QA Contact: Jeff Needle <jneedle>
Severity: medium Docs Contact:
Priority: low    
Version: 1.1CC: jsarenik, matt
Target Milestone: 1.1.1   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-05-08 16:05:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Rati 2009-02-06 20:33:05 UTC
Description of problem:
When upgrading from condor-7.2.1-0.3 to condor-7.2.2-0.1, the following message was noticed:

rpm -Uvh condor-7.2.2-0.1.fc10.x86_64.rpm condor-test-7.2.2-0.1.fc10.x86_64.rpm 
Preparing...                ########################################### [100%]
   1:condor                 ########################################### [ 50%]
/usr/sbin/semanage: File context for /usr/sbin/condor_startd already defined
   2:condor-test            ########################################### [100%]

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Matthew Farrellee 2009-02-15 17:04:38 UTC
Fixed in condor 7.2.2-0.3

The message isn't an error as much as a warning, which is uninformative and thus masked

Test by installing the condor package twice

Comment 2 Jan Sarenik 2009-02-26 13:20:14 UTC
Verified on RHEL5 i386.

[root@dhcp-0-137 ~]# rpm -q condor
condor-7.2.1-0.3.el5
[root@dhcp-0-137 ~]# /etc/init.d/condor start
Starting Condor daemons:                                   [  OK  ]
[root@dhcp-0-137 ~]# rpm -Uvh condor-7.2.2-0.4.el5.i386.rpm 
Preparing...                ########################################### [100%]
   1:condor                 ########################################### [100%]
[root@dhcp-0-137 ~]# rpm -q condor
condor-7.2.2-0.4.el5
[root@dhcp-0-137 ~]#