RE: [LARTC] Setting up htb on 2.6.3

2004-03-14 Thread Kevin Withnall
http://kevin.withnall.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corey Hickey > Sent: Sunday, 14 March 2004 7:35 PM > To: [EMAIL PROTECTED] > Subject: Re: [LARTC] Setting up htb on 2.6.3 > > Kevin Withnall wrote: >

Re: [LARTC] Setting up htb on 2.6.3

2004-03-14 Thread Corey Hickey
Kevin Withnall wrote: > I think the kernel is fine. I received some patches and re-compiled > iproute2 on 2.4.20, moved the binaries to 2.6.3 and it works more.. > > Heres what happens now. > > #./qd > + tc qdisc del dev eth0 root > + tc qdisc del dev eth0 ingress > + tc qdisc add dev eth0 root h

RE: [LARTC] Setting up htb on 2.6.3

2004-03-13 Thread Kevin Withnall
EMAIL PROTECTED] http://kevin.withnall.com > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Corey Hickey > Sent: Sunday, 14 March 2004 10:07 AM > To: [EMAIL PROTECTED] > Subject: Re: [LARTC] Setting up htb on 2.6.3 > > Ke

Re: [LARTC] Setting up htb on 2.6.3

2004-03-13 Thread Corey Hickey
Kevin Withnall wrote: > Still getting the same thing. Am I using the latest versions ? > > #tc qdisc add dev eth0 root handle 1: htb > RTNETLINK answers: Invalid argument > > Thanks for your time. > > I would guess that you don't actually have your kernel properly configured to support htb. In

Re: [LARTC] Setting up htb on 2.6.3

2004-03-12 Thread Corey Hickey
Kevin Withnall wrote: > Im running kernel 2.6.3 with what I think is every required option > turned on, yet tc gives me ... > > #tc qdisc add dev eth0 parent root handle 1: htb > But get > RTNETLINK answers: Invalid argument Just a syntax error - the root handle has no parent. You want: tc qdisc