search for: duts

Displaying 20 results from an estimated 25 matches for "duts".

Did you mean: dots
2006 May 24
0
poor performance for building route cache
I did a test shown as following diagram. (The DUT is running Linux with NAPI ethernet driver.) I add 1000 routes into DUT then use the Smartbits port1 to send packets (with destinations to all the 1000 networks) to the DUT then receive them back from the port 2. The packets are sending in a rate that is much lower than half of throughput of the DUT. The DUT will lose some packets if the DUT has
2018 Mar 16
2
How to get c++ function demangled name without parameters.
Hi all, We know that 'ItaniumDemangle' has been added into llvm lib to resolve demangling related issues. And if we dump mangled function name '_Z3duti' into 'char *llvm::itaniumDemangle(const char *mangled_name, char *buf, size_t *n, int *status)', we will get 'dut(int)'. So my question is: How can I just get the function name 'dut' without parameters,
2018 Mar 16
0
How to get c++ function demangled name without parameters.
Hi Fangqing, llvm::itaniumDemangle() doesn't yet provide this functionality, but I'm working on adding it in now for the LLDB folks (http://lists.llvm.org/pipermail/lldb-dev/2018-January/013186.html). I should have a patch up Very Soon! If you would like I can CC you to it. Thanks, Erik On 2018-03-16 2:15 PM, Fangqing Du via llvm-dev wrote: > Hi all, > > We know that
2016 Aug 28
3
Need ISDN call generator
Hi To troubleshoot FreeBSD panics triggered by ISDN load on an asterisk system, we are looking to buy an ISDN call generator/simulator device. The minimum requirements include: - Not too expensive - PRI support (BRI support is a plus) - CCS+CRC4 farming + HDB3 coding - EuroISDN (DSS1) support. - A minimum of 4 ports (120 channels/concurrent calls) - Compatibility with Digium cards. - DUT in TE
2008 Jul 05
1
compiling 3.2.0 on freebsd 7.0 release fails
...t -I/include -I/usr/disk1/samba-3.2.0/source/lib -D_SAMBA_BUILD_=3 -fPIC -DPIC -c libsmb/libsmb_cache.c -o libsmb/libsmb_cache.o gmake: *** [libsmb/libsmb_cache.o] Error 1 I'd run configure like this: LDFLAGS="-L/opt/lib" ./configure --prefix=/opt --enable-cups uname -a: FreeBSD duts.intranet.erje.net 7.0-RELEASE-p1 FreeBSD 7.0-RELEASE-p1 #0: Thu May 1 18:19:15 CEST 2008 root@duts.intranet.erje.net:/usr/obj/usr/src/sys/DUTS i386 Any help or insight ? Compiling/making 3.0.29 this way ran okay, last week. Regards, Robert
2013 Sep 10
4
[Bug 850] New: DNAT applied even after deleting the IP Tables DNAT Rule
https://bugzilla.netfilter.org/show_bug.cgi?id=850 Summary: DNAT applied even after deleting the IP Tables DNAT Rule Product: iptables Version: 1.4.x Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: iptables AssignedTo: netfilter-buglog at
2013 Jul 18
1
Samba4 and classicupgrade and winbind
Hi, I found the source of my problem with set_nt_acl_no_snum: fset_nt_acl returned NT_STATUS_INVALID_OWNER (I hope). The problem is dut to winbind. In my ldap tree, I have uid and gid. Why samba 4 don't use theses informations ? In attached file : output of classic-upgrade (debug level 5) I don't want to use winbind. I just want to use pam_ldap or nslcd for have unix information
2008 Oct 28
1
Sweave Error
dear R users, I am using sweave to generate report for my data analysis. I recently updated R ro 2.8.0, and now I have the following results when compile the the tex file generated from R. This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6) %&-line parsing enabled. entering extended mode (./Lajos.tex LaTeX2e <2005/12/01> Babel <v3.8h> and hyphenation patterns for english,
2013 Jun 25
1
[LLVMdev] [icFuzz] Help needed with analyzing randomly generated tests that fail on clang 3.4 trunk
Hi Karen, Thanks much for your comment and for sharing of your experience. icFuzz has a core that is "really" random, but does not cover the entire C space. The tool was designed from scratch to be extensible, and comes with a couple of extensions that target some of compiler optimizations optimizing compilers typically do: CSE, loop interchange, vectorization, etc. But even in the case
2009 May 03
0
[LLVMdev] PointerIntPair causing trouble
On 1-May-09, at 8:35 PM, Chris Lattner wrote: > I still don't understand why this is a problem, but I decreased the > default to 2 bits. Please verify that this helps, I think I've figured out what's going on, and why no assertions are caused by this. It doesn't necessarily have anything to do with User* pointer alignment per se (although I believe that could still
2009 May 02
2
[LLVMdev] PointerIntPair causing trouble
On May 1, 2009, at 3:40 PM, Stefanus Du Toit wrote: > Hi Nicolas, > > Looks like Preston and I have found the cause of the problem. The > issue is with PointerLikeTypeTraits<T*>::NumLowBitsAvailable. This > is set to 3, which basically assumes that unless the traits are > specialized for a particular pointer type, objects of that type are > allocated with
2016 Dec 14
4
Samba on Debian 8: ADS domain questions
Hai, Thats a setup i really dont advice. Should work, but expect problems. You can happy run both in VMs. Can you explain maybe why your setting up like this, so we can maybe help you to get a better setup? Greetz, Louis > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Stefan G. > Weichinger via samba > Verzonden: woensdag 14
2009 Apr 16
2
there are fontencoding problem in Sweave
I want write article by russian language using Sweave. For cyrillic text LaTeX use T2A encoding \usepackage[T2A]{fontenc} But in Sweave.sty we find: \RequirePackage[T1]{fontenc} It is source of critical problem. For example Rnw file $ cat estimation.Rnw \documentclass[A4paper]{article} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[russian,english]{babel}
2009 May 03
2
[LLVMdev] PointerIntPair causing trouble
On 3 Mai, 18:56, Stefanus Du Toit <stefanus.dut... at rapidmind.com> wrote: > On 1-May-09, at 8:35 PM, Chris Lattner wrote: > > > I still don't understand why this is a problem, but I decreased the > > default to 2 bits.  Please verify that this helps, > > I think I've figured out what's going on, and why no assertions are   > caused by this. It
2014 Dec 19
0
[LLVMdev] Newbee question: LLVM backend regression tests for thumb1 targets on simulator possible?
Am 19.12.2014 11:00, schrieb Renato Golin: > On 18 December 2014 at 04:02, Tim Northover <t.p.northover at gmail.com> wrote: >>> You have some special version of qemu? My default distribution's qemu >>> package did not have a cortex-M0 nor has qemu head freshly taken from git: >> The trouble with Cortex-M0 (from a virtualised testing perspective) is >>
2007 Jun 07
0
Ferret::Analysis::StemFilter documentation bug
"nl" selects the dutch stemming algorithm, "no" selects the norwegian (as one would expect). there''s no inconsistency, which the documentation would suggest (using "dut" and "nld" for dutch stemming, "nl" or "no" for norwegian). this is on ferret 0.11.4 at least, i didn''t check earlier versions. phillip -- Posted
2016 Dec 14
0
Samba on Debian 8: ADS domain questions
Hi Stephan, I commented inbetween. > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens Stefan G. > Weichinger via samba > Verzonden: woensdag 14 december 2016 13:19 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba on Debian 8: ADS domain questions > > Am 2016-12-14 um 12:26 schrieb L.P.H. van Belle via samba:
2009 Apr 16
0
there are fontencoding problem in Sweave
On 4/16/2009 10:29 AM, ?????? n/a wrote: > I want write article by russian language using Sweave. For cyrillic text > LaTeX use T2A encoding > > \usepackage[T2A]{fontenc} > > But in Sweave.sty we find: > > \RequirePackage[T1]{fontenc} > > It is source of critical problem. > > For example Rnw file > > $ cat estimation.Rnw > >
2016 Aug 29
2
Need ISDN call generator
On 2016-08-29 12:28, Eric Klein wrote: > Hi Hooman, > > What you probably want is a PRI PBX running Asterisk. > > You should either plan to build your own (with the cards you need) or get one of the low cost options: > > * Allo.com has their Mega PBX with 1 PPR port (http://allo.com/megapbx-line.html) > * Pika Tech has the Warp PBX with BRI
2016 Dec 14
2
Samba on Debian 8: ADS domain questions
You miss read mathias ;-)   >This can be solved very easily booting VMs in the right order and possibly adding latency between VMs launches. The Guest DC is on fysical server where the member is also.   How are you going to boot the GUEST os before the HOST os, on the same server. This cant be done..   Or did i miss read the question..   Greetz,   Louis       Van: mathias