search for: ittc

Displaying 20 results from an estimated 23 matches for "ittc".

Did you mean: itc
1999 Apr 21
0
[MAILER-DAEMON@biostat.ku.dk: Returned mail: /home/sfe1/r-bugs/.forward: line 1: "|/home/sfe1/r-bugs/bin/new_message Rnew"... User r-bugs@biostat.ku.dk doesn't have a valid shell for mailing to programs] (PR#170)
.... This was the result of an online bug submission via http://r-bugs.biostat.ku.dk/cgi-bin/R. pete --rwEMma7ioTxnRzrJ Content-Type: message/rfc822 Content-Description: Forwarded message from Mail Delivery Subsystem <MAILER-DAEMON@biostat.ku.dk> Return-Path: <> Received: from stephens.ittc.ukans.edu (stephens.ittc.ukans.edu [129.237.125.220]) by fury.ittc.ukans.edu (8.8.7/8.8.7) with ESMTP id GAA11879 for <pwhiting@fury.ittc.ukans.edu>; Wed, 21 Apr 1999 06:35:58 -0500 Received: from gate1.sprintlink.net (gate1.sprintlink.net [199.0.233.2]) by stephens.ittc.ukans.edu (8.9.1/8...
2017 Feb 06
2
Compiling Dovecot on Solaris 10
...test-http-server-errors.c:594 main.c:63 director.c:1445 director.c:1448 imap-client.c:253 director.c:1445 director.c:1448 mail-stats.c:56 Is this an old compiler issue or something else? Timo Sirainen <tss at iki.fi> ra??: > On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote: >> >> Hello, >> >> I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: >> test-ioloop.c: In function `test_ioloop_pending_io': >> test-ioloop.c:188: error: size of array `type name' is negative > > Change NULL...
2006 Apr 16
9
how to do probabilistic packet loss in kernel?
Hi, I am using iproute2 to setup fowarding, adding routes like "ip route add 192.168.1.3 via 192.168.1.2" I was wondering where in the kernel I can insert probabilistic packet loss only for forwarded packets? So that for instance I can drop 5% of all forwarded packets? I don''t need help with the actual code, just need help finding where to insert this code :) Thanks! George
2004 Aug 10
2
netlink api
Hey all, I''m looking for more detailed info on the netlink api. I''ve read Andi Kleen''s man pages (which describe themselves as lacking and incomplete), rfc3549 -- Linux Netlink as an IP Services Protocol (which was a nice general overview, but lacking in implementation detail), both the iproute2/ip/tc source and the kernel source (which have no usable
2017 Feb 02
6
Compiling Dovecot on Solaris 10
Hello, I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: test-ioloop.c: In function `test_ioloop_pending_io': test-ioloop.c:188: error: size of array `type name' is negative My configuration is like this: Install prefix . : /usr/local File offsets ... : 64bit I/O polling .... : poll I/O notifys .... : none SSL ............ : yes (OpenSSL) GSSAPI ......... : no
2017 Feb 05
0
Compiling Dovecot on Solaris 10
On 2 Feb 2017, at 19.38, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote: > > Hello, > > I am tying to compile Dovecot 2.2.27 on Solaris 10, and I get this error: > test-ioloop.c: In function `test_ioloop_pending_io': > test-ioloop.c:188: error: size of array `type name' is negative Change NULL to (void *)NULL in that line.
2017 Feb 06
0
Compiling Dovecot on Solaris 10
On 6 Feb 2017, at 17.06, Mantas Gegu?is <mantas.geguzis at ittc.vu.lt> wrote: > > Hello, > > thank You, this solution worked too. But had to do same thing for those files: > > test-http-client-errors.c:388 > test-http-client-errors.c:484 > test-http-client-errors.c:556 > test-http-client-errors.c:636 > test-http-server-errors...
2003 Feb 17
0
home directory mapping can cause strange Windows errors
...e SETUPAPI.DLL is the only one, in which case lucky me). If you come across an unexplainable Windows error in the future, try changing the location of your [homes] share to a temporary empty directory or see if you have any dll's in that share. -- Michael Hulet Network System Administrator ITTC, University of Kansas
2004 Sep 24
0
Netspec
Hi All, I hope I am not being off-topic. I need to emulate real application traffic (VoIP, Video, ftp) and use it to measure end-to-end application performance. I have noticed Netspec is one such tool. Does anyone have it? It used to open-source and available on http://www.ittc.ku.edu/netspec/. Its no longer there. I need it for testing of end-to-end application performance on my MPLS test-bed. It emulates many application traffic like MPEG, VoIP, FTP and measure their end-to-end performance. And this is what I need to do. I can use traffic generators (like TG) for...
2003 Aug 16
0
offset mask usage in u32 filter
...fragmented frame # Use protocol as hash key $TC filter add dev eth1 parent 1:0 prio 5 handle ::1 u32 ht 800:: \ match ip nofrag \ offset mask 0x0F00 shift 6 \ hashkey mask 0x00ff0000 at 8 \ link 1: Also, identical usage is shown in an example in Linux - Advanced Networking Overview: http://qos.ittc.ku.edu/howto/node48.html I could find no explanation of this usage in LARTC, and specifically, Section 12.4 on Hashing filters does not use it. Searches of the mailing list did not yield an answer. Review of tc code in f_u32.c showed that in parse_offset() the arguments were assembled into tc_u3...
2010 Feb 26
2
[LLVMdev] VIM mode line comments
Is it kosher to include vim mode line comments inside of LLVM source files? I would like to do this inside of the MicroBlaze backend to ensure that tabs are expanded into exactly two spaces. I see that right now the following files have these vim mode line comments: include/llvm/ADT/SetVector.h lib/Archive/ArchiveInternals.h lib/Linker/LinkModules.cpp lib/Transforms/IPO/DeadTypeElimination.cpp
2004 Sep 30
7
tc monitoring
I have managed to dynamically parse the output of commands: tc qdisc ls dev eth0 and tc -s class show dev eth0 Save statistics in an rrd database and display it via a php script. see http://143.233.4.215/graph.php and dload scripts from http://143.233.4.210/qos/ My next step in developing this monitoring software is to somehow manage to create a tree out of tc and then use it to greatly
2008 Dec 23
1
[LLVMdev] MicroBlaze Backend
I have been working on a LLVM backend for the MicroBlaze (http://en.wikipedia.org/wiki/MicroBlaze ) soft-processor. At this point the backend is partially functional but by no means complete. I was curious as to wether the LLVM developers would prefer to merge the backend into the main tree now and then accept patches on the backend until it was fully functional or if they prefer to wait
2010 Feb 12
0
[LLVMdev] [patch] MicroBlaze Backend 2nd Rev.
I have done some clean up on the MicroBlaze backend as requested by Anton Korobeynikov and Jakob Olesen. The new MicroBlaze backend patch is attached to this email. The patch is inclusive of the previous patch so you do not need to apply the previous patch before applying this patch. The new patch updated the following compared to the previous revision: 1. Removed unneeded options opting to use
2010 Apr 06
1
[LLVMdev] Missing Functions in C-Bindings
While going through the header file llvm/Support/StandardPasses.h in support of some LLVM bindings that I have been working on I noticed that some passes are not exposed in the LLVM C bindings. Attached is a patch that adds the following passes the the C bindings: LLVMAddIPSCCPPass LLVMAddInternalizePass I can commit this patch once someone gives me the go ahead. -------------- next part
2010 Apr 22
0
[LLVMdev] 2.7 release notes
> Ok, the LLVM 2.7 release notes are in near final shape. Please take a look and suggest improvements (or, better yet, just commit improvements if you have commit access): I committed several typo fixes / rewording fixes to the release notes just now. The following paragraph under the "New Useful APIs" section needs to be reworded but I am not sure what is trying to be expressed so
2017 Oct 30
1
LDAP authentication and shadowExpire
Hi, I am trying to configure Dovecot (2.2.27) with LDAP passdb, specifically with authentication binds (https://wiki.dovecot.org/AuthDatabase/LDAP/AuthBinds). Atribute shadowExpire has a unix time stamp value. Is there a way to write pass_filter like shadowExpire<ToDay? Or maybe there is better way to implement password expiration in Dovecot? -- Pagarbiai Mantas Gegu?is VU
2018 Jan 16
1
Replication configuration
Hello, I am trying to configure replication between two servers, for only specified virtual users, without success of course :) I am using LDAP for accounting. I have tried to pass a file with list like this: replication_dsync_parameters = -d -N -l 30 -U -F /etc/dovecot/list I have even tried to specify users with LDAP filter: iterate_filter = (|(uid=user1)(uid=user2)) both without
1999 Apr 21
0
GConvert error
Reply-To: I am doing a histogram of a relatively small dataset. It works great for X and postscript output, but when I try pictex I get an error - I have tried it with various options and all have the same results (ie I have tried without the width, height and debug). > pictex(file="slcity.pictex", width = 5, height = 4,debug=1) > hist(x,20,main =
2017 Feb 03
2
Compiling Dovecot on Solaris 10
Hi, thank You for a reply, compiling with Solaris Studio 12.5 solved this case. Martin Preen <preen at informatik.uni-freiburg.de> ra??: > Hello, > I don't have problems building 2.2.27 on Solaris 10 > (using Sun Workshop compiler 5.11). > > The configuration is the same as your. > Maybe a compiler/version problem on your system ? > > Regards, > Martin >