Bug 64393 - up2date is not working
Summary: up2date is not working
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: up2date
Version: 1.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Adrian Likins
QA Contact: Jay Turner
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-05-03 15:07 UTC by Sammy
Modified: 2015-01-07 23:56 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2002-05-03 15:07:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Sammy 2002-05-03 15:07:23 UTC
With the latest rawhide stuff there are a number of inconsistencies: 
 
1. Python is now python-2.2.1-4 while some stuff used by up2date is 
   still written to /usr/lib/python15 directory. 
 
2. python-xmlrpc package is no longer there (rhnlib needed?) 
 
3. Running up2date gives the following error: 
 
# up2date -l 
Traceback (most recent call last): 
  File "/usr/sbin/up2date", line 1169, in ? 
    main() 
  File "/usr/sbin/up2date", line 364, in main 
    up2date.updateLoginInfo() 
  File "/usr/share/rhn/up2date_client/up2date.py", line 556, in updateLoginInfo 
    loginInfo = login() 
  File "/usr/share/rhn/up2date_client/up2date.py", line 480, in login 
    server = getServer() 
  File "/usr/share/rhn/up2date_client/up2date.py", line 397, in getServer 
    password=proxyPassword) 
TypeError: __init__() got an unexpected keyword argument 'username'

Comment 1 Adrian Likins 2002-05-03 18:25:02 UTC
Yup, it's broke. Probabaly will be for a while, while I
refactor most of the code and port it to rawhide.


Note You need to log in before you can comment on or make changes to this bug.