Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 244961 - [eth0] SIOCSIFFLAGS: Cannot assign requested address
Summary: [eth0] SIOCSIFFLAGS: Cannot assign requested address
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-30 12:35 UTC by Maximiliano
Modified: 2008-10-30 17:09 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Maximiliano 2008-10-30 12:35:27 UTC
Legolas-Gentoo mcomerci # /etc/init.d/net.eth0 start
 * Caching service dependencies ...                                       [ ok ]
 * Starting eth0
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address
 *   Bringing up eth0
 *     192.168.10.0
SIOCSIFFLAGS: Cannot assign requested address
SIOCSIFFLAGS: Cannot assign requested address                             [ !! ]





Reproducible: Always

Steps to Reproduce:
1./etc/init.d/net.eth0 start
2.
3.

Actual Results:  
SIOCSIFFLAGS: Cannot assign requested address

Expected Results:  
 *   Bringing up eth0            [ ok ]


# cat /etc/conf.d/net
modules_wlan0=( "wpa_supplicant" )
wpa_supplicant_wlan0="-Dwext" # For Generic Wireless
wpa_timeout_wlan0=60

modules_eth0=( "ifconfig" )
config_eth0=( "192.168.10.0 broadcast 192.168.10.255 netmask 255.255.255.0" )
Comment 1 Roy Marples 2008-10-30 15:44:59 UTC
eth0 is not a valid Ethernet interface

Attach output of
ip l show eth0
or
ifconfig eth0
Comment 2 Maximiliano 2008-10-30 17:09:50 UTC
Hi Roy,
      I recompile baselayout (emerge -a sys-apps/baselayout) and when I rebooted the machine the interface got up OK!!,

Thanks very much for your help,

Max


(In reply to comment #0)
> Legolas-Gentoo mcomerci # /etc/init.d/net.eth0 start
>  * Caching service dependencies ...                                       [ ok
> ]
>  * Starting eth0
> SIOCSIFFLAGS: Cannot assign requested address
> SIOCSIFFLAGS: Cannot assign requested address
> SIOCSIFFLAGS: Cannot assign requested address
>  *   Bringing up eth0
>  *     192.168.10.0
> SIOCSIFFLAGS: Cannot assign requested address
> SIOCSIFFLAGS: Cannot assign requested address                             [ !!
> ]
> 
> 
> 
> 
> 
> Reproducible: Always
> 
> Steps to Reproduce:
> 1./etc/init.d/net.eth0 start
> 2.
> 3.
> 
> Actual Results:  
> SIOCSIFFLAGS: Cannot assign requested address
> 
> Expected Results:  
>  *   Bringing up eth0            [ ok ]
> 
> 
> # cat /etc/conf.d/net
> modules_wlan0=( "wpa_supplicant" )
> wpa_supplicant_wlan0="-Dwext" # For Generic Wireless
> wpa_timeout_wlan0=60
> 
> modules_eth0=( "ifconfig" )
> config_eth0=( "192.168.10.0 broadcast 192.168.10.255 netmask 255.255.255.0" )
>