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:
*** Bug 495763 has been marked as a duplicate of this bug. ***
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.
This should be fixed with nss-3.12.3-3 .
Is there any way round this bug until we get a new spin with the fixed nss?
It's fixed in today's tree...
James, can you confirm the problem is gone?
I cannot retest due to a NetworkManager bug. I will retest when a fix for bug#495884 has been integrated.
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
Great, thanks for confirming.