Bug 480608 - Starting udev: /sbin/start_udev: line 131: /sbin/restorecon: No such file or directory
Summary: Starting udev: /sbin/start_udev: line 131: /sbin/restorecon: No such file or ...
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: udev
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Harald Hoyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-01-19 13:19 UTC by Adam Tkac
Modified: 2013-04-30 23:42 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-02-05 07:43:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Adam Tkac 2009-01-19 13:19:49 UTC
Description of problem:
There is error message "/sbin/start_udev: line 131: /sbin/restorecon: No such file or directory" written during boot on non-SELinux system.

Version-Release number of selected component (if applicable):
$ rpm -q udev
udev-135-3.fc11.x86_64

How reproducible:
always

Steps to Reproduce:
1. remove SELinux content from system (especially policycoreutils package which contains restorecon utility)
2. reboot system
  
Actual results:
error message

Expected results:
successful start without error message

Additional info:
Patch is pretty simple - call restorecon conditionally if it is present ([ -x /sbin/restorecon ] && /sbin/restorecon <files>)

Comment 1 Adam Tkac 2009-02-05 07:43:17 UTC
Fixed in the latest rawhide builds


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