Bug 1302818

Summary: Updating the initscripts package to version initscripts-9.03.49-1.el6_7.3 introduced bug in ifdown-eth
Product: Red Hat Enterprise Linux 6 Reporter: Saul Serna <sserna>
Component: initscriptsAssignee: Lukáš Nykrýn <lnykryn>
Status: CLOSED DUPLICATE QA Contact: qe-baseos-daemons
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.7   
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-29 06:22:16 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 Saul Serna 2016-01-28 17:04:48 UTC
Customer reported the following, possible initscript bug:


RHEL 6 x86_64 servers were patched. The initscripts package was updated to initscripts-9.03.49-1.el6_7.3.x86_64.  Following this update, an in house application failed to start and the ability to SSH to the server was lost. 

Investigation showed a bug in the /etc/sysconfig/network-scripts/ifdown-eth file similar to what was reported under https://bugs.centos.org/view.php?id=10095.

Editing line 110 of /etc/sysconfig/network-scripts/ifdown-eth from:

"if [ "${REALDEVICE}" = "${DEVICE}" ]; then" 

to 

"if [ "${REALDEVICE}" != "${DEVICE}" ]; then" 

and restarting the network service restored SSH access and the in house application was able to start normally.

Is this a reported bug for RHEL and package initscripts-9.03.49-1.el6_7.3?

The problem occurs after the initscripts package is updated to version initscripts-9.03.49-1.el6_7.3.

Comment 2 Lukáš Nykrýn 2016-01-29 06:22:16 UTC
Already fixed in https://git.fedorahosted.org/cgit/initscripts.git/commit/?h=rhel6-branch&id=4b627a20f4cce74e00b8f28d135cbbf583e2fa87

*** This bug has been marked as a duplicate of bug 1300971 ***