Bug 433279 - anaconda.intf.run(anaconda): TypeError: argument 4 must be string, not None
Summary: anaconda.intf.run(anaconda): TypeError: argument 4 must be string, not None
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
low
low
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 433361 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-02-18 10:47 UTC by Axel Thimm
Modified: 2008-02-19 22:40 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-02-19 21:25:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Axel Thimm 2008-02-18 10:47:54 UTC
Description of problem:
The current rawhide installation bails out with

anaconda 11.4.0.36 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/isys.py", line 337, in mount
    rc = _isys.mount(fstype, device, location, flags)
  File "/usr/lib/anaconda/fsset.py", line 218, in mount
    readOnly = readOnly, bindMount = bindMount)
  File "/usr/lib/anaconda/fsset.py", line 2114, in mount
    instroot = chroot)
  File "/usr/lib/anaconda/fsset.py", line 1890, in mountFilesystems
    entry.mount(anaconda.rootPath, readOnly = readOnly)
  File "/usr/lib/anaconda/packages.py", line 169, in turnOnFilesystems
    anaconda.backend.skipFormatRoot)
  File "/usr/lib/anaconda/dispatch.py", line 209, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 132, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/dispatch.py", line 231, in currentStep
    self.gotoNext()
  File "/usr/lib/anaconda/gui.py", line 1278, in setScreen
    (step, anaconda) = self.anaconda.dispatch.currentStep()
  File "/usr/lib/anaconda/gui.py", line 1425, in setup_window
    self.setScreen()
  File "/usr/lib/anaconda/gui.py", line 1435, in run
    self.setup_window(runres)
  File "/usr/lib/anaconda/gui.py", line 1198, in run
    self.icw.run (self.runres)
  File "/usr/bin/anaconda", line 1067, in <module>
    anaconda.intf.run(anaconda)
TypeError: argument 4 must be string, not None


Version-Release number of selected component (if applicable):
Installer report 11.4.0.36

How reproducible:
always

Steps to Reproduce:
1.pxe boot into the rawhide installer
2.
3.
  
Actual results:
Immediately after downloading images/stage2.img the above exception occurs.

Expected results:


Additional info:

Comment 1 Chris Lumens 2008-02-18 20:56:31 UTC
*** Bug 433361 has been marked as a duplicate of this bug. ***

Comment 2 Axel Thimm 2008-02-19 21:15:12 UTC
I tried with the latest images that appeared today in rawhide and the problem is
still around anaconda.intf.run(anaconda):

anaconda 11.4.0.36 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/textw/timezone_text.py", line 68, in __call__
    (default, asUtc, asArc) = anaconda.id.timezone.getTimezoneInfo()
  File "/usr/lib/anaconda/text.py", line 674, in run
    rc = win(self.screen, instance)
  File "/usr/bin/anaconda", line 1067, in <module>
    anaconda.intf.run(anaconda)
ValueError: need more than 2 values to unpack

Thanks!


Comment 3 Chris Lumens 2008-02-19 21:25:53 UTC
This will be fixed in the NEXT build of anaconda, which has not yet made it into
a tree.  That will be anaconda-11.4.0.37.

Comment 4 Axel Thimm 2008-02-19 22:02:23 UTC
OK, thanks!

BTW is there an even more rawhidish URL for guinea pigs to pick up images to
test like a p.r.c URL? I checked out http://people.redhat.com/clumens/, but
there "was nothing there" :)


Comment 5 Chris Lumens 2008-02-19 22:40:18 UTC
There's always the anaconda gitweb page, from which you can extract the absolute
latest version of any file and make your own updates.img or RHupdates:

http://git.fedoraproject.org/git/?p=anaconda.git;a=summary


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