Description of Problem: The up2date python script "gui.py" hangs with the following display on the console: Traceback (innermost last): File "/usr/share/rhn/up2date_client/gui.py", line 832, in doInstallation self.setArrorCursor() Attribute error: setArrorCursor It appears that this is merely a typo: it should read "self.setArrorwCursor()". Version-Release number of selected component (if applicable): My version of up2date is 2.7.61 How Reproducible: Every time that line of the script is run.
Should be fix in the next release (2.8.*, 2.9.*)