Bug 64393
| Summary: | up2date is not working | ||
|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Sammy <sait.a.umar> |
| Component: | up2date | Assignee: | Adrian Likins <alikins> |
| Status: | CLOSED DEFERRED | QA Contact: | Jay Turner <jturner> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 1.0 | CC: | gafton, mihai.ibanescu, srevivo |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i386 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2002-05-03 15:07:27 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: | |||
Yup, it's broke. Probabaly will be for a while, while I refactor most of the code and port it to rawhide. |
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'