Bug 501870 - util-linux %post scriptlet failed
Summary: util-linux %post scriptlet failed
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: util-linux
Version: 5.4
Hardware: All
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Karel Zak
QA Contact: BaseOS QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-05-21 07:50 UTC by Alexander Todorov
Modified: 2009-09-02 12:03 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-09-02 12:03:57 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2009:1405 0 normal SHIPPED_LIVE util-linux bug fix update 2009-09-01 12:10:13 UTC

Description Alexander Todorov 2009-05-21 07:50:43 UTC
Description of problem:
Installation of util-linux package fails. %post scriptlet exits with status 1

Version-Release number of selected component (if applicable):
util-linux-2.13-0.50.el5.x86_64

How reproducible:
Always (not sure)

Steps to Reproduce:
1. Install a system with the following packages in ks.cfg
%packages --ignoremissing
@development-tools
@development-libs
libxml2-python
ntp
expect
pyOpenSSL
emacs
vim-enhanced
unifdef

  
Actual results:
Installing util-linux-2.13-0.50.el5.x86_64
error: %post(util-linux-2.13-0.50.el5.x86_64) scriptlet failed, exit status 1


Expected results:
Clean install.log

Additional info:

Comment 4 Karel Zak 2009-05-21 10:58:03 UTC
I guess it's the same problem that has been fixed in F-11:

    - /usr/bin/chcon "$SECXT"  /var/log/lastlog >/dev/null 2>&1
    + /usr/bin/chcon "$SECXT"  /var/log/lastlog >/dev/null 2>&1 || :

Comment 10 errata-xmlrpc 2009-09-02 12:03:57 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2009-1405.html


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