[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[altq 713] Re: altq 3 and openbsd 2.8 (fwd)
Norman Widders wrote:
> wonder what i've done wrong, ever seen a lockup using altqd + openbsd 2.8,
> happened twice, so i disabled altqd and went back to userland-ppp until i
> find out why. it runs fine for a few minutes as altqstats shows
> me.. previous uptimes were 100days before altq
[snip]
> interface ppp0 bandwidth 0.033M cbq
> # interface de0 bandwidth 0.256M cbq are these valid?
Don't set "0.033M" to bandwidth. The altq config parser doesn't handle
floating points and it is interpreted as 0, which explains the lockup.
Use 33K or 33000.
-Kenjiro