Bug 508551 - tracebacks during setroubleshootd startup (sesearch module not found)
Summary: tracebacks during setroubleshootd startup (sesearch module not found)
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: setroubleshoot
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Thomas Liu
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-06-28 14:35 UTC by Ales Zelinka
Modified: 2009-06-29 15:06 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-29 15:02:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ales Zelinka 2009-06-28 14:35:14 UTC
Description of problem:

From /var/log/setroubleshoot/setroubleshootd.log:

2009-06-28 16:14:56,237 [plugin.ERROR] failed to load bind_ports plugin
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/setroubleshoot/util.py", line 428, in load_plugins
    mod = imp.load_module(module_name, mod_fp, mod_path, mod_description)
  File "/usr/share/setroubleshoot/plugins/bind_ports.py", line 24, in <module>
    from sesearch import *
ImportError: No module named sesearch
2009-06-28 16:14:56,251 [plugin.ERROR] failed to load default plugin
Traceback (most recent call last):
  File "/usr/lib64/python2.6/site-packages/setroubleshoot/util.py", line 428, in load_plugins
    mod = imp.load_module(module_name, mod_fp, mod_path, mod_description)
  File "/usr/share/setroubleshoot/plugins/default.py", line 24, in <module>
    from sesearch import *
ImportError: No module named sesearch
2009-06-28 16:14:56,254 [plugin.ERROR] failed to load restorecon plugin
Traceback (most recent call last):


Version-Release number of selected component (if applicable):
setroubleshoot-server-2.2.9-1.fc12.x86_64
setroubleshoot-plugins-2.1.3-1.fc12.noarch
setroubleshoot-2.2.9-1.fc12.x86_64


How reproducible:
always

Steps to Reproduce:
1. start setroubleshootd

Comment 1 Ales Zelinka 2009-06-28 14:37:14 UTC
Wrong component, sorry.

Comment 2 Thomas Liu 2009-06-29 15:02:49 UTC
This bug has been resolved in the latest version, 2.2.10.  We moved sesearch into the setroubleshoot package but failed to update the import statements in the plugins that used it.


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