[Home]

Summary:ASTERISK-09281: Installation fails
Reporter:NF (barona1)Labels:
Date Opened:2007-04-18 20:43:55Date Closed:2007-05-16 19:28:50
Priority:BlockerRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:AMDx2 4200 Asus MB 2G ram 2x300G Sata, dual 1000 nic's
Graphic install.
Manual Partition configuration
/boot is /dev/md0  Raid1 /dev/sda1, /dev/sdb1 750M
swap  is /dev/md1  Raid1 /dev/sda2, /dev/sdb2 4000M
/     is /dev/md2  Raid1 /dev/sda3, /dev/sdb3 300G

After manually specifying partitions, to proceed with the install...

(Error loading new keyboard description)
(Error loading new keyboard description)
Traceback (nost recent call last)
File "/tmp/product/gui.py", line 877, in nextClicked
 self.setScreen()
File "/tmp/product/gui.py", line 1199, in setScreen
 new_screen=apply(self.currentWindow.getScreen,args)
File "/usr/lib/anaconda/iw/package_ugui.py", line 956, in getScreen
if instClass.hideEverything and par == _('Miscellaneous'):
AttributeError: Install Class instance has no attribute 'hideEverything'

I tried install several times, with the same effect.
Arrghhh!
-NF
Comments:By: NF (barona1) 2007-04-18 20:56:59

I tried 'linux text' install and I arrived at the same fault

line 54 in /usr/lib/anaconda/textw/packages_text.py

The problem is 'hideEverything'

if instClass.hideEverything and par == _('Miscellaneous'):
AttributeError: Install Class instance has no attribute 'hideEverything'

-NF

By: NF (barona1) 2007-04-18 21:08:20

I tried graphic install 'non-expert' mode (manually sized the drives)
and the bug did not appear. It got past that point.
(right now it is formatting /)

Therefore, the bug appears to be in expert mode Graphic and Text
-NF

By: NF (barona1) 2007-04-21 13:28:28

AsteriskNow Beta 5 Release Ayer (Devel)
rPath 2.6.19-7.0.1

By: Brandon Kruse (bkruse) 2007-04-22 01:15:56

To get asteriskNOW temporarily installed, boot into text mode (linux text) from the installer and install.


Thanks for reporting the bug, James should be able to fix it very quickly.


-bkruse

By: NF (barona1) 2007-04-23 14:17:45

The problem happens in EXPERT mode installation.
Do not install in EXPERT mode.
Expert Text AND Graphic does NOT work.
Non-Expert Text and Graphic both work.

By: James Lyons (james) 2007-05-11 11:01:42

I may have narrowed down what is causing your issue. The next release will have the (possible) fix.

By: James Lyons (james) 2007-05-16 19:28:50

Updates are available, this should have a fix for this issue