Displaying 20 results from an estimated 10000 matches similar to: "question about pkt_sched.h for tc"
2004 May 26
1
error compilling TC
Hi,
I have a box with RH 7,2 upgraded to Fedora Core 1.
with:
kernel 2.4.26
iptables 1.2.9
gcc 3.2.2
In this momment I''m using a binary TC version,
but when I try to compile, get errors in Make process.
Any hints ?
Bests.
Andres.
----> iproute2-2.4.7-now-ss010824.tar.gz
make[1]: Cambiando a directorio `/usr/local/src/iproute2/lib''
gcc -D_GNU_SOURCE -O2
2005 Oct 04
4
iproute2-050929 ERORR compiling
Dzien Dobry
Is there some error witch iproute2-050929.tar.gz becouse when i compile I don''t get tc
I have kernel 2.6.12.3
this is my log with compile
# make
make[1]: Entering directory `/home/src/a/04102005/iproute2-050929/lib''
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -c -o ll_map.o ll_map.c
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes
2005 Jul 04
0
Problem linking with libdb
Hello,
I am trying to compile iproute2 but something does not work when
linking with libdb.
This is what I am using:
- iproute2-ss050607
- linux 2.4.22
- make 3.79.1
- gcc 2.95.3
- ld 2.15
When I type make, it ends somewhere in ./misc with the following error
message:
make output starts here:
gcc -D_GNU_SOURCE -O2 -Wstrict-prototypes -Wall -I../include -DRESOLVE_HOSTNAMES -DCONFIG_GACT
2007 Mar 21
7
how can i compile tc
Hi, i''m just new here,
i''m searching for how to compile tc (if i''ve understood correctly, i
must compile the whole iproute2 thing).
So i did like the read me file said:
------
1. Look at start of Makefile and set correct values for:
KERNEL_INCLUDE
-----
i did that, and then i doesn''t understand a damn thing about the
reste of the the 1st step about ADDLIB
2004 Mar 12
0
for testing/examiniation: updated esfq patch for 2.6.4
Since I admin the gateway for a network of bandwidth-greedy machines, I
figured that esfq with "hash src" would be a more fair allocation of
bandwidth than sfq. Unfortunately, there didn''t seem to be a recent
patch for 2.6, so I endeavored to build one. The three patches I made
(described below) are available within the attached tar.bz2 or at:
http://fatooh.org/esfq-2.6/
1. I
2006 Mar 02
33
Patch to allow for the ATM "cell tax"
I have been trying to optimise my ADSL connections for VOIP.
Funny things were happening - for example increasing the ping
packet size by 50% had no effect, but then adding one byte
had a major effect. It took me a while to figure out that I
was seeing the effects of the fixed ATM cell size.
This is probably obvious to some of you. For the rest: ADSL
uses ATM as its transport. An ATM
2007 Jul 25
3
Patch accurate packet scheduling for ATM/ADSL
Hi,
I use the patch
(http://ace-host.stuart.id.au/russell/files/tc/tc-atm/) for accurate
the packet scheduling on ATM/ADSL link and i think I''ve found a bug.
I tried to write to the author but he didn''t answer me.
I work on a Linux 2.6.17 with the iproute2-2.6.18-061002 package.
I change the type of the cell_align char to short of the struct
tc_ratespec in the file pkt_sched.h
2006 Sep 01
1
TC not recognising "mirred" argument
Hi All,
I''m trying to do some traffic shaping with IFB. I have installed Ubuntu
6.0.6 and upgraded to the 2.6.17.7 kernel. I have an ifb0 device.
However, I think I may have the wrong version of TC installed, because
it doesn''t like the ''mirred'' argument.
What version of iproute should I be using, and how can I upgrade it?
apt-get update iproute
2004 Aug 24
1
problems with tc
People,
I''m trying to set up the tc filters for a PRIO queue. I''m basing it off
of marked traffic via iptables. For example, I''ve marked two classes of
traffic with ids "2" and "4", and now I''m filtering those to bands 1 and
2.
tc filter add dev eth0 parent 1: prio 0 protocol ip \
handle 2 fw flowid 10:1
tc filter add dev eth0 parent 1:
2004 Dec 07
1
Samba 3.09, Cups & slow Print Dialoge.
I setup samba 3.09 printing with cups. However the
dialogue box takes about 10 - 15 seconds to load or
even when i switch printer or change properties to
printers. Strangly enough when i add my user account
as a admin in the global section, the problem goes
away. I am running my clinet on XP SP1. Any help
would be great. Thanks!
Isaiah
__________________________________
Do you Yahoo!?
2006 Apr 11
10
created new q_disc, inserted module, tc tells me unknown qdisc
Hi,
I am trying to install a proprietary qdisc made for research, it is not publically released yet, however its been used several times so i know it works.
The files included are:
q_xcp.c:
static int xcp_parse_opt()
static int xcp_print_opt()
static int xcp_print_xstats()
struct qdisc_util xcp_util = { "NULL", "xcp" ..... };
sch_xcp.c:
static int
2005 Mar 17
3
extension.conf dialplan
hi
any one tell me how to make a dialplan
my extensions.conf
exten => _40XXXXXXXXXXXX,1,Dial(OH323/${EXTEN})
i want to dial to 40XXXXXXXXXXXX number.
XXXXXXXXXXXX could be any number like 923335224005 or
92512213248
at the moment when i am trying to dial 40923335224005
asterisk is dialing
Executing Dial("OH323/R11429", "OH323/40923335224005")
but i want him to dial
2005 Sep 27
2
QoS-iptables-iproute-tc (doesn''t work together:S)
Hello i''m having some issues trying to match packets
using iptables mark, iproute filter and tc filter.-
i mean, when i do
iptables -t mangle -A INPUT -p tcp --dport 80 -j MARK
--set-mark 20
iptables -t mangle -A PREROUTING -p tcp --dport 25 -j
MARK --set-mark 10
iptables -t mangle -A FORWARD -p tcp -i eth0 -o eth1
--dport 25 -j MARK --set-mark 10
$TC qdisc del dev $INET_IFACE root
$TC
2005 May 03
2
using tc as a function call
i wrote a C++ program that executes "tc" using the
std::system call. this fairly reduces the performance
if many tc calls are required.
i want to be able to rename tc''s main function to
tc_main and pass argv and argc. has someone done
something like this? please let me know how i can
compile for netem.
thanks.
__________________________________________________
Do You
2004 Dec 16
3
Cannot share MSAccess DB after upgrade 3.0.5 to 3.0.8
This is really strange.
The samba server in question is a domain member server
on a Windows NT 4.0 Domain network. It runs Gentoo
2004.3 with a 2.4.24 kernel.
The Gentoo server was upgraded from Samba 3.0.5 to
3.0.8 last night. After the upgrade, the server had
to be re-joined to the domain. After that, everything
appeared to be working.
This morning we found that the MSAccess database files
2005 Mar 30
0
speex-xmms plugin for linux
Hi ,
Thanks for responding.
Fixed my issue temporarily by converting the
*.spx to *.wav to enable playing the audio using
xmms player for linux.
speexdec filename.spx filename.wav
Cheeers !
--- Jean-Marc Valin <Jean-Marc.Valin@USherbrooke.ca>
wrote:
> Seems like the site disappeared. The plugin has gone
> unmaintained for a
> while now. Perhaps someone can take over
>
2004 Jun 17
1
[PATCH] (4/4) add loss option to network delay scheduler
This enhances the network simulation scheduler to do simple random loss.
The loss parameter is a simple 32 bit value such that 0 means no loss, and
0xffffffff is always drop. I have a new version of the tc command which takes
care of conversion from percent to this value.
Same patch for 2.4 and 2.6
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
diff -Nru
2004 Jun 21
3
[Fwd: Re: /sbin/tc does not know about HTB]
> It seems that the official place to grab the source for iproute2 is
> http://developer.osdl.org/dev/iproute2/download/ but there are only
> sources for 2.2 and 2.6, where are the ones for 2.4?
Well I got mine from
http://ftp.iasi.roedu.net/mirrors/ftp.inr.ac.ru/ip-routing/
but I didn''t even know about those 2.6 ones... I''m using the latest
2.4.7 with my 2.6.5
2006 Jun 09
2
TC on virtual NIC, and how to manage the incoming traffic
Hello list,
i thank you for the precious info you gave me, they were really useful in my
work.
I need to work with TC on a virtual interface. Is it possible ? How ? There
is any doc on this topic ? And foremost, is my idea of working with TC on a
virtual interface viable ?
I am wondering if to control the traffic which comes in on a specific
inferface is better to use TC''s filter or
2001 Jun 08
2
Problem with TC
Hi,
I am not sure if this problem has been discussed already. I am running red-hat LINUX 2.2.14 and the version of iproute that comes with it. The problem is that whatever I give as a command it tells me
RTNETLINK answers : Invalid argument
Example :
tc qdisc add dev eth2 handle 10: root estimator 1sec 8sec prio bands 3 priomap 0 1 2
I have tried all kinds of combinations and it refuses to