search for: 2004q2

Displaying 8 results from an estimated 8 matches for "2004q2".

Did you mean: 200472
2010 Jan 20
1
Line Plot with Dates on X-axis
...nto dates, will plot the line nicely but the x-axis is the number of days since 1/1/1970. How do I either get the first block to recognize the desired format, or the second block to format the x-axis as quarters? Thank you in advance! #block 1 time.val <- as.factor(c ("2004Q1","2004Q2","2004Q3","2004Q4","2005Q1","2005Q2")) inc <- c(0.9903797, 1.3741467, 0.9938702, 0.4252443, 0.7700158, 1.1770313) # returns nice x-axis, but black points plot(time.val, inc, type="b", col="red") #block 2 time2 <- ifelse (sub...
2004 Aug 22
4
Question about htb class
Hi everyone. I''m new to this list and I have some questions regarding HTB class. I was trying to see how tc sets the parameters for HTB, but really couldnt understand them. So, I thought that I might ask the wizards. It''s mainly from the source code. 1. What is the cell_log ? (its everywhere in the code) 2. Why does htb calculate its burst(buffer) with tc_xmit_time() ? Is
2004 Jun 16
3
bandwidth shaping based on trafic on other host
Hi Folks, I am a newbie in Qos... I could not find references to my question, then I am asking. This is the network: 192.168.1.2 --+ 192.168.1.3 --+ Router 192.168.1.4 --+ Linux/2.4 192.168.1.5 --+---- eth0 eth1 ---- internetprovider1 200.x.x.2 ----+ 200.x.x.3 ----+ 200.x.x.4 ----+ Other network: internetprovider2 ----- 200.y.y.6 (static IP) The link to internetprovider1 is
2004 May 24
1
Newbie STILL trying to limit bandwidth - is this script wrong?
My previous message (http://mailman.ds9a.nl/pipermail/lartc/2004q2/012285.html) didn''t generate any replies, so I thought I''d try posting what I''ve done trying to solve my own problem, in hopes that someone will take pity and show me if/where I''m going wrong. Just to recap, I''m trying to accomplish this on my server...
2004 May 17
5
HTB, MPU, and suitable values
...64 bytes. The Minimum Packet Unit determines the minimal # token usage for a packet." HTB_MPU=0 # HTB_MPU=64 # Ethernet # HTB_MPU=106 # According to Andy Furniss, this value is suited for DSL users I imagine that 106 value is a reference to this post: http://mailman.ds9a.nl/pipermail/lartc/2004q2/012369.html The patch seems to be available here: http://luxik.cdi.cz/~devik/qos/htb/v3/htb_tc_overhead.diff In any case, I applied the patch to `tc` and recompiled. The resulting binary let me set ''mpu'' when using HTB, so I set it to 106 as suggested above. As far as I can...
2004 Aug 05
1
HTB mpu and overhead settings for PPPoE ADSL?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hello, I''m using HTB to shape my outgoing traffic over a ADSL-link with PPPoE with a nominal bandwidth of 128kbit/s. My goal is to favour small packets like ACKs and interactive services like ssh; in other words, I want to achieve low lantency. If there are some big packets going over the wire, everything works fine. But if there are
2005 Mar 16
0
Sun One Directory Server 5.2 ldapclient init -v -a Problem
Hi All, I Have installed the Sun Directory Server 5.2 from JES 2004Q2 CD's with following options /etc/hosts 192.168.1.23 train01.tipu.com.pk train01 loghost DNS is running for tipu.com.pk on the same machine and here is /etc/resolv.conf domain tipu.com.pk nameserver 192.168.1.23 Directory Server installed using the following Suffix dc=tipu,dc=com,dc=pk...
2004 Sep 29
3
Oops from netlink or what?
I reported this previously and it was verified. Is this a bug in netlink or what? Who should I report this to? Original Oops report: http://mailman.ds9a.nl/pipermail/lartc/2004q2/012614.html Thanks. Linux rebecca 2.6.4 #1 Mon Sep 27 15:16:48 EDT 2004 i686 GNU/Linux Sep 27 19:02:58 rebecca kernel: Unable to handle kernel NULL pointer dereference at virtual address 00000000 Sep 27 19:02:58 rebecca kernel: printing eip: Sep 27 19:02:58 rebecca kernel: 00000000 Sep 27 19:0...