Displaying 20 results from an estimated 10000 matches similar to: "is 2.6 server ready..."
2003 Oct 17
3
[htb] strange problems !?
hi,
I have strange problems with HTB and several hundred classes flat structure i.e.
root
|--50kbps
|--30kbps
|--50kbps
|--80kbps
|--100kbps
.... several hundred classes like this
Ceil is the same as rate. The machine get no more than 2-3% average cpu(2.4Ghz pentium).
What happens is that from time to time the traffic got "stalled".
I tried numerous things to solve
2005 Jan 31
0
tc segmentation faults when trying to add pfifo_fast as leaf discipline on a HTB class
Hello
I am trying to attach pfifo_fast to af leaf htb class. But tc
segmenetation faults. If I try the failing command throug strace, it
shows me that the last thing tc tries to do just before the
segmentation fault, is to try to open a file called
"/usr/lib/tc/q_pfifo_fast.so".
Of course i have tried to find worthfull information around the
Internet, but haven''t found
2002 Oct 11
0
[tcng] sysVinit script
hi below is sysvinit script for handling tcng-script .... please excuse my bad bash skils, correct me where i''m doing stupid things :")
what is left... many things, if i have time i will implement them too :
- start [devices] - and then correct handling of service lock files i.e. per device lock file
- stats blah ... - all ideas are welcome !!
- test or some such, i mean the
2003 Dec 07
1
u32 hash-es ?
hi I would like to ask is the following config correct for what I want to achieve ...
Scenario:
I have 3 networks 192.168.12.0/24, 192.168.48.0/24, 192.168.56.0/24 and most of the users use 1 IP, some of them more...
If I make flat u32-filter search the box will make aprox/max 3 * 256 = 768 checks for every IP, so i''m deciding to deploy u32 hashes..
Here is the config I think to use
2003 Nov 18
7
why all goes to default!!
Hi,
I have config like this ,... but all traffic goes to the default class 1:4, WHY ?
What I'' doing wrong... filters are attached to the root !
tc qdisc add dev eth0 handle 1:0 root htb default 4
tc class add dev eth0 parent 1:0 classid 1:4 htb rate 55kbit ceil 55kbit prio 7 <--default class
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 20Mbit
tc qdisc add dev
2004 Sep 16
3
multiprocesor : bridge/router ?
hi,
does someone tried bridge and or router functionality of linux kernel on
multiprocessor system.
Does multiprocessor system increase network performance or give
ability to process higher traffic..
What about highest possible troughput someone have achieved ?
etc..
tia
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
2006 Aug 14
1
Attempt to access unmapped memory
Hi,
I am usiing R 2.3.1 under Linux kernel 2.6.11 with libreadline/libhistory 5.1.
Bothe R and readline were compiled without quircks with gcc 3.3.3 and g77.
Every time I try to edit command line by using del key the following error
happens:
------------8><--------------
> ipacks <- instaleld.packages()
*** caught segfault ***
address (nil), cause 'memory not mapped'
2004 Dec 22
0
QoS success with FC3 native 2.6 ipsec
I just wanted to drop a success notice to the list. We always hear the
failures, and rarely the successes! ;-)
After switching from FC1 and freeS/WAN ipsec to the new native linux 2.6
ipsec (ie: setkey-based) my QoS code suddenly started working properly!
Previously, with FC1 and freeS/WAN, I found it impossible and rather
buggy (kernel panics!) to get QoS to make any difference at all. My
2006 Dec 06
0
Configuring a QoS Box + Cliente Bandwidth Control
Hello all,
I am trying to configure a linux box to make some QoS into my
netowork and, at the same box, control my clients bandwidth. I have this
classes created:
----------------------------------------------------------------
UP="eth0" # wan infocontabil
DL01="eth2" # lan clientes
$TC qdisc del dev $DL01 root 2> /dev/null >
2004 Jun 22
1
htb and 2.6.5> ?
does someone have expirience with HTB and kernel 2.6.5 and up...
Does anyone have tested it with thousand of classes and filters..
How it behaves..
tia
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2004 Jan 30
2
FW: QoS extension to Net-SNMP
Hi.
I did send this to `jaazz@post.cz'', but I suspect the list is a more
appropriate/useful place for it. It''s a question about Michal Charvat''s QoS
extension to Net-SNMP.
When I look at the MIB entries for the QoS handles, I get something like
this -
enterprises.qos.qosObjectTable.qosObject.qosHandle.0.0 = Gauge32: 0
2005 Jan 31
1
tc, VLAN, ebtables issue
Hi all,
I am testing one QOS system, I want to control bandwidth by VLAN id.
Here is my test network:
Internet Gateway
|
|
QOS control box ( Bridge box, Redhat 9, 2.4.28 kernel with
ebtables-brnf-8_vs_2.4.28 patch)
|
|
VLAN Switch
|
|
PC PC
In my QOS control box, it is a bridge box, I used Redhat 9, 2.4.28
kernel with ebtables-brnf-8_vs_2.4.28
2006 Apr 05
0
Configuration of my QoS ruleset (now working fine with u32 classifier)
Hello all,
As I have promised I am sending my QoS rules. This now works fine
with u32 classifier (and parent 1:0 that I could not understand why it
did not worked well before).
Att,
Nataniel Klug
------------------------
#!/bin/sh
#------
# Script de QoS Cyber Nett
#------
# Nataniel Klug
# suporte@cnett.com.br
#------
TC="/sbin/tc"
IPT="/usr/local/sbin/iptables"
2005 May 21
1
newbie downloading not working
Hi guys
Finally , after reading a lot of docs from larc/opalsoft/etc, I decided
to start learning some QoS
First of all I''m trying to shape only download from a iptables+squid+qos
machine for 4 machines at LAN ( eth0)
Can anyone help me , cause it is not working properly..
-----------------------------------------------------------------
#!/bin/bash
# 128Kbps
2004 Aug 11
9
ARP limit ?
what is the limit on the arp cache entires ?!
Does someone have very big LANs with linux-routers ? How big ? (i mean flat L2 network, not segmented)
I want to know how much can my net can scale ?
thanx
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2005 Jan 28
2
iproute-save ?
Anyone to know iproute-save, iproute-restore like script similar iptables-save/restore ?
that stores everytihng routes,rules,tables everything ...
then init.d-script that among other things stores the state on shutdown :") (thats easy then)
-----
http://linuxtoday.com/news_story.php3?ltsn=2004-12-08-004-32-OS-BZ-DT-0005
snip> MS Office is popular in the same way as heart disease is the
2006 Apr 05
5
QoS - Ping problem
Hello all,
I have set my QoS solution and now I am facing a little problem...
When I ping to my server it has some lost packages:
Estatísticas do Ping para 172.30.0.1:
Pacotes: SENDED = 1029, RETURNED = 880, LOST = 149 (14% de perda),
Aproximar um número redondo de vezes em milissegundos:
Mínimo = 0ms, Máximo = 686ms, Média = 105ms
If I disable my QoS ping stats to be ok. I even have
2004 Jul 22
2
HTB & tc
Hi,
I''m trying to make run a simple shaping *through HTB*. I have compiled a
new kernel 2.4.21.
First command from
http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm
said:
# tc qdisc add dev eth0 root handle 1: htb default 12
RTNETLINK answers: Invalid argument
I tryed both standard tc from Debian stable and
http://luxik.cdi.cz/~devik/qos/htb/v2/tc.gz
this one...
I tryed
2009 Jan 21
1
U R ready for R! Now deploy your R models via cloud computing!
Following the recent NYT article about R, I thought this group is not
only ready for R but ready to take it one step further.
Got models in R? Deploy and score them in ADAPA in minutes on the
Amazon EC2 cloud computing infrastructure!
Zementis ( http://www.zementis.com ) has been working with the R
community, specifically to extend the support for the Predictive Model
Markup Language (PMML)
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