From owner-freebsd-current@FreeBSD.ORG Mon Aug 9 16:54:10 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 6C66C16A4CF for ; Mon, 9 Aug 2004 16:54:10 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B75943D48 for ; Mon, 9 Aug 2004 16:54:08 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by mproxy.gmail.com with SMTP id 75so106201rnl for ; Mon, 09 Aug 2004 09:54:01 -0700 (PDT) Received: by 10.38.86.74 with SMTP id j74mr786690rnb; Mon, 09 Aug 2004 09:54:01 -0700 (PDT) Message-ID: Date: Tue, 10 Aug 2004 00:54:01 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: kldload pf failed on -current 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: Mon, 09 Aug 2004 16:54:10 -0000 root@chihiro:/usr/src# kldload -v pf kldload: can't load pf: No such file or directory root@chihiro:/usr/src# kldload /boot/kernel/pf.ko root@chihiro:/usr/src# /etc/rc.d/pf restart Enabling pf. pf enabled Somehow kldload cannot find pf.ko if no specific path is given. This is a 2 hours old -current. Jiawei