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

Bug 75354

Summary: baselayout-1.11.8 and bridge init script bug
Product: Gentoo Linux Reporter: Gregory Shulov <greg>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Highest    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://forums.gentoo.org/viewtopic.php?t=268949
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 66472    
Attachments: Mark interfaces up when adding to bridge

Description Gregory Shulov 2004-12-22 12:03:51 UTC
when adding bridge interface in /etc/conf.d/net file and running /etc/init.d/net.br0 init script the is problem with putting scoped interfaces in
up state - the script did not do this automaticly ...
Comment 1 Marcello Nuccio 2004-12-31 03:47:53 UTC
I fixed it adding "after bridge" in depend(), so /etc/init.d/net.br0 have:

depend() {
  use hotplug pcmcia
  after bridge
}
Comment 2 Marcello Nuccio 2004-12-31 03:49:49 UTC
... obviously you need to do:

rc-update add bridge default
Comment 3 Marcello Nuccio 2004-12-31 04:14:35 UTC
Ignore my previous post, sorry!
The problem I was talking about is fixed in Bug 65153
Comment 4 Roy Marples (RETIRED) gentoo-dev 2005-01-04 03:01:43 UTC
Created attachment 47564 [details, diff]
Mark interfaces up when adding to bridge

This patch marks the interface up when adding to to bridge.

Please test and report back if it fixes it
Comment 5 george 2005-01-24 12:13:03 UTC
The patch fixes it for me.  Thanks.
Comment 6 Roy Marples (RETIRED) gentoo-dev 2005-01-31 00:01:24 UTC
Fixed by baselayout-1.11.9