Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 97030 - wrong ifup order for xDSL connection at boot time
Summary: wrong ifup order for xDSL connection at boot time
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 9
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2003-06-09 13:21 UTC by bastiaan
Modified: 2014-03-17 02:36 UTC (History)
1 user (show)

Fixed In Version: 7.31-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-09-04 03:25:24 UTC
Embargoed:


Attachments (Terms of Use)

Description bastiaan 2003-06-09 13:21:25 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131

Description of problem:
The initialization order of network interfaces at boot time appears to be
determined by the alfabetical order of the device nicknames. This goes wrong if
you have an for example an xDSL device with a nickname < eth. In that case the
init script will try to start the xDSL device before the underlying ethernet
device. 
The ifcfg-<xDSL-device> has an 'ETH=' entry but it does not appear to be used by
the init scripts.
Unfortunately it's not possible to work around the issue by giving the xDSL
device another nick name: it must be equal to the Access Concentrator name
because PPP will lookup the AC name als 'server' value in /etc/ppp/chap-secrets
and redhat-config-network will put the nickname in that field. The 'ACNAME'
paramter in ifcfg-<xDSL-device> appears to be unused.
 

Version-Release number of selected component (if applicable):
initscripts-7.14-1

How reproducible:
Always

Steps to Reproduce:
1. create an xDSL device with nickname 'abc', with onboot=yes and ethernet
device eth0
2. reboot machine

    

Actual Results:  The xDSL device will fail to start up. On my machine,
subsequently the ethernet device will fail to start up as well, complaining
about not being able to load module 'tulip' (the ethernet device is a tulip
chipset based card)

Expected Results:  It should have started the ethernet device first and then the
xDSL device

Additional info:

This problem may be the sum of several bugs: ideally the nickname can be choosen
freely instead of being equal the the AC name.

Comment 1 Bill Nottingham 2003-09-04 03:25:24 UTC
Changed in 7.31-1; anything with TYPE=xDSL set will be brought up later.


Note You need to log in before you can comment on or make changes to this bug.