Bug 495708 - TypeError: argument 2 must be string, not None
Summary: TypeError: argument 2 must be string, not None
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nss
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Kai Engert (:kaie) (inactive account)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 495763 (view as bug list)
Depends On:
Blocks: F11AnacondaBlocker
TreeView+ depends on / blocked
 
Reported: 2009-04-14 13:50 UTC by James Laska
Modified: 2013-09-02 06:34 UTC (History)
12 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-04-17 20:33:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anacdump.txt (176.44 KB, text/plain)
2009-04-14 13:50 UTC, James Laska
no flags Details

Description James Laska 2009-04-14 13:50:42 UTC
Created attachment 339493 [details]
anacdump.txt

Description of problem:

Traceback during Anaconda storage test day.  The traceback occurs at the end of package install for the autopart tests (see https://fedoraproject.org/wiki/Test_Day:AnacondaStorageRewrite_2009-04-14#Test)

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

How reproducible:
Everytime, manual install on a KVM x86_64 guest and real hardware

Steps to Reproduce:
https://fedoraproject.org/wiki/QA:Testcase_Anaconda_autopart_install
  
Actual results:

anaconda 11.5.0.44 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/users.py", line 163, in setRootPassword
    self.admin.setpassUser(rootUser, cryptPassword(password, algo=algo), True)
  File "/usr/lib/anaconda/instdata.py", line 171, in write
    algo=self.getPassAlgo())
  File "/usr/lib/anaconda/backend.py", line 302, in writeConfiguration
    anaconda.id.write()
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1323, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 79, in renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 1344, in handleRenderCallback
    self.currentWindow.renderCallback()
TypeError: argument 2 must be string, not None


Expected results:


Additional info:

Comment 1 Chris Lumens 2009-04-14 17:29:40 UTC
*** Bug 495763 has been marked as a duplicate of this bug. ***

Comment 2 Peter Jones 2009-04-14 18:53:26 UTC
This is because libfreebl3.so is doing its FIPS self-check, and failing because we don't have a libfreebl3.chk file in the installer.

This is two problems:

1) it shouldn't be checking for it in a non-FIPS environment
2) because of the way the .chk file is generated, we don't have them in the install image.

Comment 3 Peter Jones 2009-04-15 18:46:22 UTC
This should be fixed with nss-3.12.3-3 .

Comment 4 Joe Orton 2009-04-15 19:03:23 UTC
Is there any way round this bug until we get a new spin with the fixed nss?

Comment 5 Peter Jones 2009-04-15 19:12:12 UTC
It's fixed in today's tree...

Comment 6 Kai Engert (:kaie) (inactive account) 2009-04-15 20:43:50 UTC
James, can you confirm the problem is gone?

Comment 7 James Laska 2009-04-16 14:37:20 UTC
I cannot retest due to a NetworkManager bug.  I will retest when a fix for bug#495884 has been integrated.

Comment 8 Geoff Levand 2009-04-17 20:12:05 UTC
I tested today's build (17-Apr-2009 12:02) on Mac G5, and this problem seems to be fixed.

 sha1sum ppc/os/ppc/ppc64/{ramdisk.image.gz,vmlinuz}
 b901b623ce3e5ddaca8cb62b8e0fc31ea9874931  ppc/os/ppc/ppc64/ramdisk.image.gz
 9de8ff3a4428d87b07c589eb991696218ba76a33  ppc/os/ppc/ppc64/vmlinuz

-Geoff

Comment 9 Chris Lumens 2009-04-17 20:33:09 UTC
Great, thanks for confirming.


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