Bug 727400 - TypeError: not enough arguments for format string
Summary: TypeError: not enough arguments for format string
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-02 03:28 UTC by John Reiser
Modified: 2011-08-02 07:58 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-08-02 07:58:04 UTC
Type: ---


Attachments (Terms of Use)
anaconda traceback and debug info (678.13 KB, text/plain)
2011-08-02 03:29 UTC, John Reiser
no flags Details

Description John Reiser 2011-08-02 03:28:27 UTC
Description of problem: Install from DVD (F-16 alpha TC1) using advertised minimum RAM (768 MB) gives anaconda traceback.


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

How reproducible: every time


Steps to Reproduce:
1. append " mem=768m" to kernel boot command line
2.
3.
  
Actual results:
03:13:53,297 CRIT anaconda: anaconda 16.14 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicelibs/edd.py", line 221, in get_edd_dict
    old_edd_number, edd_number, name)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 471, in reset
    self.eddDict = get_edd_dict(self.partitioned)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 116, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 338, in dispatch
    self.dir = self.steps[self.step].target(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 235, in go_forward
    self.dispatch()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1198, in nextClicked
    self.anaconda.dispatch.go_forward()
TypeError: not enough arguments for format string


Expected results: successful install


Additional info:

Comment 1 John Reiser 2011-08-02 03:29:45 UTC
Created attachment 516245 [details]
anaconda traceback and debug info

Comment 2 Ales Kozumplik 2011-08-02 07:58:04 UTC
This has been fixed in the meantime by 8716be3c5374364adbfbe693b7711558b8a3871f and should work as of anaconda-16.15-1.


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