Bug 802119
| Summary: | service network start shows error messages | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Adam Okuliar <aokuliar> |
| Component: | initscripts | Assignee: | initscripts Maintenance Team <initscripts-maint-list> |
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 6.3 | CC: | azelinka, lnykryn, notting |
| Target Milestone: | rc | Keywords: | Regression |
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | initscripts-9.03.30-1.el6 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-06-20 13:09:54 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: | |||
Does http://git.fedorahosted.org/git/?p=initscripts.git;a=commitdiff;h=6ddce805ccecb7f02a31a413c501217336e3791a fix this for you? (It works in brief testing for me.) Hi, Patch works well, no error messages appeared and network was configured correctly. Thanks, Adam verified on Linux redclient-02.rhts.bos.redhat.com 2.6.32-251.el6.x86_64 #1 SMP Fri Mar 9 12:48:43 EST 2012 x86_64 x86_64 x86_64 GNU/Linux rpm -q initscripts initscripts-9.03.30-1.el6.x86_64 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. http://rhn.redhat.com/errata/RHBA-2012-0816.html |
Description of problem: service network start shows error messages Version-Release number of selected component (if applicable): initscripts-9.03.28-1.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1.create network interface configuration file ifcfg-netxen2: DEVICE=netxen2 HWADDR=00:0e:1e:02:05:a6 ONBOOT=yes BOOTPROTO=none IPV6INIT=yes IPADDR=172.16.25.10 NETMASK=255.255.255.0 IPV6ADDR=fd25::10/64 2. create vlan configuration file ifcfg-vlan30 DEVICE=vlan30 ONBOOT=yes BOOTPROTO=none IPV6INIT=yes IPADDR=172.16.32.10 NETMASK=255.255.255.0 IPV6ADDR=fd32::10/64 VLAN=yes VLAN_NAME_TYPE=VLAN_PLUS_VID_NO_PAD PHYSDEV=netxen2 Actual results: # ifup netxen2 Usage: ip addr {add|change|replace} IFADDR dev STRING [ LIFETIME ] [ CONFFLAG-LIST] ip addr del IFADDR dev STRING ip addr {show|flush} [ dev STRING ] [ scope SCOPE-ID ] [ to PREFIX ] [ FLAG-LIST ] [ label PATTERN ] IFADDR := PREFIX | ADDR peer PREFIX [ broadcast ADDR ] [ anycast ADDR ] [ label STRING ] [ scope SCOPE-ID ] SCOPE-ID := [ host | link | global | NUMBER ] FLAG-LIST := [ FLAG-LIST ] FLAG FLAG := [ permanent | dynamic | secondary | primary | tentative | deprecated | CONFFLAG-LIST ] CONFFLAG-LIST := [ CONFFLAG-LIST ] CONFFLAG CONFFLAG := [ home | nodad ] LIFETIME := [ valid_lft LFT ] [ preferred_lft LFT ] LFT := forever | SECONDS # ifup vlan20 Error: either "dev" is duplicate, or "20" is a garbage. Expected results: No error messages during network startup