El Tuesday 23 May 2006 13:17, George Nychis escribió:
> Hey,
>
> I am getting an invalid argument trying to insert a qdisc:
>
> [EMAIL PROTECTED] 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?

maybe strace (system calls and signals trace) can give you some clues.

strace tc qdisc add dev eth0 root xcp capacity 50Mbit limit 500

-- 
Luciano

-- 
Luciano
_______________________________________________
LARTC mailing list
[email protected]
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

Reply via email to