Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130556 - udev-087 error an tap creation
Summary: udev-087 error an tap creation
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Greg Kroah-Hartman (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-19 23:54 UTC by Nicola
Modified: 2006-04-21 10:30 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 Nicola 2006-04-19 23:54:29 UTC
after upgrading to udev-087 I see this error when tap devices are created on boot:

udevd-event: rename_net_if: error changing net interface name: Device 
or resource busy

downgrading to udev-079-r1 solves the issue, this is my configuration for tap devices:

config_tap0=( "null" )
config_tap1=( "null" )
config_tap2=( "null" )
config_tap3=( "null" )
bridge_br0="vlan2 tap0 tap1 tap2 tap3"
config_br0=( "10.88.22.251 netmask 255.255.255.0 broadcast 10.88.22.255" )
depend_br0() {
        need net.eth2 net.tap0 net.tap1 net.tap2 net.tap3
}

regards
Nicola
Comment 1 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-20 13:58:29 UTC
Does udev still create the tap device nodes correctly?
Comment 2 Nicola 2006-04-21 05:38:19 UTC
this is a production system, I downgraded udev just after this error, maybe this evening I can make more tests.

Do you think tap devices still works correcty even with this warning?
Comment 3 Greg Kroah-Hartman (RETIRED) gentoo-dev 2006-04-21 10:30:42 UTC
I do not know, as I have no experience with tap/tun devices.

Only you can say if they still work properly for you, do they?