Bug 794919

Summary: warning: %post(policycoreutils-sandbox-2.1.10-21.fc17.x86_64) scriptlet failed, exit status 1
Product: [Fedora] Fedora Reporter: Orion Poplawski <orion>
Component: policycoreutilsAssignee: Daniel Walsh <dwalsh>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 17CC: dwalsh, mgrepl
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: policycoreutils-2.1.10-24.fc17 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-02-28 10:53:19 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Orion Poplawski 2012-02-17 22:20:50 UTC
Description of problem:

13:08:44 Installing policycoreutils-sandbox-2.1.10-21.fc17.x86_64
error reading information on service sandbox: No such file or directory
warning: %post(policycoreutils-sandbox-2.1.10-21.fc17.x86_64) scriptlet failed, exit status 1

postinstall scriptlet (using /bin/sh):
if [ $1 -eq 1 ]; then
   /sbin/chkconfig sandbox --add
fi
preuninstall scriptlet (using /bin/sh):
if [ $1 -eq 0 ]; then
   /sbin/chkconfig sandbox --del
fi

There doesn't appear to be a sandbox init script anymore:

[root@vmf17 init.d]# repoquery --whatprovides /etc/rc.d/init.d/sandbox
[root@vmf17 init.d]#

Comment 1 Daniel Walsh 2012-02-20 19:05:11 UTC
Oops.

Fixed in policycoreutils-2.1.10-24.fc17

Comment 2 Fedora Update System 2012-02-23 18:38:41 UTC
policycoreutils-2.1.10-24.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/policycoreutils-2.1.10-24.fc17

Comment 3 Fedora Update System 2012-02-23 22:27:32 UTC
Package policycoreutils-2.1.10-24.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing policycoreutils-2.1.10-24.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-2239/policycoreutils-2.1.10-24.fc17
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-02-28 10:53:19 UTC
policycoreutils-2.1.10-24.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.