From owner-freebsd-i386@FreeBSD.ORG Tue Sep 14 23:10:27 2004 Return-Path: Delivered-To: freebsd-i386@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6215716A4CF for ; Tue, 14 Sep 2004 23:10:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0682743D31 for ; Tue, 14 Sep 2004 23:10:27 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.11/8.12.11) with ESMTP id i8ENAQeT018859 for ; Tue, 14 Sep 2004 23:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i8ENAQ1b018858; Tue, 14 Sep 2004 23:10:26 GMT (envelope-from gnats) Resent-Date: Tue, 14 Sep 2004 23:10:26 GMT Resent-Message-Id: <200409142310.i8ENAQ1b018858@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-i386@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aurélien Rougemont Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 551E616A4CE for ; Tue, 14 Sep 2004 23:08:14 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47C8D43D2F for ; Tue, 14 Sep 2004 23:08:14 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i8EN8DYJ023863 for ; Tue, 14 Sep 2004 23:08:13 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.11/8.12.11/Submit) id i8EN8DQR023861; Tue, 14 Sep 2004 23:08:13 GMT (envelope-from nobody) Message-Id: <200409142308.i8EN8DQR023861@www.freebsd.org> Date: Tue, 14 Sep 2004 23:08:13 GMT From: Aurélien Rougemont To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: i386/71746: altq activation problem on 5.3 beta1->4 X-BeenThere: freebsd-i386@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: I386-specific issues for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 23:10:27 -0000 >Number: 71746 >Category: i386 >Synopsis: altq activation problem on 5.3 beta1->4 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Sep 14 23:10:26 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Aurélien Rougemont >Release: 5.3beta4 >Organization: Ligarena >Environment: FreeBSD beorn.dynoland.lan 5.3-BETA4 FreeBSD 5.3-BETA4 #2: Tue Sep 14 11:34:43 CEST 2004 root@beorn.dynoland.lan:/usr/obj/usr/src/sys/BEORN i386 >Description: I've been running FreeBSD 5.2-CURRENT then 5.3beta1,2,3 and now 4 and I am still experiencing the same problem. When i'm switchting from a pf.conf file without altq, to a pf.conf file with altq, the altq module seems to remain off (no packets detected in pftop or in pfctl -v -s queue) and ignoring paquets that are macthing the rules with the queue statements. >How-To-Repeat: When I apply a pf.conf without any altq/queue statement: pf -f /path/pfnoaltq.conf then i wan to apply a pf.conf with some altq/queue statements: pf -f /path/pfwithaltq.conf >Fix: I've had to make a little workaround script to bypass this (let's dare!) bug : ----------------------- #!/bin/sh $pfctl=/sbin/pfctl $pfctl -d $pfctl -ef $1 ----------------------- >Release-Note: >Audit-Trail: >Unformatted: