Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 464360

Summary: sys-apps/openrc-0.11.8: can't start vlan interface
Product: Gentoo Hosted Projects Reporter: Alexandr Tiurin <alexanderyt>
Component: OpenRCAssignee: OpenRC Team <openrc>
Status: RESOLVED INVALID    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard: openrc:oldnet
Package list:
Runtime testing required: ---
Attachments: emerge --info
debug vlan start

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.