Bug 875228
| Summary: | TypeError: argument 2 must be string, not None | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tony Asleson <tasleson> | ||||||
| Component: | yum | Assignee: | Packaging Maintenance Team <packaging-team-maint> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | unspecified | Docs Contact: | |||||||
| Priority: | unspecified | ||||||||
| Version: | 19 | CC: | admiller, ffesti, firas.alkafri, g.kaviyarasu, jonathan, packaging-team-maint, sbueno, tim.lauridsen, vanmeeuwen+fedora, zpavlas | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | x86_64 | ||||||||
| OS: | Unspecified | ||||||||
| Whiteboard: | abrt_hash:36098bea726e5c649a9d8020b1a31e79a78124e3173f5426da1ac4f279b83c33 | ||||||||
| Fixed In Version: | yum-3.4.3-100.fc19 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2013-07-12 03:17:33 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Tony Asleson
2012-11-09 21:44:23 UTC
Created attachment 641846 [details]
File: anaconda-tb-ONA2Xm
See kernel arguments, I enabled fips=1 during install to do some testing. Reproduces every time. fips-specific, huh? This will be fun. Can you please also test with F18 and see if you are hitting it there too? Thanks. I am unable to boot F18 install iso as the kernel panics when I enable fips. Kernel panic - not syncing: Module verification failed with error -126 in FIPS mode. Once that gets resolved, bug 873796 I can give it another try. This message is a reminder that Fedora 17 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 17. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as WONTFIX if it remains open with a Fedora 'version' of '17'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version prior to Fedora 17's end of life. Bug Reporter: Thank you for reporting this issue and we are sorry that we may not be able to fix it before Fedora 17 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior to Fedora 17's end of life. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. Install fails on F19 with fips=1 on the kernel command line, different failure.
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 168, in run
threading.Thread.run(self, *args, **kwargs)
File "/usr/lib64/python2.7/threading.py", line 764, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib64/python2.7/site-packages/pyanaconda/install.py", line 166, in doInstall
payload.postInstall()
File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/livepayload.py", line 148, in postInstall
self._recreateInitrds()
File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/__init__.py", line 572, in _recreateInitrds
for kernel in self.kernelVersionList:
File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/__init__.py", line 374, in kernelVersionList
import yum
File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 58, in <module>
import config
File "/usr/lib/python2.7/site-packages/yum/config.py", line 43, in <module>
from misc import get_uuid, read_in_items_from_dot_dir
File "/usr/lib/python2.7/site-packages/yum/misc.py", line 63, in <module>
print >> sys.stderr, 'Checksum type %s disabled' % repr(ctype)
NameError: name 'sys' is not defined
Created attachment 768512 [details]
Debug data.
I don't think that has anything to do with the original traceback, but the yum guys will still want to see it. yum-3.4.3-100.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/yum-3.4.3-100.fc19 Package yum-3.4.3-100.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing yum-3.4.3-100.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-12658/yum-3.4.3-100.fc19 then log in and leave karma (feedback). yum-3.4.3-100.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. |