[BusyBox 0000880]: ifupdown fails to set hwaddress

bugs at busybox.net bugs at busybox.net
Thu Nov 23 15:09:07 UTC 2006


The following issue has been CLOSED 
====================================================================== 
http://busybox.net/bugs/view.php?id=880 
====================================================================== 
Reported By:                byronclark
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   880
Category:                   Networking Support
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     closed
Resolution:                 open
Fixed in Version:           
====================================================================== 
Date Submitted:             05-24-2006 08:25 PDT
Last Modified:              11-23-2006 07:09 PST
====================================================================== 
Summary:                    ifupdown fails to set hwaddress
Description: 
When using ifup to enable an interface that has a hwaddress line in
/etc/network/interfaces the SIOCSIFHWADDR ioctl fails with a message that
the device is busy.  This happens because all the parameters are sent on a
single ifconfig line and thus the interface is set to an UP state before
the hwaddress portion is processed.
====================================================================== 

---------------------------------------------------------------------- 
 byronclark - 05-24-06 08:27  
---------------------------------------------------------------------- 
busybox-hw-before-up.patch is a diff against r15159 to set the hardware
address before other addresses.  This is very close to the series of
commands used by debian ifup. 

---------------------------------------------------------------------- 
 vda - 11-23-06 07:09  
---------------------------------------------------------------------- 
Fixed in rev 16647 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-24-06 08:25  byronclark     New Issue                                    
05-24-06 08:25  byronclark     Status                   new => assigned     
05-24-06 08:25  byronclark     Assigned To               => BusyBox         
05-24-06 08:26  byronclark     File Added: busybox-hw-before-up.patch           
        
05-24-06 08:27  byronclark     Note Added: 0001380                          
11-23-06 07:09  vda            Status                   assigned => closed  
11-23-06 07:09  vda            Note Added: 0001797                          
======================================================================




More information about the busybox-cvs mailing list