Bug 575424
| Summary: | [abrt] crash in livecd-tools-031-1.fc12.1: creator.py:404:__sanity_check:CreatorError: SELinux requested but not enabled on host | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Ishan Girdhar <ishan.inbox> | ||||
| Component: | livecd-tools | Assignee: | David Huff <dhuff> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 12 | CC: | bruno, katzj, wtogami | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | abrt_hash:e6f11541 | ||||||
| Fixed In Version: | livecd-tools-034-7.fc14 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2010-09-16 03:48:26 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: |
|
||||||
Created attachment 401469 [details]
File: backtrace
This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. livecd-tools-034-1.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/livecd-tools-034-1.fc14 livecd-tools-034-2.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update livecd-tools'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/livecd-tools-034-2.fc14 livecd-tools-034-7.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/livecd-tools-034-7.fc14 livecd-tools-034-7.fc14 has been pushed to the Fedora 14 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update livecd-tools'. You can provide feedback for this update here: https://admin.fedoraproject.org/updates/livecd-tools-034-7.fc14 livecd-tools-034-7.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report. |
abrt 1.0.8 detected a crash. architecture: i686 cmdline: /usr/bin/python -tt /usr/bin/livecd-creator --config=/usr/share/spin-kickstarts/fedora-livecd-desktop.ks --fslabel=Fedora-LiveCD --cache=/var/cache/live component: livecd-tools executable: /usr/bin/livecd-creator kernel: 2.6.32.9-70.fc12.i686.PAE package: livecd-tools-031-1.fc12.1 reason: creator.py:404:__sanity_check:CreatorError: SELinux requested but not enabled on host release: Fedora release 12 (Constantine) backtrace ----- creator.py:404:__sanity_check:CreatorError: SELinux requested but not enabled on host Traceback (most recent call last): File "/usr/bin/livecd-creator", line 140, in <module> sys.exit(main()) File "/usr/bin/livecd-creator", line 114, in main creator = imgcreate.LiveImageCreator(ks, name, fs_label) File "/usr/lib/python2.6/site-packages/imgcreate/live.py", line 47, in __init__ LoopImageCreator.__init__(self, *args) File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line 800, in __init__ ImageCreator.__init__(self, ks, name) File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line 76, in __init__ self.__sanity_check() File "/usr/lib/python2.6/site-packages/imgcreate/creator.py", line 404, in __sanity_check raise CreatorError("SELinux requested but not enabled on host") CreatorError: SELinux requested but not enabled on host Local variables in innermost frame: self: <imgcreate.live.x86LiveImageCreator object at 0x8ffa54c>