Bug 149860

Summary: Interface up because of "onboot=no"
Product: Red Hat Enterprise Linux 3 Reporter: Falko Pilz <falko.pilz>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: borgan, karsten, lhh, notting, rvokal, shillman
Target Milestone: ---   
Target Release: ---   
Hardware: s390   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-03-30 21:26:05 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 Falko Pilz 2005-02-28 14:24:10 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de-DE; rv:1.7)
Gecko/20040803 Firefox/0.9.3

Description of problem:
Hello,

we has rebooted the whole s390 LPAR on saturday, for that Linux (I
talking about) it should be the same as an "init 6".

After this server came up, he has the interface eth0:0 up, because of
that "onboot=no" was in /etc/sysconfig/network-scripts/ifcfg-eht0:0.
The matter is, that this interface only should be used when another
server wends down (manual failover). This causes a duplicate
IP-Address and there for a lot of trouble with false public ssh - keys
and so on.
At first I should think nobody was able to bring this interface up by
hand, because at the bootup I was alone and I never touched this
system directly. My application admin says that the trouble starts
directly after the boot.

Regards 

Falko

Version-Release number of selected component (if applicable):
1.60-20

How reproducible:
Always

Steps to Reproduce:
1. service network restart    

Actual Results:  eth0:0 is up and has an IP still exists

Expected Results:  eth0:0 should be waiting for activation

Additional info:

/etc/sysconfig/networking/profiles/default is empty

Comment 4 Radek Vokál 2005-03-30 12:59:52 UTC
Reproduced here, I've got virtual interface eth0:2, ifcfg-eth0:2 contains 

GATEWAY=192.168.1.1
TYPE=Ethernet
DEVICE=eth0:2
HWADDR=00:0f:1f:78:0d:18
BOOTPROTO=none
NETMASK=255.255.255.0
IPADDR=192.168.1.99
IPV6INIT=no
ONBOOT=no
^^^^^^^^^
USERCTL=no
PEERDNS=yes

ifdown eth0:2 stops the interface, but after `service network restart` the
interface is up again. This looks to me like a wrong parsing of the
configuration file, assigning to initscripts.

Comment 6 Bill Nottingham 2005-03-30 21:26:05 UTC
For aliases, ONPARENT=(yes|no) is used.