similar to: Problem with delay in htb class

Displaying 20 results from an estimated 1000 matches similar to: "Problem with delay in htb class"

2006 Jun 30
1
police rate doesn''t work ?
I would like to test police in ingress. I use kernel 2.4.20. I use this configuration: iptables -t mangle -A PREROUTING -i eth0 -s 10.31.12.2 -d 10.31.11.2 -p udp --dport 1001 -j MARK --set-mark 1 iptables -t mangle -A PREROUTING -i eth0 -s 10.31.12.2 -d 10.31.11.2 -p udp --dport 1002 -j MARK --set-mark 2 iptables -t mangle -A PREROUTING -i eth0 -s 10.31.12.2 -d 10.31.11.2 -p udp --dport 1003 -j
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
2007 Dec 06
3
HTB performance improvement
HTB performance improvement Hi all ! i''m looking at the performance of the HTB algorithm/implementation because i would like more packets/sec !! this is the scenario of the performance test: i''m using an embedded system with: SPEED CPU: 399,999 MHz RAM: 128 MByte FLASH: 16 MByte EEPROM: 8Kbyte PROCESSOR MPC8272 a lan to lan 10/100 and in particular we are sending
2011 Jun 13
0
Strange R/party behaviuor in CentOS
Hello, I'm facing a strange behaviour when I try to run predict function for a cforest model from party package in CentOS. It works OK on MacOSX and Ubuntu, but R process is killed when I try it on CentOS. I read a dataframe and generate a forest model using cforest from party package. To reduce computation for the tests I'm running the forest model with 2 (two) trees only. So I believe
2005 Jan 28
1
3.0.1x, "min password lenght" deprecated, smbpasswd
Hallo @all, since 3.0.10 parameter "min password lenght" is deprecated. If removing the entry from smb.conf, the default of "min password lenght = 5" is used. smbpasswd uses this entry if creating or changing passwords. How can I set a min password lenght of 2 characters without the deprecated parameter when the passdb backend is smbpasswd? Think "min password
2009 Apr 05
1
Unix Extensions and "force create mode"?
It seems that when the clients (and the server) use Unix extensions, the "force create mode" (and maybe "force directory mode"?) setting is completely ignored. I have a Samba 3.2.5 server that is accessed from Windows and Linux. One share is configured as follows: [foto] comment = Galleria fotografica path = /ud0/foto create mask = 0775 read
2004 Apr 22
3
password change, domain not availeable
well the subject tell's it.. it's not able to change password's for users from a miupoms xp/2000 machine... windows is complaining about, domain not availeable.. and samba show's an (incor.password lenght error) i used an password over 5 char's (6 and 8) and the min. passwd lenght is 5 !! anny clue's?? there is an encryped passwords=yes in the conf.. l8r
2015 Jul 14
3
Two bugs showing up mostly on SPARC systems
In testing pqR on Solaris SPARC systems, I have found two bugs that are also present in recent R Core versions. You can see the bugs and fixes at the following URLs: https://github.com/radfordneal/pqR/commit/739a4960a4d8f3a3b20cfc311518369576689f37 https://github.com/radfordneal/pqR/commit/339b7286c7b43dcc6b00e51515772f1d7dce7858 The first bug, in nls, is most likely to occur on a 64-bit
2007 Mar 28
2
RV: By sentence
Hi dear listers Do you know how to made a mean by one or more categorical variables? I can do that quite easy on SAS by in R I just can't do it E.g. Some fishes Sex Lenght male 15 fema 20 fema 17 fema 19 male 18 So the idea is mean(Lenght) by sex, in order to have sex: Male mean=XX Sex: Fema mean=YY In this case is quite easy to do it by a loop, but I have a huge DB so is not an
2010 Apr 15
4
new ocfs2 release?
Hi ocfs2 developers, there are some news about the schedule for a new ocfs2 release that solve the actual bug/limitations? I can see an 1.4.7 release tagged here: http://oss.oracle.com/git/?p=ocfs2-1.4.git;a=summary Is there a planned release date? in my environment (about 5000000 files with 300000 new files/deletion per day) I see load until 1000 and I/O almost blocked for some hours of the
2006 May 08
1
export
I have a problem with the export of a simulated matrix (nrow=1000, ncol=492). I want to obtain a .txt file with fixed format data (five character for example). I've tried to use the instructions: options(digits=5) followed by write.table(...), but the .txt file reports always the data with different lenght, whereas the matrix in R gives right result (i.e. the elements have the same lenght).
2012 Aug 10
2
Function definition: where is the error in the "for" loop?
Dear all, The following function code fails with errors (see below): RegPlots <- function (data, ContrVar, RespVar){ intNmbrRows<-length(RespVar);intNmbrCols<-lenght(ContrVar) par(mfrow=c(intNmbrRows,intNmbrCols)) For(i in 1:intNmbrRows){ For (j in 1:intNmbrCols){ RegGraf(data,ContrVar[i],RespVar[j]) } }
2005 Jul 26
4
how to classify sip traffic (voip)
How i can classify sip traffic (voip)?? I try dst 5060 udp port, but dont''work. sip sesion use dynamic port. Sniffing packets with windows net-peeker, I see that packets lenghts is always=87 How i can filter, by packet lenght, with u32? Regards Fabian
2004 Apr 22
2
password change, domain not available
Dear Herman, We had the same problems over here. The problem seems to be related to Windows Hotfix KB828741. Removing the hotfix through the control panel solved it for us. Greetz, Jerome Borsboom >>BTW, i use samba 302 & 303 pre2.. >> >>Thursday, April 22, 2004, 2:33:16 PM, you wrote: >> >>CBM> well the subject tell's it.. >> >>CBM>
2006 May 11
1
about MCMC pack
Hello, I tryed to use the MCMC pack, particularly the function MCMCirtKd to simulate the posterior distribution in a multidimensional IRT model. The code I used is: posterior1 <- MCMCirtKd(Y, dimensions=2, item.constraints=list("V2"=list(3,0)), burnin = 1000, mcmc = 10000, thin=1, verbose = 1, seed = NA, alphabeta.start = NA, b0 = 0, B0=0, store.item = FALSE,
2016 Jan 17
0
HDD badblocks
Have you ran a "long" smart test on the drive? Smartctl -t long device I'm not sure what's going on with your drive. But if it were mine, I'd want to replace it. If there are issues, that long smart check ought to turn up something, and in my experience, that's enough for a manufacturer to do a warranty replacement. On Jan 17, 2016 11:00, "Alessandro Baggi"
2016 Oct 14
0
C7 and WOL
Hi list, I've encountered a problem with wol. I'm not new to this but this time I found unwanted behaviuor. I'm triyng to wol another c7 machine. When I run ether-wake @mac the system is started. When I shutdown the system after 3 seconds it start again and again and again. To block this wol-loop I must disable wol on uefi or shutdown the switch. I don't know what check. Any
2015 Jul 14
0
Two bugs showing up mostly on SPARC systems
On 14/07/2015 6:08 PM, Radford Neal wrote: > In testing pqR on Solaris SPARC systems, I have found two bugs that > are also present in recent R Core versions. You can see the bugs and > fixes at the following URLs: > > https://github.com/radfordneal/pqR/commit/739a4960a4d8f3a3b20cfc311518369576689f37 Thanks for the report. Just one followup on this one: There are two sections
2006 Jan 13
0
HTB not shaping correctly ? (or bad scripts...)
Hello to everybody, We have an ADSL link with uplink speed of 530kbit, the goal is to divide the traffic into three classes, let say A, B and C. A data rate of 240kbps must be guaratee to class A. The remaing rate must be assigned: at least 180kbit to class B and at least 80kbit to class C. The unused band of class A must be given to class B and C (if needed) The unused band of class B must be
2004 Oct 07
0
guidelines for queue lenght
Hello, does anybody have suggestions for queue lenght guidelines? Is there a paper somewhere or any thoughts that have to be reconsidered. Suggestions and impulses welcome Alexander _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/