Bug 1253587
| Summary: | fix permission of /usr/lib/systemd/system/rtcheck.service | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Jiri Kastner <jkastner> |
| Component: | rtcheck | Assignee: | John Kacur <jkacur> |
| Status: | CLOSED ERRATA | QA Contact: | Jiri Kastner <jkastner> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | bhu |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-11-19 13:22:44 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jiri Kastner
2015-08-14 07:41:47 UTC
[root@mrg-qe-15 ~]# rpm -Va rtcheck [root@mrg-qe-15 ~]# git apply --directory=/lib/systemd/system/ -R rtcheck.patch -p1 warning: /lib/systemd/system/rtcheck.service has type 100755, expected 100644 [root@mrg-qe-15 ~]# rpm -Va rtcheck missing /usr/lib/systemd/system/rtcheck.service [root@mrg-qe-15 ~]# git apply --directory=/lib/systemd/system/ rtcheck.patch -p1 [root@mrg-qe-15 ~]# rpm -Va rtcheck .M.....T. /usr/lib/systemd/system/rtcheck.service [root@mrg-qe-15 ~]# rpm -q rtcheck rtcheck-0.7.7-5.el7.x86_64 Fixed in rtcheck-0.7.7-6 and up Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHEA-2015-2410.html |