Bug 1368929
Summary: | [SPEC] systemd adds myhostname option from post script of package | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 7 | Reporter: | Suresh <sgaikwad> | ||||
Component: | systemd | Assignee: | systemd-maint | ||||
Status: | CLOSED ERRATA | QA Contact: | Frantisek Sumsal <fsumsal> | ||||
Severity: | high | Docs Contact: | |||||
Priority: | medium | ||||||
Version: | 7.2 | CC: | bblaskov, carsten.grohmann, dbodnarc, fsumsal, jruemker, jsynacek, oss-os-contact, rskvaril, sreber, s.renatscher, systemd-maint, vchepkov, wayne.johnson, ysoni | ||||
Target Milestone: | rc | Keywords: | EasyFix, Patch | ||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | systemd-219-36.el7 | Doc Type: | If docs needed, set a value | ||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2017-08-01 09:09:52 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: | 1298243, 1380361, 1383699, 1393867 | ||||||
Attachments: |
|
Description
Suresh
2016-08-22 07:10:08 UTC
*** Bug 1383865 has been marked as a duplicate of this bug. *** Created attachment 1261514 [details]
patch
This issue seems to persist even when IPV6 is disabled on RHEL7.3 machine. Steps To reproduce - Red Hat Enterprise Linux Server release 7.3 (Maipo) iptables-1.4.21-17.el7.x86_64 How reproducible: 1) Disable IPV6 on RHEL7.3 machine - # vim /etc/sysctl.d/ipv6.conf net.ipv6.conf.all.disable_ipv6 = 1 #sysctl -p /etc/sysctl.d/ipv6.conf #dracut -f 2) Execute below command - [root@client ~]# getent hosts `uname -n` ::1 client.example.com localhost Any reasons why? Customer need to ascertain why is it so despite of IPV6 disabled on RHEL7.3 Although removing myhostname from nsswitch.conf like described helps. (In reply to Yogita from comment #14) > This issue seems to persist even when IPV6 is disabled on RHEL7.3 machine. This issue has nothing to do with system settings. It's a problem in the spec file and package update. 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-2017:2297 |