And some other tries

[root@watcher root]# tc qdisc del dev eth0 root
RTNETLINK answers: No such file or directory
[root@watcher root]# tc qdisc del dev eth0.2 root
RTNETLINK answers: No such file or directory
[root@watcher root]# tc qdisc add dev eth0 root handle 1:
htb default 20
RTNETLINK answers: Invalid argument
[root@watcher root]# tc qdisc add dev eth0 root handle 1:
htb 
RTNETLINK answers: Invalid argument
[root@watcher root]# tc qdisc add dev eth0.2 root handle 1:
htb default 20
RTNETLINK answers: Invalid argument

ps. Could I use htb queuening on dotQ subinterfaces?

On Wed, Jul 10, 2002 at 11:04:35AM +0300, Alexander Trotsai wrote:
AT>Hi

AT>Could someone help me. I'm successfully install htb patches
AT>and new tc binary, but htb won't work

AT>[root@watcher root]# uname -a
AT>Linux watcher.adamant.ua 2.4.19-pre8-ac5 #2 Wed Jul 10
AT>10:08:55 EEST 2002 i686 unknown
AT>[root@watcher root]# lsmod
AT>Module                  Size  Used by    Not tainted
AT>sch_htb                13888   0  (autoclean) (unused)
AT>...
AT>[root@watcher root]# tc qdisc change dev eth0.2 root handle
AT>2: htb
AT>RTNETLINK answers: No such file or directory
AT>[root@watcher root]# tc qdisc change dev eth0 root handle 2:
AT>htb
AT>RTNETLINK answers: No such file or directory
AT>[root@watcher root]# tc qdisc change dev lo root handle 2:
AT>htb
AT>RTNETLINK answers: No such file or directory
AT>[root@watcher root]#


AT>why?

AT>-- 
AT>Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC
AT>My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc]
AT>Big trouble - Decreasing electron flux
AT>_______________________________________________
AT>LARTC mailing list / [EMAIL PROTECTED]
AT>http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

-- 
Best regard, Alexander Trotsai aka MAGE-RIPE aka MAGE-UANIC
My PGP at ftp://blackhole.adamant.net/pgp/trotsai.key[.asc]
Big trouble - Cache miss - please take better aim next time
_______________________________________________
LARTC mailing list / [EMAIL PROTECTED]
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

Reply via email to