similar to: [Bridge] Dead loop on virtual device - how to interpret it ?

Displaying 20 results from an estimated 2000 matches similar to: "[Bridge] Dead loop on virtual device - how to interpret it ?"

2007 Apr 18
1
[Bridge] Dead loop: "bridge ended up including itself"
Hello List, some time ago i already asked this, in the meanwhile i did not found a solution nor i have any idea why this happens. Scenario: Every now and then i get this urgent warning: 1 Time(s): Dead loop on virtual device br0, fix it urgently! Stephen Hemminger wrote (16.08.2006 20:09) this: > It looks like a bridge ended up including itself some how. Its for me unclear when this
2010 May 15
9
Age of Empires doesn't start
Hi. I've been trying to make AoE (I or II) work on Ubuntu 9.10 and 10.04, with Wine 1.1.37 (more recent versions don't start Civ4, and I prefer to play Civ4 than AoE ;-) The installation works fine, but the game crashes with the famous "We are sorry" window. This is a trace of a terminal start : nico at gaston:~/.wine/drive_c/Program Files/Microsoft Games/Age of Empires II$
2000 Jul 13
2
R_memory/Question
Bonjour, Je voudrais savoir comment on peut modifier les capacit?s de m?moire pour le logiciel R, car j'ai un probl?me pour lire un tableau contenant 200000 observations et 30 variables. Je vous remercie d'avance pour toute aide ?ventuelle. Cordialement, Steffy.Ruiz at wanadoo.fr -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Apr 18
4
[Bridge] [PATCH/RFC] Let {ip, arp}tables "see" bridged VLAN tagged {I, AR}P packets
Hi all, The patch below does four trivial changes and one big change Trivial changes, these are all in br_netfilter.c: - check ar_pln==4 when giving bridged ARP packets to arptables - delete unnecessary if in br_nf_local_in - add more logging for the "Argh" message - add some brag-comments in the file head comment Big change: let {ip,arp}tables see VLAN tagged {I,AR}P packets. This
2009 May 29
3
[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
Various drivers do skb_orphan() because they do not free transmitted skbs in a timely manner (causing apps which hit their socket limits to stall, socket close to hang, etc.). DaveM points out that there are advantages to doing it generally (it's more likely to be on same CPU than after xmit), and I couldn't find any new starvation issues in simple benchmarking here. This patch adds
2009 May 29
3
[PATCH 1/4] net: skb_orphan on dev_hard_start_xmit
Various drivers do skb_orphan() because they do not free transmitted skbs in a timely manner (causing apps which hit their socket limits to stall, socket close to hang, etc.). DaveM points out that there are advantages to doing it generally (it's more likely to be on same CPU than after xmit), and I couldn't find any new starvation issues in simple benchmarking here. This patch adds
2006 Feb 28
1
QoS in Linux
Hello All, I am interested in QoS provided by Linux, when I looked into IP header I came accross ToS field, also while going more into detail about QoS I found that the QoS based on ToS is serviced thru DiffServ which in turn gives more priority to packets with higher value is ToS field, but I am not able to understand when we finally call dev->hard_start_xmit routine of underlying device
2011 Jan 04
1
isolinux, extlinux and accented characters
Hello, First of all, thanks very much for this piece of software, it's working like a charm. I'm using it to boot a Linux distro I'm working on. What I want to deal with is the display of accented characters in ISOLINUX. First, I set EXTLINUX up to boot an ext2-formatted USB stick. No problem so far. I wrote a config file ordering to load a font (lat-9w) to display french
2008 Jul 04
1
UTF-8 support in PCRE
How do I get utf-8 support with PCRE? I am having problems building lucene index using Zend_Lucene. I get the following error PHP Notice: iconv(): Detected an illegal character in input string in /var/www/ZendFramework-1.5.2/library/Zend/Search/Lucene/Analysis/Analyzer/Common/Text.php on line 56 Thanks in advance. Regards, Amitava Shee -------------- next part -------------- An HTML
2003 Feb 19
2
IMQ device problems with iptables: dead looping?
Hello, I am using the IMQ with iptables (latest versions) and asking all packets to be enqueued to IMQ0 from both prerouting and postrouting (using different iptables rules to mark different streams). When I do this I get the kernel saying: "Dead loop on netdevice imq0, fix it urgently!" and communications stop intermittently. If I remove the jump from either preroute or postroute it
2009 Oct 14
1
problem when resizing graphics devices
Dear R users, When I try to resize a graphics device in R, I often get this warning message (mostly when I already have several other graphics devices open) : "Not enough memory to modify the size. Alpha blending is desactivated" (translation from the french message: "Mémoire insuffisante pour modifier la taille. L'"alpha blending" est désactivé"). Following
2009 Nov 13
2
openSuse 11.2 and dahdi-linux
OK, I know it's only just out today but this is what I get when compiling dahdi-linux. make -C drivers/dahdi/firmware firmware-loaders make[1]: Entering directory `/usr/src/dahdi-linux-2.2.0.2/drivers/dahdi/firmware' make[1]: Leaving directory `/usr/src/dahdi-linux-2.2.0.2/drivers/dahdi/firmware' make -C /lib/modules/2.6.31.5-0.1-default/build
2007 Apr 18
6
[Bridge] No UDP NFS over bridges in Linux 2.6.16.x?
Hi, I have 2 servers which are connected to a gateway machine. The gateway and one server are running Linux 2.6.16.2, while the third machine is running 2.6.16.5. The two ethernet ports on the gateway which are connected to the servers are combined into a single ethernet bridge device. Ever since 2.6.16, I have noticed that I can no longer cross-mount the two servers' /home directories via
2009 Feb 25
2
SheevaPlug Development Kit
Hello everyone, I just ordered one of these: http://www.marvell.com/products/embedded_processors/developer/kirkwood/sheevaplug.jsp Just over $110 with shipping but they are expecting the price to come down quite a bit: - 1.2Ghz ARM5 - 512MB RAM - Multiple flash storage options - Gigabit ethernet - USB 2.0 - 5 watt power usage They probably won't be shipping until late March but I
2008 Aug 01
3
Xen Networking problem!
Hi, I ''ve got a CentOS 5.2 server running xen 3.0 with 2 DomUs also running CentOS 5.2. All my boxes are up-to date. I''m experiencing trouble with networking. Dom0 can reach the outside world when no DomU are started. It can also reach the outside world when only one DomU is running. The troubles begin when I start the second DomU. At first, this new DomU, called DomU2,
2012 Aug 08
3
Fill pattern for Boxplots?
Is it possible to fill the boxes of a boxplot with filling patterns/texture instead of colours? Or both mixed? (for example white, grey, left diagonal striped, right diagonal striped) How can I do that? I searched here, but didn't find an answer. Thank you! -- View this message in context: http://r.789695.n4.nabble.com/Fill-pattern-for-Boxplots-tp4639698.html Sent from the R help mailing
2019 Dec 20
3
What's the go-to method to call other transform passes in LLVM9?
Hi: In my in-house transform passes I needs to properly lower Switch/Invoke and PhiNodes, prior to LLVM9 I just call createLowerSwitchPass() and run it. However in LLVM9 doing this would assert out with error message:    Assertion failed: (Resolver && "Pass has not been inserted into a PassManager object!"), function getAnalysis, file
2015 Mar 31
21
[Bug 89842] New: Nvidia nouveau drivers hangs all gnome when open the new legacy tray in 3.16.0
https://bugs.freedesktop.org/show_bug.cgi?id=89842 Bug ID: 89842 Summary: Nvidia nouveau drivers hangs all gnome when open the new legacy tray in 3.16.0 Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: critical Priority: medium
2011 May 06
0
MS Office 2007, memory issue
Hi all, i'm pretty new on linux and definitly new on wine, though i got to install MS Office (you'll see why below) using the tuturial on the french hubuntu official website (yes i'm french..) Right, so the installation went well, first start was a bit odd but now excel and word start well i installed it cause i work (at work) on windows 7 with Office 2007, and do some macros using
2013 May 24
7
Display borked when loading FONT
Hello, I am a happy user of syslinux since 3.x. I've been able to load a font to display French accented charecters since then, but it not the case anymore, as problems have started to raise with syslinux 5.x. program : EXTLINUX, ISOLINUX (same behaviour) In extlinux.conf, the culprit is : FONT=lat9w16 This font is taken from 'kbd' package, named lat9w-16.psfu. It contains a