Displaying 6 results from an estimated 6 matches for "nychis".
2006 May 23
11
how to debug RTNETLINK invalid argument?
Hey,
I am getting an invalid argument trying to insert a qdisc:
[root@emu-5 iproute2]# tc qdisc add dev eth0 root xcp capacity 50Mbit
limit 500
RTNETLINK answers: Invalid argument
I''m not sure whats wrong here, because i can successfully insert this
qdisc on other computers of mine.
How can i debug this?
Thanks!
George
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
2006 May 24
2
help running kings quest vii, crashes, bug 5282
Hi,
I am looking for help running kings quest VII, I am able to
successfully run it under Windows XP when i dual boot, as well as under
vmware-server.
My bug # is 5282 and i have included output of:
WINEDEBUG=+tid,+seh,+relay wine program.exe &> /tmp/relay.log && grep -A
20 -B
300 "seh:" /tmp/relay.log > /tmp/relay.txt
I am running a pentium 4 with hyperthreading
2006 Apr 27
1
Unsubscribe
...Traffic (Marius Corici)
> 7. Re: HTB - Rate errors (Luciano Ruete)
> 8. trying to get time control working (William Bohannan)
> 9. trying to get time working - had error in first email
> (William Bohannan)
> 10. how to change classful netem loss probability? (George Nychis)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 26 Apr 2006 16:26:27 +0200
> From: sophana <sophana@zizi.ath.cx>
> Subject: Re: [LARTC] Sip Traffic
> To: lartc@mailman.ds9a.nl
> Message-ID: <444F8313.70...
2006 Apr 16
9
how to do probabilistic packet loss in kernel?
Hi,
I am using iproute2 to setup fowarding, adding routes like "ip route add 192.168.1.3 via 192.168.1.2"
I was wondering where in the kernel I can insert probabilistic packet loss only for forwarded packets? So that for instance I can drop 5% of all forwarded packets?
I don''t need help with the actual code, just need help finding where to insert this code :)
Thanks!
George
2006 Apr 26
5
how to change classful netem loss probability?
Hi,
I am using netem to add loss and then adding another qdisc within netem
according to the wiki. Then i want to change the netem drop probability
without having to delete the qdisc and recreate it. I try it but I get
invalid argument:
thorium-ini hedpe # tc qdisc add dev ath0 root handle 1:0 netem drop 1%
thorium-ini hedpe # tc qdisc add dev ath0 parent 1:1 handle 10: xcp
capacity 54Mbit