Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 18328

Summary: Wrong grep with ifconfig in Germany
Product: [Retired] Red Hat Linux Reporter: Need Real Name <oktay.akbal>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-10-04 13:54:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Need Real Name 2000-10-04 13:54:18 UTC
There is a small Problem with the checking of the down-state of
network-interfaces.
in /etc/rc.d/init.d/network and
/etc/sysconfig/network-scripts/network-functions
you do ifconfig... | grep UP  to see if an interface is down. (also 6.x)
This normally works fine, except in Germany (German language) when using
Point-To-Point Connections. There the pointopoint output gets translated to
PUNKTZUPUNKT where UP is contained. So a grep for "UP " or a better
Solution
without grep should be used.

Comment 1 Bill Nottingham 2000-10-04 15:18:15 UTC
Oops. Changed to 'LANG=C grep " UP "', to hit both cases.
This will be in 5.50 when it gets released.