Bug 522467

Summary: carod requires python 2.4 not available on RHEL4
Product: Red Hat Enterprise MRG Reporter: Martin Kudlej <mkudlej>
Component: gridAssignee: Robert Rati <rrati>
Status: CLOSED ERRATA QA Contact: Martin Kudlej <mkudlej>
Severity: high Docs Contact:
Priority: high    
Version: DevelopmentCC: matt, rrati
Target Milestone: 1.2   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-03-16 14:30:30 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:
Bug Depends On:    
Bug Blocks: 488996, 488998, 489009    

Description Martin Kudlej 2009-09-10 12:13:58 UTC
Description of problem:
Carod doesn't run with python 2.3 which is default in RHEL 4.x.
Carod uses subprocess library which is new in python 2.4.

$ carod -l
Traceback (most recent call last):
  File "/usr/sbin/carod", line 28, in ?
    from jobhooks.functions import *
  File "/usr/lib/python2.3/site-packages/jobhooks/functions.py", line 23, in ?
    from subprocess import *
ImportError: No module named subprocess

Version-Release number of selected component (if applicable):
RHEL 4.8, python 2.3, condor-low-latency 1.0-19.el4, condor 7.3-0.4.el4

How reproducible:
100%

Comment 1 Robert Rati 2009-09-11 16:54:58 UTC
Fixed in:
condor-job-hooks-1.0-13

Comment 2 Martin Kudlej 2009-09-23 13:36:43 UTC
Tested on RHEL4.8 i386/x86_64 with condor-job-hooks-1.0-13.el4 and it works --> VERIFIED.

Comment 3 Jeff Needle 2010-03-16 14:30:30 UTC
The fix for this bug was included in the MRG 1.2 release.

Comment 4 Jeff Needle 2010-03-16 14:35:29 UTC
The fix for this bug was included in the MRG 1.2 release.