Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 300154 - sys-apps/baselayout-1.12.13: should start eth0 even if wlan0 is wrongly configured
Summary: sys-apps/baselayout-1.12.13: should start eth0 even if wlan0 is wrongly confi...
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-08 12:00 UTC by Toralf Förster
Modified: 2010-02-04 20:59 UTC (History)
0 users

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 Toralf Förster gentoo-dev 2010-01-08 12:00:08 UTC
having unmerged wpa_supplicant and restarted net.eth0 gaves an error due to missing  files. However this should not prevent the network scritps to start the ethernet. Here's the relevant section of /etc/conf.d/net :

#       WLAN
#           
modules=( "wpa_supplicant" )
wpa_supplicant_eth0="-Dmadwifi"
preferred_aps=( "<my company>" )         

config_wlan0=("dhcp" )
dhcp_wlan0="nontp"    
dhcpcd_wlan0="-L -t 16 -h <hostname>"


Reproducible: Always
Comment 1 SpanKY gentoo-dev 2010-01-09 03:09:42 UTC
did you set RC_NET_STRICT_CHECKING ?

at any rate, we're probably not going to do anything with this in baselayout-1
Comment 2 Toralf Förster gentoo-dev 2010-01-09 08:27:35 UTC
(In reply to comment #1)
> did you set RC_NET_STRICT_CHECKING ?
> 
> at any rate, we're probably not going to do anything with this in baselayout-1
> 

tfoerste@n22 ~ $ grep ^RC_NET_STRICT_CHECKING /etc/conf.d/rc
RC_NET_STRICT_CHECKING="no"
Comment 3 William Hubbs gentoo-dev 2010-02-03 22:06:59 UTC
I am closing this per comment #1.  Please upgrade to baselayout-2 and openrc, then re-open this bug if the issue exists there.

Thanks,

William
Comment 4 Toralf Förster gentoo-dev 2010-02-04 20:59:47 UTC
well, does this mean, that -2 will become stable soon ?