Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 464360 - sys-apps/openrc-0.11.8: can't start vlan interface
Summary: sys-apps/openrc-0.11.8: can't start vlan interface
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Hosted Projects
Classification: Unclassified
Component: OpenRC (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: OpenRC Team
URL:
Whiteboard: openrc:oldnet
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 14:13 UTC by Alexandr Tiurin
Modified: 2013-04-05 21:11 UTC (History)
0 users

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


Attachments
emerge --info (emerge-info,14.06 KB, text/plain)
2013-04-03 14:14 UTC, Alexandr Tiurin
Details
debug vlan start (debug_vlan_start,43.98 KB, text/plain)
2013-04-03 14:15 UTC, Alexandr Tiurin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandr Tiurin 2013-04-03 14:13:40 UTC
After upgrade udev to version 200 opentc can't start vlan interface.

drbd1 ~ # /etc/init.d/net.vlan21  start
 * Bringing up interface vlan21
 *   ERROR: interface vlan21 does not exist
 *   Ensure that you have loaded the correct kernel module for your hardware
 * ERROR: net.vlan21 failed to start

drbd1 ~ # cat /etc/conf.d/net
config_eth0="dhcp"
config_eth1="172.24.24.1/24"
config_eth2="192.168.222.2/24"
vlans_eth2="21"
config_vlan21_name="vlan21"
config_vlan21="192.168.10.10/24"
vlan_start_eth2="no"
rc_net_vlan21_need="net.eth2"





Reproducible: Always
Comment 1 Alexandr Tiurin 2013-04-03 14:14:40 UTC
Created attachment 344236 [details]
emerge --info
Comment 2 Alexandr Tiurin 2013-04-03 14:15:17 UTC
Created attachment 344238 [details]
debug vlan start
Comment 3 Alexandr Tiurin 2013-04-03 14:17:33 UTC
Comment on attachment 344236 [details]
emerge --info

Switch to text/plain
Comment 4 Alexandr Tiurin 2013-04-05 21:11:49 UTC
This is my mistake. Wrong config_vlan21_name. Must be eth2_vlan21_name. Sorry.