Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 323405 - sys-apps/baselayout-1: networking init script does not warn about missing vconf
Summary: sys-apps/baselayout-1: networking init script does not warn about missing vconf
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-10 08:29 UTC by Michal Margula
Modified: 2010-07-08 03: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 Michal Margula 2010-06-10 08:29:31 UTC
When VLANs are set up in /etc/conf.d/net and no vconfig package is installed,
then sys-apps/baselayout-1.12.13 only sets up non-vlan interface and does not warn the user why it did so.

Reproducible: Always

Steps to Reproduce:
1. Make sure there are no vconfig (emerge -C vconfig)
2. Set up vlan in /etc/conf.d/net, for example:

vlans_eth1=(101)
config_eth1=(
        "172.16.0.1/24"   
)

config_eth1_101=(
        "172.16.101.1/24"
)


3. Run /etc/init.d/net.eth1 restart

Actual Results:  
Sets up 172.16.0.1/24 on eth1 only.

Expected Results:  
Warning about missing net-misc/vconfig
Comment 1 SpanKY gentoo-dev 2010-06-13 01:35:44 UTC
if openrc handles this, no plans to fix things in baselayout-1
Comment 2 William Hubbs gentoo-dev 2010-07-08 03:59:43 UTC
Please test this with openrc and baselayout-2.  If it is still an issue  there, feel free to re-open this bug and let us know.

Thanks,

William