search for: getcfg

Displaying 4 results from an estimated 4 matches for "getcfg".

Did you mean: netcfg
2005 Apr 27
23
eth0 & eth1 changing every boot
This is probably a stupid question, but I''m stumped. Practically every time my firewall boots (not often, but still) eth0 and eth1 exchange places (internet and intranet). How do I lock them down? SuSE 9.2, Shorewall 2.2.3. Thanks! Mike- -- Mornings: Evolution in action. Only the grumpy will survive. -- Please note - Due to the intense volume of spam, we have installed site-wide
2005 Jun 13
2
SuSE 9.3 domU /sbin/ifup workaround
Hi all I have a SuSE 9.3 domU. It has a eth0 interface, corresponding to some vif interface in the dom0. Running ifup eth0 doesn''t seem to work. This means I don''t get any network. It seems that /sbin/ifup relies upon /sbin/getcfg but getcfg does not seem to find the right configuration for the eth0 device. A attached a patch below with a work around for this. It''s only a work around, because it patches ifup, but I think the real problem might be with getcfg. If you want to try this patch, I suggest keeping the or...
2005 Nov 08
10
Hotplug script not working
I have problem to start domU with errors: # xm create -c x335-hien1-vm4.cfg Using config file "x335-hien1-vm4.cfg". Error: Device 0 (vif) could not be connected. Hotplug scripts not working in changeset: changeset: 7700:98bcd8fbd5e36662c10becdcd0222a22161bb2b6 tag: tip user: kaf24@firebug.cl.cam.ac.uk date: Tue Nov 8 09:48:42 2005 summary: Fix alloc_skb()
2012 Oct 07
2
[LLVMdev] getting pointer to CFG object for any given C program
...to CFG object if argv[1] = hello.c ? I have seen following places among many in clang/lib or clang/include: llvm-3.1.src/tools/clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp:96 - calls checkASTCodeBody(const Decl *D, AnalysisManager& mgr, BugReporter &BR) if (CFG *cfg = mgr.getCFG(D)) call cfg->dump() llvm-3.1.src/tools/clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp:472 - AnalysisConsumer::HandleCode(Decl *D, AnalysisMode Mode, SetOfConstDecls *VisitedCallees) /usr/home3/rks/llvm/llvm-3.1.src/tools/clang/lib/Analysis/CFG.cpp:3166 - CFG* CFG::buildCFG(cons...