similar to: [Bridge] Re: ethernet device xmit function is not gettting called

Displaying 20 results from an estimated 1000 matches similar to: "[Bridge] Re: ethernet device xmit function is not gettting called"

2007 Apr 18
2
[Bridge] Bridge code enhancement (link state detection) and bug fix. (patches included).
1. Link state monitoring added. We discovered the following problem with the existing bridge code. The code doesn't monitor the link state of the interfaces. When using two cisco switches with two Linux bridging firewalls the following problem exists. When the Cisco switch that has the blocking (stp) Linux bridge attached dies, the Linux bridge no longer receives stp packets and changes
2007 Apr 18
1
[Bridge] Re: Linux Bridging
On Wed, 13 Apr 2005 10:50:15 +0100 "Andre Santos \(Ecofilmes\)" <andre.santos@ecofilmes.pt> wrote: > Hi there, > > I want to have a computer betwen the internet and the network to see the trafic and control. > I used windows, but its somehow limited, and want to try linux... > I installed Fedora linux in server mode, and now Im trying to put 2 nics in bridge.
2008 Jun 26
1
Gettting barchart titles as numbers not characters
Hi, I wonder if you could help me with my barcharts, I am using the barchart function from the lattice library. I have data like this: Complex,Organisms,Percentage 130,0,50 130,1,10 130,2,20 130,3,15 130,4,5 133,0,10 133,1,15 133,2,20 133,3,50 133,4,5 I draw barcharts using this command...
2007 Aug 30
1
[Bridge] configure linux bridge
dear all: I try to configure a bridge in my embedded linux. I had fininshed these operations below: 1) configure kernel, select the option "802.1d bridge" 2) compile bridge-utils 3) issue these commands: ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 brctl addbr vb brctl addif vb eth0 brctl addif vb eth1 ifconfig vb 192.168.110.24 up
2004 Aug 06
2
OGG123 frozen under certain circumstances while listening at icecast
Hello, ogg123 | ices2 are doing transcoding but ogg123 is staying frozen under certain circumstances here is the stack #0 0x401f25d4 in __pthread_sigsuspend () from /lib/libpthread.so.0 #1 0xbffff94c in ?? () #2 0x401f2398 in __pthread_wait_for_restart_signal () from /lib/libpthread.so.0 #3 0x401eef0b in pthread_cond_wait@GLIBC_2.0 () from /lib/libpthread.so.0 #4 0x0804b0d3 in
2007 Sep 02
0
[Bridge] Linux bridge configure
dear all: I try to configure a bridge in my embedded linux. I had fininshed these operations below: 1) configure kernel, select the option "802.1d bridge" 2) compile bridge-utils 3) issue these commands: ifconfig eth0 0.0.0.0 ifconfig eth1 0.0.0.0 brctl addbr vb brctl addif vb eth0 brctl addif vb eth1 ifconfig vb 192.168.110.24 up
2007 Apr 18
0
[Bridge] Re: Problems using kernel 2.6
On Thu, 4 Nov 2004 11:14:04 +0100 (MET) "Thomas Franke" <thomas-carsten.franke@gmx.de> wrote: > Hi, > > first of all - sorry that I'm contacting directly, but I'm in time > critical situation ... hopefully you can help me. > I'm using SuSE 9.2 kernel 2.6.8-24.3-smp (latest version from suse) > I wanted to bringup a bridge on my machine. After
2007 Apr 18
0
[Bridge] Re: Problems using kernel 2.6
On Thu, 17 Feb 2005 08:21:56 +0100 "Marc Juette" <m.juette@fox-netcenter.de> wrote: > > Hello, I?m writing to you, because i?ve had the same problem with SuSE 9.2 and bridging. I tested a few setting (bridging as module, bridging compiled within Kernel...), but nothing matched. So I decided to install 9.1 and test again. And wow, it worked with only a few command lines:
2007 Apr 18
0
[Bridge] Re: bridge can't get ip by "dhcpcd br0"
On Wed, 16 Jun 2004 17:53:08 +0800 (CST) "vanyew" <vanyew@mail2000.com.tw> wrote: > Dear Stephen, > > I'm a Linux embedded developer. > We want to build the bridge function on our product. > > We use brctl to build the bridge device. > > [root@localhost /]# brctl show > bridge name bridge id STP enabled interfaces >
2004 Aug 06
1
Source deconnection bug in icecast?
Hello, I have a problem with icecast icecast-2.0-kh8: - the source disconnect - icecast didn't notice it - the source cannot reconnect until - the source cannot reconnect (it tries every 8 seconds) - after two hours, the source is able to reconnect Here is the interesting parts of the log files: Thanks for your advices and help. Chris (icecast machine has +3sec in its time, that's
2004 Aug 06
3
Icecast source number problem, ices frozen after reconnect attemps failure (icecastkh13 iceskh48)
Hello, I had a problem with ices kh48 and icecastkh13. I usually restart them by cron at 00:00. ----------1---------- This night, icecast told ices "Too many sources" for radio-bro-gwened.ogg... All right, I've just seen that my config file is wrong for icecast (I have 3 sources): <sources>2</sources> But, with this configuration, I can have 3 sources:
2001 Nov 20
3
Is anybody else gettting these?
I keep getting these smarmy sermons from somebody's mail account. I include my response to it below, though from its message, it probably won't be read. Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn,
2006 Mar 19
2
After Migration dispatch.fcgi not doing its job? Keep gettting the home page
I recently migrated a Rails application. After migration no matter what URL I access within the application, I keep getting the home page. so http://domain.com shows the home page. and so does http://domain.com/blog and also http://domain.com/some/other/url I have routes.rb properly set up (it was working on the old server). I am using RHEL 4 ES with Apache 2 and Fast CGI.
2012 Feb 16
1
Help!!!! Gettting samba core dumps
I transferred a Xen vm that was running on centos 5.7 with samba 3.6.3 to a centos 6.2 bare metal server with one E5502 and 16gig of memory. I have been running Centos for 6 years on different servers for 6 years on several different upgrades. This new server has a dual network card in it. I have samba 3.6.3 on it and here is the smb.conf below: [global] workgroup =
2004 Aug 06
3
Can't listen to a stream from icecast-kh
Hello, I have some troubles with the latest icecast kh. I'm not sure it an icecast problem, but I have no idea... Does someone have an idea about that problem? The thing is that icecast is running on a uml linux. But this worked some weeks ago, then I come back to it, and I can't get it work again... Thanks, Chris <p>stalwook:~$ wget -Sd http://rbg.XXXXnet/radio-bro-gwened.ogg
2007 Apr 18
1
[Bridge] Linux Bridge + STP + VLAN
Hi, we're running the standard linux bridge setup (redundant bridge) for 5 years now. So first of all, thanks to everyone involved for implementing the bridging feature in Linux. Now I'm trying to bridge hosts connected to VLAN'ed Cisco switches using linux bridge. I'm testing the following setup (Kernel 2.6.19, bridge-utils 1.2 on both bridges)
2004 Aug 06
2
testers..
Hello I found that in this version, in the access log, the source log lines are wrong. The number of bytes transfered for the source is always 19 bytes... bla.bla.bla.bla - - [17/Nov/2003:23:25:22 +0100] "SOURCE /radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-Beta2" 13325 bla.bla.bla.bla - - [17/Nov/2003:23:25:52 +0100] "SOURCE /radio-bro-gwened.ogg
2004 Aug 06
2
fallback source give up and returns to original source
Main source: http://radio.stalig.com:443/radio-bro-gwened-ori.ogg reencoded OGG: http://radio.stalig.com:443/radio-bro-gwened-16.ogg http://radio.stalig.com:443/radio-bro-gwened.ogg http://radio.stalig.com:443/radio-bro-gwened-64.ogg reencoded to mp3: http://radio.stalig.com:443/radio-bro-gwened.mp3 (very bad, but mp3 is here just to have some mp3 in case of the listener is under Mac OS9 or
2004 Aug 06
3
Strange change in icecast kh14 for IP logging
Hello, Karl, you added a compile-time flag to enable IP logging in icecast. But, this changed a lot the log procuded: 81.53.41.160 - - [30/Nov/2003:10:09:11 +0100] "GET /admin/metadata HTTP/1.0" 200 155 "-" "ices/0.3 libshout/2.0-kh22" 0 81.53.41.160 - - [30/Nov/2003:11:20:14 +0100] "SOURCE /radio-bro-gwened.mp3 HTTP/1.0" 200 19 "-" "ices/0.3
2004 Aug 06
2
Bug in ices, playlist mode (ices kh47, libshout kh22)
Hello, ices kh48 seems to have some trouble... See the stranges characters avec metadata update. (before, it was written bad address) and also, it is not connecting to icecast: socket error, ... I go back to kh47 for the moment. Chris [2003-11-25 10:45:50] INFO ices-core/main Streamer version IceS 2.0-kh-pre48 [2003-11-25 10:45:50] INFO ices-core/main libshout version 2.0-kh22 [2003-11-25