Description of problem: When attempting to view the advisory on kernel-2.4.18-26.8.0, update responds with an error message instead of the advisory window. Version-Release number of selected component (if applicable): up2date-3.0.7-1 How reproducible: Every time I tried it. Steps to Reproduce: 1.Don't have kernel-2.4.18-26.8.0 installed. 2.Bring up up2date. 3.Select kernel-2.4.18-26.8.0. 4.Click on 'View Advisory'. Actual results: (indentation by four spaces mine) Traceback (most recent call last): File "/usr/share/rhn/up2date_client/gui.py", line 954, in showAdvisory advisories = rhnErrata.getAdvisoryInfo(rowData[1]) TypeError: unsubscriptable object Expected results: Up2date should display the advisory in a window. Additional info:
Same happens to me, except I'm running Redhat Linux 9 and when I tried to view the advisory for the bash update, and the error number differs: Traceback (most recent call last): File "/usr/share/rhn/up2date_client/gui.py", line 1063, in showAdvisory advisories = rhnErrata.getAdvisoryInfo(rowData[1]) TypeError: unsubscriptable object
Same as Comment 1 except this was the first execution of up2date --register after installing the new key rpm's. Was able to continue downloading packages and scheduling. Error msg: [root@localhost root]# up2date --register Traceback (most recent call last): File "/usr/share/rhn/up2date_client/gui.py", line 1063, in showAdvisory advisories = rhnErrata.getAdvisoryInfo(rowData[1]) TypeError: unsubscriptable object