Bug 1336558
| Summary: | License metadata does not match actual license of code | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Iliana Weller <iweller> |
| Component: | rpcbind | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED ERRATA | QA Contact: | Yongcheng Yang <yoyang> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.9 | CC: | brubisch, dwysocha, jkurik, rhandlin, ryan.d.estep.ctr, steved, swhiteho, xzhou, yoyang |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | rpcbind-0.2.0-16.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-06-19 05:20:00 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1507140 | ||
|
Description
Iliana Weller
2016-05-16 21:13:38 UTC
commit 0f199dfa0f7feac224e9c202b591f69be458e81e
Author: Tom Callaway <spot>
Date: Fri Jul 16 18:00:47 2010 +0000
fix license tag
Can we have a QA ack for this bug? Can we get this fixed now? It seems to be a trivial fix, and I agree that it should be corrected. (In reply to Steve Whitehouse from comment #10) > Can we get this fixed now? It seems to be a trivial fix, and I agree that it > should be corrected. No PM acks... Moving to VERIFIED according to comment #13. Will keep an eye on this regression case. 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://access.redhat.com/errata/RHBA-2018:1901 When updating a RHEL 6 system to the 2.6.32-754.el6.x86_64 kernel, rpcbind failed to start after reboot. I had to manually start the service, despite having it turned on in chkconfig. The version of the package that I was updating rpcbind to was rpcbind-0.2.0-16.el6.x86_64. (In reply to Ryan Estep from comment #18) > When updating a RHEL 6 system to the 2.6.32-754.el6.x86_64 kernel, rpcbind > failed to start after reboot. I had to manually start the service, despite > having it turned on in chkconfig. I cannot reproduce the above issue. Please go ahead to open another bug if it's reproducible. Thanks! My test logs: ~~~~~~~~~~~~~ [root@test-rhel6 ~]# rpm -q rpcbind rpcbind-0.2.0-13.el6.x86_64 ^^^^ [root@test-rhel6 ~]# yum update -y rpcbind >/dev/null [root@test-rhel6 ~]# rpm -q rpcbind rpcbind-0.2.0-16.el6.x86_64 ^^^^ [root@test-rhel6 ~]# chkconfig --list | grep rpcbind rpcbind 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@test-rhel6 ~]# chkconfig rpcbind on [root@test-rhel6 ~]# chkconfig --list | grep rpcbind rpcbind 0:off 1:off 2:on 3:on 4:on 5:on 6:off [root@test-rhel6 ~]# reboot The system is going down for reboot NOW! ... [yoyang@yoyang-pc ~]$ ssh test-rhel6.redhat.com [root@test-rhel6 ~]# service rpcbind status rpcbind (pid 2171) is running... [root@test-rhel6 ~]# rpm -q rpcbind rpcbind-0.2.0-16.el6.x86_64 [root@test-rhel6 ~]# rpm -q kernel kernel-2.6.32-754.el6.x86_64 [root@test-rhel6 ~]# |