Bug 520645 - Bug in filesystem test in level 5
Summary: Bug in filesystem test in level 5
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: sectool
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Maros Barabas
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: RHEL6Sectool
TreeView+ depends on / blocked
 
Reported: 2009-09-01 15:08 UTC by Jiri Koten
Modified: 2009-09-17 13:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-17 13:55:35 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jiri Koten 2009-09-01 15:08:50 UTC
Description of problem:
Running "sectool --level 5 --run filesystem" returns many false errors like "Error: The executable file "/etc/netplug.d/netplug" doesn't belong to any package." 
But this file belogs to net-tools package 
# rpm -qf /etc/netplug.d/netplug
net-tools-1.60-94.fc12.x86_64

Version-Release number of selected component (if applicable):
sectool-0.9.4-2.fc11.i586
fedora-release-11.91-3.noarch (rawhide)

How reproducible: 100%


Steps to Reproduce:
1.#sectool --level 5 --run filesystem

  
Actual results:
false errors complaining that some file doesn't belong to any package.

Expected results:
no false errors

Additional info:

Comment 1 Maros Barabas 2009-09-03 11:24:39 UTC
Aditional info:

Error: The executable file "/home/qe/.gconfd/saved_state" doesn't belong to any package.
Error: The executable file "/var/lib/gdm/.gconfd/saved_state" doesn't belong to any package.
Error: The executable file "/etc/rc.d/init.d/livesys-late" doesn't belong to any package.
Error: The executable file "/etc/rc.d/init.d/livesys" doesn't belong to any package.
Error: The executable file "/var/lib/gdm/.gconfd/saved_state" doesn't belong to any package.

Comment 2 Maros Barabas 2009-09-03 11:29:35 UTC
Packages versions:
sectool-0.9.4-2.fc11.i586
net-tools-1.60-94.fc12.i686
fedora-release-11.91-3.noarch

I've executed "sectool --level 5 --run filesystem" without net-tools errors.


Aditional info:
# rpm -qf /home/qe/.gconfd/saved_state
file /home/qe/.gconfd/saved_state is not owned by any package
# rpm -qf /var/lib/gdm/.gconfd/saved_state
file /var/lib/gdm/.gconfd/saved_state is not owned by any package
# rpm -qf /etc/rc.d/init.d/livesys-late
file /etc/rc.d/init.d/livesys-late is not owned by any package
# rpm -qf /etc/rc.d/init.d/livesys
file /etc/rc.d/init.d/livesys is not owned by any package

Comment 3 Jiri Koten 2009-09-17 13:55:35 UTC
Packages versions:
sectool-0.9.4-1.fc12.x86_64
fedora-release-11.91-3.noarch

No false errors on updated F12 alpha.


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