Bug 97746 (IT:23105) - up2date python error message
Summary: up2date python error message
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: IT:23105
Product: Red Hat Enterprise Linux 2.1
Classification: Red Hat
Component: up2date
Version: 2.1
Hardware: i686
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Adrian Likins
QA Contact: Fanny Augustin
URL:
Whiteboard:
: 97748 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-06-20 06:55 UTC by jike.zhou
Modified: 2007-11-30 22:06 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-08-20 20:58:56 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description jike.zhou 2003-06-20 06:55:04 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.1) Gecko/20021003

Description of problem:
The traceback below has occurred on two machines so far, at the end of the
package install when I ran up2date today (2003/06/19).
It appears that the proper changes were made to grub.conf.

Traceback (innermost last):
 File "/usr/share/rhn/up2date_client/gui.py", line 909, in
 doInstallation
    up2date.installBootLoader(kernelsToInstall)
   File "/usr/share/rhn/up2date_client/up2date.py", line 608, in
 installBootLoader
     __install_grub(kernelList)
   File "/usr/share/rhn/up2date_client/up2date.py", line 624, in
__install_grub
     ret  = grubcfg.installNewImages(kernelList,test=0)
 AttributeError: installNewImages



Version-Release number of selected component (if applicable):
kernel-2.4.9-e.25

How reproducible:
Always

Steps to Reproduce:
1.up2date -uf kernel
2.
3.
    

Additional info:

Comment 1 Arjan van de Ven 2003-06-20 07:25:01 UTC
*** Bug 97748 has been marked as a duplicate of this bug. ***

Comment 2 Alois Treindl 2003-06-20 18:18:05 UTC
I use lilo, and I get this bug with the python error message:
Traceback (innermost last):

>   File "/usr/share/rhn/up2date_client/gui.py", line 909, in
> doInstallation
>     up2date.installBootLoader(kernelsToInstall)
>   File "/usr/share/rhn/up2date_client/up2date.py", line 604, in
> installBootLoader
>     __install_lilo(kernelList)
>   File "/usr/share/rhn/up2date_client/up2date.py", line 619, in
> __install_lilo
>     ret = lilocfg.installNewImages(kernelList,test=0)
> AttributeError: installNewImages
> 
> 
on RH 2.1ES

It is probably related to the same grub problem.

Comment 3 Narsi Subramanian 2003-07-14 16:05:48 UTC
Any estimate on when the fix would be available. It was observed with non-kernal
package updates. 

Comment 4 Steve Conklin 2004-08-25 15:20:54 UTC
Did this make the U5 beta?


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