search for: gnychis

Displaying 6 results from an estimated 6 matches for "gnychis".

Did you mean: 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 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 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 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 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
2006 Apr 27
1
Unsubscribe
...proute2-2.6.16-060323, iptables > 1.3.5, patch-o-matic-ng-20060330. > > Any help would be most greatful > > > Regards, > > William > > > > ------------------------------ > > Message: 10 > Date: Wed, 26 Apr 2006 18:46:30 -0400 > From: George Nychis <gnychis@cmu.edu> > Subject: [LARTC] how to change classful netem loss probability? > To: LARTC@mailman.ds9a.nl, netdev@vger.kernel.org > Message-ID: <444FF846.7050600@cmu.edu> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Hi, > > I am using netem to add...