Description of problem: Error is in /usr/lib/python2.3/site-packages/rhpl/Conf.py We have a script in Python that calls :- def _editER(screen): "Create, edit and destroy a ConfEResolv object" CER = rhpl.Conf.ConfEResolv() ns = CER['nameservers'] . . . CER.write When it does this, we get a traceback to the above Conf.py stating at line 709 that .output is not a valid property. The command being called at that time is :- command.getstatus.output it should be :- command.getstatusoutput Version-Release number of selected component (if applicable): In RHEL-ES4 base install -> RHEL-ES4 Patch 2 rhpl-0.148.2-1.i386.rpm -> rhpl-0.148.3-1.i386.rpm
Committed to Rawhide for testing.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2006-0678.html