search for: 2004q1

Displaying 10 results from an estimated 10 matches for "2004q1".

Did you mean: 20041
2004 Apr 01
1
ESFQ updates
Hi. On Mar 12, Corey Hickey posted here(http://mailman.ds9a.nl/pipermail/lartc/2004q1/012038.html) an updated esfq patch for kernel 2.6. Has anyone backported it to kernel 2.4 ? Original esfq patch is not being kept in sync with kernel sfq, it seems. What people have been using with esfq and kernel 2.4.25, the original 2002 esfq patch ? Rubens ________________________________...
2010 Jan 20
1
Line Plot with Dates on X-axis
...values are mapped into 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...
2004 Mar 02
3
how do you rate limit routable traffic without rate limiting LAN protocols like arps and igmp?
I''m rate limiting and prioritizing traffic upstream of a slow wan link using htb, classic wonder shaper type stuff. I''m using the following command for traffic that does not match any of my defined filters: tc qdisc add dev eth0 root handle 1: htb default 50 It appears that local, non-routable traffic like arps and igmp are being snared by this and end-up queued in the lowest
2005 May 06
0
Copy count with HP printers
...HP printers on a samba+cups server. The printer drivers are stored on the server and automaticaly added to the clients. The problem is that trying to print more than one copy from a Win2K/XP gives an error. I've tried following the instructions at http://www.linuxprinting.org/pipermail/hp-list/2004q1/004661.html and http://h20000.www2.hp.com/bizsupport/TechSupport/Document.jsp?objectID=c0000 3048 , but i've run into a problem. I cannot change the copy count number. If the printer is installed locally, and keeping the driver installed from the samba server, then I can change the copy count....
2004 Mar 27
1
How to apply a patch ?
Hi, I''m using kernel 2.4.20 and like to use Stephen Hemminger ''s packet delay scheduler patch the patch is there : http://mailman.ds9a.nl/pipermail/lartc/2004q1/012112.html can anyone explain me how to apply it ? Regards Pascal OFFREDO _____________________________________________________________________ Un mot doux à envoyer? Une sortie ciné à organiser? Faites le en temps réel avec MSN Messenger! C''est gratuit! http://ifrance.com/_reloc/...
2004 Feb 11
4
iproute2 and kernel 2.6.1/2
Hi there I''ve searched the archives and googled for a solution with no success - has anyone successfully built iproute2 under kernel 2.6.1, or 2.6.2? I''ve tried various releases, each compile aborting with different errors. If this is wishful thinking at this stage, does anyone have a suitable solution for the "Routing for multiple uplinks" scenario? ie. traffic
2009 Jul 01
2
sorting question
I've asked about custom sorting before and it appears that -- in terms of a user-defined order -- it can only be done either by defining a custom class or using various tricks with "order" Just wondering if anyone has a clever way to order "vintages" of the form 2002, 2003H1, 2003H2, 2004, 2005Q1, 2005Q2, etc some have H1 or H2, some have Q1,Q2,Q3,Q4, some are just plain
2005 May 27
4
Wanted Good Documentation on HFSC
Hello All, I am trying to prioratize VOIP traffic from data. The follwing link says that HFSC is better than HTB for shaping VOIP traffic. http://www.voip-info.org/wiki-QoS+Linux+with+HFSC I am in search of good documentation to start with HFSC, I am unable to understand the parameters used. I "googled" a lot to find on how to use HFSC, but no luck. Can anyone of you get me a link To
2006 Jun 30
2
Advanced routing routing table limits and rule design
I am trying to determine how to best increase the number of routing tables available in linux 2.6 to more than 255. I realize this involves increasing the storage of some messages to and from the kernel in addition to kernel changes (from browsing the code), and was hopeful that someone might know what the correct solution would be or could point me in the right direction (like existing patches
2012 Nov 07
8
Aggregate data frame across columns
Folks, I have a data frame with columns 200401, 200402, ..., 201207, 201208. These represent years/months. What would be the best way to sum these columns by year? What about by quarter? Thanks for your time, KW -- [[alternative HTML version deleted]]