Bug 135436 - SysVinit's rpm fails to install
Summary: SysVinit's rpm fails to install
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: selinux-policy-targeted
Version: 3
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Daniel Walsh
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-12 18:10 UTC by Roozbeh Pournader
Modified: 2007-11-30 22:10 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-18 20:18:17 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Roozbeh Pournader 2004-10-12 18:10:42 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.3)
Gecko/20040922

Description of problem:
updating SysVinit with "rpm -Uvh" fails with an error.

Version-Release number of selected component (if applicable):
SysVinit-2.85-34

How reproducible:
Always

Steps to Reproduce:
1. download SysVinit-2.85-34.i386.rpm
2. run "rpm -Uvh SysVinit-2.85-34.i386.rpm"

Actual Results:  The installation fails with the following error message: 
error: unpacking of archive failed on file /dev/initctl: cpio:
lsetfilecon failed - Permission denied


Expected Results: SysVinit should install.

Additional info: this may be due to an unclean previous installation
or update of SysVinit, since "rpm -q SysVinit" give no results, but
the files (like /sbin/shutdown) are there, with no ownership by a package.

Comment 1 Daniel Walsh 2004-10-18 20:18:17 UTC
This looks like a very confused install.  You probably have bad policy
and need to relabel.  You can try the following to cleanup

setenforce 0
install system-config-targeted 
touch /.autorelabel 
reboot
That should fix your labeling.  


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