I stated the wrong information.
The info at the bottom is from the *non* SMP kernel.
(the SMP kernel won't boot because of the problem stated)
My machine actually is a dual cpu.

So I assume the problem lies in some deadlock or 
a simple misconfiguration on my part.


Other info:

~ # cat
/etc/network/interfaces                                                                
        [root @ gobbles]
# /etc/network/interfaces -- configuration file for ifup(8), ifdown(8)

# The loopback interface
auto lo
iface lo inet loopback

# The first network card - this entry was created during the Debian
installation
# (network, broadcast and gateway are optional)
#auto eth0
#iface eth0 inet static
#       address 192.168.5.30
#       netmask 255.255.255.0
#       gateway 192.168.5.1

auto br0
iface br0 inet static
       address 192.168.5.30
       netmask 255.255.255.0
       gateway 192.168.5.1
       bridge_ports all
       bridge_maxwait 32

~ # aptsh
bridge-utils                                                                           
      [root @ gobbles]
Package: bridge-utils
Priority: optional
Section: net
Installed-Size: 65
Maintainer: Santiago Garcia Mantinan <[EMAIL PROTECTED]>
Architecture: i386
Version: 0.9.5-2


On Mon, 2003-03-17 at 17:24, dmorris wrote:
> I'm having a locking problem with 2.5.65 when initializing the bridge.
> 
> I get something like this:
> br0: port 2(eth1) entering listening state
> br0: port 1(eth0) entering listening state
> <and then something about starting the bridge>
> blah blah (MAXWAIT is 32 seconds)
> .
> 
> and then the system locks entirely.
> it doesnt not respond to any keystrokes, but there is no kernel panic.
> 
> when I remove SMP from the kernel everything works fine.
> I apologize if this is already a well-known bug.
> I briefly looked over the list and didnt see anything.
> Let me know if I can do anything further info.
> 
> thanks,
> -dirk
> 
<snip>
-- 
//* */   dmorris   (* www.neogenen.com *)
main(){int _=0;for(;_!=1687193639&&putchar(" \
[EMAIL PROTECTED]"[abs(_%11)]);_=(_*42913)+115127);}

_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to