From owner-freebsd-current@FreeBSD.ORG Wed Aug 4 13:15:56 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C5AE16A4CE for ; Wed, 4 Aug 2004 13:15:56 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13DEC43D5A for ; Wed, 4 Aug 2004 13:15:56 +0000 (GMT) (envelope-from dan.cojocar@gmail.com) Received: by mproxy.gmail.com with SMTP id 77so116598rnl for ; Wed, 04 Aug 2004 06:15:55 -0700 (PDT) Received: by 10.38.12.76 with SMTP id 76mr327347rnl; Wed, 04 Aug 2004 06:15:55 -0700 (PDT) Message-ID: Date: Wed, 4 Aug 2004 16:15:55 +0300 From: Dan Cojocar To: Divacky Roman In-Reply-To: <20040804125640.GA78633@stud.fit.vutbr.cz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20040804125640.GA78633@stud.fit.vutbr.cz> cc: freebsd-current@freebsd.org Subject: Re: problems with altq X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Aug 2004 13:15:56 -0000 On Wed, 4 Aug 2004 14:56:40 +0200, Divacky Roman wrote: > I am getting this > pfctl: DIOCADDALTQ: Cannot allocate memory > if I try to enable altq on pf configured as > > altq on $ext_if bandwidth 256Kb cbq queue { ssh_i web other} > queue ssh_i bandwidth 25% cbq(borrow red) > queue web bandwidth 25% cbq(borrow red) > queue other bandwidth 50% cbq(borrow default red) > > without that "red" it works ok... Hi, I'm using red too, and i don't have that problem. I tested your config and it's working here: 5.2-CURRENT FreeBSD 5.2-CURRENT #4: Tue Aug 3 12:16:27 EEST 2004 What driver are you using? Dan