Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75354 - baselayout-1.11.8 and bridge init script bug
Summary: baselayout-1.11.8 and bridge init script bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: Gentoo's Team for Core System packages
URL: http://forums.gentoo.org/viewtopic.ph...
Whiteboard:
Keywords:
Depends on:
Blocks: 66472
  Show dependency tree
 
Reported: 2004-12-22 12:03 UTC by Gregory Shulov
Modified: 2005-01-31 00:01 UTC (History)
0 users

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


Attachments
Mark interfaces up when adding to bridge (bridge.patch,385 bytes, patch)
2005-01-04 03:01 UTC, Roy Marples (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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