Displaying 20 results from an estimated 700 matches similar to: "[tcng] sysVinit script"
2004 Sep 28
0
tcng version 10a
... is on SourceForge:
http://tcng.sourceforge.net/dist/tcng-10a.tar.gz
md5sum 3f58447fdf393cbe3c584d80089806dc
See also http://tcng.sourceforge.net/
This release changes a bunch of things, hence the jump in the
version number:
- the name of the traffic control compiler has changed from
"tcc" to "tcng". This has become necessary because of a
name conflicy with the
2004 Jan 26
2
I can''t get TCNG to compile!!!
Help! I can''t get TCNG to compile!!! It did this on 2 different machines!
Here are the errors:
--------------------------------------------
Kernel: 2.4.22
[root@localhost tcng]# uname -a
Linux localhost.localdomain 2.4.22-1.2149.nptl #1 Wed Jan 7 13:08:26 EST
#if KFULLVERSIONNUM >= 0x20416 /* gratuitous interface change in 2.4.22 :-(
*/
ERROR:
ake -f Makefile.unclean tcsim
make[2]:
2003 Sep 12
1
TCNG building problems...help
Hi,
I downloaded the latest tcng release, however am having problems to
build it.below are the kind of error messages am getting. Do u people
have a clue as to why this is happening ?
Thanks in advance
=-============================================
-
-
-
-
make[3]: Entering directory
`/home/joolia/tcnge/tcng/tcsim/ulib/iproute2/lib''
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes
2002 Oct 21
0
tcng version 9b
... is on SourceForge, http://tcng.sourceforge.net/#src
This one fixes a really stupid typo causing tcsim''s tc to pick up
HZ from the environment where it''s being run, not the simulation
environment, which confused most rate calculations.
And if_u32.c now only emits hashes that will actually be used,
which should make tcc''s tc output a little less ugly.
Complete list
2003 Mar 16
0
Subject: [tcng] X:Y to tcng corespondence !
> Message: 8
> Date: Fri, 14 Mar 2003 21:49:49 +0200
> From: raptor <raptor@tvskat.net>
> To: lartc@mailman.ds9a.nl
> Subject: [LARTC] [tcng] X:Y to tcng corespondence !
>
> Is there a easy way that I to get class-id<----->tcng-class-path conversation.... and vs. versa..
>
> --__--__--
There are couple files can be created by tcc:
# cat a.tc
dev
2004 May 09
0
tcng version 9m
... is on SourceForge:
http://tcng.sourceforge.net/dist/tcng-9m.tar.gz
md5sum 636d382f6db917b385e7a6f158136ca2
See also http://tcng.sourceforge.net/
This release contains the upgrade to 2.4.26, plus a few compatibility
changes.
There''s also a major bug that strangely went undetected until
recently, when Laurent Moutel reported that his classifiers behaved
unexpectedly: if testing
2002 Oct 10
2
tcng version 8z
... is on SourceForge, http://tcng.sourceforge.net/#src
Besides a bunch of bug fixes, this release also contains a
greatly improved version of the comtc utility that copies
comments from the tcng source to tcc''s "tc" output.
There are a few infrastructure changes to make comtc work
smoothly:
- tcc''s -E option is now called -Wexperror or -Wexppostopt,
respectively
2003 Jan 14
0
tcng version 9d
... is on SourceForge:
http://tcng.sourceforge.net/dist/tcng-9d.tar.gz
md5sum 0f61201c657f1851d9d12ca897a4985e
(See also http://tcng.sourceforge.net/)
This is a maintenance release that fixes various compatibility
problems. It also recognizes more recent kernels.
The complete list of changes is below.
- Werner
----------------------------------- CHANGES -----------------------------------
2007 Jun 05
0
Using tcng to create a basic DiffServ router
Hi all,
I am new-ish to Linux tcng and am struggling to find the resources and
know how to implement what I need.
What I have is a PC with 2 interfaces and a control program on that PC.
In the control program I can specify an IP Flow with source and dest IP
address, source and dest port, and a QoS class (1-5 which can be mapped
to a DiffServ class) - in the control program I want to be able
2005 Dec 23
0
tcng example on using ingress without IMQ
hi all.
i really need help.
i need a working example on shaping the ingress per user using tcng
without IMQon a mechine which has two interfaces, and acts like a
firewall, and NAT for intrenet connection sharing:
eth0 is the external facing the Internet.
eth1 is the internal towards my LAN/office network.
Please i dont want other than tcng code. iptables code i read on some
pages seems
2004 Oct 03
0
tcng version 10b
... is on SourceForge:
http://tcng.sourceforge.net/dist/tcng-10b.tar.gz
md5sum d28bc6b1ed8973814213942288ab5d18
See also http://tcng.sourceforge.net/
This release fixes a few compatibility problems with
internationalization and with kernels using strange
version names.
Also, the "mtu" parameter of TBF is now optional.
The complete list of changes is below.
- Werner
2004 Oct 04
0
building module with tcng
hi all,
i''m having problems building a module from my tcng configuration file.
could someone verify the syntax for building a kernel module?
i did it as shown below ... module gets built but i cannot load it.
thanks
charles
ps -- sorry, don''t know c++ :-)
[root]# cat /etc/tcng.test
#define LAN "eth0"
#define LAN_INGRESS 750000
#define LAN_EGRESS 750000
dev
2004 Jul 27
0
Problem installing tcng
Hi,
I have a little Problem installing tcng.
Sorry, but a Linux beginner needs help
I used Suse with a 2.4.21-99-default Kernel, iproute2 version 020116-try and tcng-9m.
When I try to build tcng with the make command the following error occurs:
scripts/symlinks.sh: line 1: CONFIG_RELEASE: command not found
scripts/symlinks.sh: line 1: CONFIG_CFGNAME: command not found
make: ***[.symlinks]
2004 May 05
1
Re: [Fwd: Re: Simple HTB setup with tcng]
Thank you for your help.
It generates this script :
tc qdisc add dev eth0 handle 1:0 root htb default 2
tc class add dev eth0 parent 1:0 classid 1:1 htb rate 75000bps ceil \
75000bps
tc class add dev eth0 parent 1:0 classid 1:2 htb rate 125000bps
tc filter add dev eth0 parent 1:0 protocol all prio 1 u32 match u32 \
0xa000001 0xffffffff at 12 classid 1:1
But I thought it was necessary to
2002 Dec 31
3
[tcng] More complex example?
Hi
I''m completely stuck with the tcng language - I assume there must be
some way to arrange queues hierachically like
eth1
|
TBF
|
PRIO
/ \
class class
but my attempt (below) produces a "inferno.tc:8: qdisc "tbf" has no
classes near "prio"" when run through tcc.
dev eth1 {
egress {
tbf (rate 128kbps, burst 64kb,
2004 Aug 22
8
Compiling tcng on Linux SuSE 9.1 Professional
Hi
I have tried to compile tcng-9m using
Linux SuSE 9.1 Professional on my Intel box but it doesn''t work as follows:
Step 1 - Downloaded iproute2-2.4.7_now_ss020116_try-i386-2.tgz
Step 2 - Downloaded tcng-9m.tar.gz
Step 3 - Downloaded linux-2.5.4.tar.bz2
Step 4 - Source kernel 2.5.4 extracted to directory ~/tcng/tcsim
Step 5 - Source iproute2-2.4.7 extracted to directory
2007 Apr 25
2
HFSC with tcng
Hello mailing list,
I don´t know how to use HFSC queuing discipline with tcng configuration
language. I become always this error: syntax error near "hfsc"
Is it possible, that tcng provides no support for this classful hfcs queuing
discipline?
Please help!
thanks
----------------------------------------------------------------------------
2006 Mar 07
3
tcng
Nobody knows something new about tcng?
I really think that this kind of language help people, i order to do easier
configurations
i want to know how can i do in tcng a nested classes configuration with HTB?
--
Juan Felipe Botero
Ingeniería de sistemas
Universidad de Antioquia
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
2007 May 16
1
tcng + esfq
FYI,
i''ve just created a quick patch adding esfq (Enhanced Stochastic
Fairness queueing discipline) for tcng (Traffic Control Next
Generation).
Patch is located at http://devel.dob.sk/tcng+esfq.
Enjoy.
Sam
2007 Jul 27
1
help compiling tcng on 64bit
Hi,
Trying to compile tcng on 64bit server (centos-5 64bit), I''m getting:
--------------
cc -g -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-I../shared -DVERSION=\"`cat ../VERSION`\"
-DTOPDIR=\"/usr/local/src/tcng-non-patched\" -DDOLLAR -DCONFIRM_EXCEED -c
-o f_fw.o f_fw.c
In file included from ../shared/memutil.h:13,
from