Bug 166559 - Install hang when press last next button, when would be show progress bar
Summary: Install hang when press last next button, when would be show progress bar
Keywords:
Status: CLOSED DUPLICATE of bug 166560
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 4
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Mike McLean
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2005-08-23 11:27 UTC by Dario Lesca
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-08-23 15:11:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dario Lesca 2005-08-23 11:27:45 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; it-IT; rv:1.7.10) Gecko/20050720 Fedora/1.0.6-1.1.fc4 Firefox/1.0.6

Description of problem:
I have use the anaconda/anaconda-runtime procedure for rebuild a patched fc4 structure. If I run the procedure on a FC3 system, the result FC4 structure is OK, I have test it to master on a DVD and via PXE/NFS setup.
If I run the build procedure on a FC4 system, the result structure not work property, when I press the last next button, when the anaconda would show the progress bar, the procedure crash whit this error:
------
Traceback (most recent call last):
  File "/usr/lib/anaconda/gui.py", line 876, in nextClicked
    self.setScreen ()
  File "/usr/lib/anaconda/gui.py", line 1198, in setScreen
    new_screen = apply(self.currentWindow.getScreen, args)
  File "/usr/lib/anaconda/iw/progress_gui.py", line 335, in getScreen
    progressTable.attach (self.totalProgress, 1, 2, 0, 1, ypadding=2)
TypeError: GtkTable.attach() argument 8, item 51161979, item 2291839, item 383, item 162057759, item 8789343, item 160766871, item 5 impossible<bad format char>
######################

I have patch the anaconda package whit this patch:

#####################################
--- anaconda-10.2.1.5/iw/progress_gui.py.old    2005-08-23 12:11:31.334113136 +0200
+++ anaconda-10.2.1.5/iw/progress_gui.py        2005-08-23 12:12:48.843329944 +0200
@@ -332,7 +332,7 @@
         self.totalProgress = gtk.ProgressBar ()

        progressTable = gtk.Table (2, 2, False)
-       progressTable.attach (self.totalProgress, 1, 2, 0, 1, ypadding=2)
+       progressTable.attach (self.totalProgress, 1, 2, 0, 1, xpadding=0, ypadding=2)

 #      label = gtk.Label (_("Package Progress: "))
 #      label.set_alignment (1.0, 0.5)
-------------------------------------------
and the problem is solved.


Version-Release number of selected component (if applicable):
anaconda-10.2.1.5-2

How reproducible:
Always

Steps to Reproduce:
1. Rebuild the FC4 struct with the anaconda-* package
2. Start a NFS setup from  new structure
3. Select a tipical installation....
  

Actual Results:  When press the last next button, before the setup procedure start a Pyton error appears and the setup exit.


Expected Results:  The setup would have to continue with a progress bar

Additional info:

On web I have found this article:

  http://lists.progeny.com/archive/anaconda-workers/200506/msg00004.html

.. and ... Sorry for my bad english :-(

Comment 1 Jeremy Katz 2005-08-23 15:04:47 UTC

*** This bug has been marked as a duplicate of 166550 ***

Comment 2 Jeremy Katz 2005-08-23 15:11:28 UTC

*** This bug has been marked as a duplicate of 166560 ***


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