[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq:1854] Re: Help!
Tiago Fioreze wrote:
[snip]
> For me, these messages indicate a 'normal' execution of my program. And I
> suppose that ALTQ is enabled on interface ed0. For my surprise, when I type
> the command 'altqstat -n -i ed0', I got:
>
> altqstat: altq is not attached on ed0!
>
> I have used a debugger (gdb) to see what's going on, but I haven't find
> nothing 'anormal' in the execution of my program.
Please run gdb on altqstat and see why ifname2qdisc() in
altqstat/qdisc_conf.c returns 0.
-Kenjiro