[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 397] Re: how to disable cbq
chen huayi wrote:
> Since I'm quite new at this altq, I tried several
> methods still couldn't make it.
> I used kill -9 to terminate the process.
Don't use -9 (SIGKILL). Use -15 (SIGTERM) or -2 (SIGINT).
> I tried using
> "altq if_name disable" under altqd -d mode.
Use your interface name (e.g., fxp0) for "if_name".
> I also
> tried using kldunload altq_cbq.
You cannot kldunload altq_cbq until you detach it from the interface.
> but CBQ is still on that interface. What did I miss?
-Kenjiro