From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) Description of problem: Limbo2 I can run up2date --configure to define authenticated proxy information for up2date. When I run up2date -u, I get the following error message when I complete the username, password, and email address screen. Traceback (most recent call last): File "/usr/sbin/up2date", line 801, in ? main() File "/usr/sbin/up2date", line 524, in main tui.main() File "/usr/share/rhn/up2date_client/tui.py", line 1044, in main tui.run() File "/usr/share/rhn/up2date_client/tui.py", line 994, in run result = win.run() File "/usr/share/rhn/up2date_client/tui.py", line 254, in run valid = self.validateFields() File "/usr/share/rhn/up2date_client/tui.py", line 226, in validateFields if not up2dateErrors.validateEmail(self.emailEntry.value()): AttributeError: 'module' object has no attribute 'validateEmail' up2date-gnome-2.9.30-7.x.9 up2date-2.9.30-7.x.9 Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Run up2date --configure 2. Run up2date -u or -l 3. Actual Results: Program exits with above error message Expected Results: Up2date should register with RHN and download new versions if available. Additional info: Proxy requires authentiation.
should be fixed in cvs now, or 2.9.31 or higher
up2date-2.9.31-7.x.9.i386.rpm corrects the problem for me.
Had same problem and the updated rpm's fixed it for me as well.
cool, I'll close this out then