From owner-freebsd-questions@FreeBSD.ORG Wed Jun 21 20:35:49 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A87DE16A474 for ; Wed, 21 Jun 2006 20:35:49 +0000 (UTC) (envelope-from clarkp@mtmary.edu) Received: from fear.mtmary.edu (fear.mtmary.edu [208.24.226.210]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D59343D49 for ; Wed, 21 Jun 2006 20:35:48 +0000 (GMT) (envelope-from clarkp@mtmary.edu) Received: from [127.0.0.1] (war.mtmary.edu [208.24.226.200]) by fear.mtmary.edu (Postfix) with ESMTP id DD20E50545E for ; Wed, 21 Jun 2006 16:07:04 -0500 (CDT) Message-ID: <4499AD9F.4080305@mtmary.edu> Date: Wed, 21 Jun 2006 15:35:43 -0500 From: Peter Clark User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Device Busy X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2006 20:35:49 -0000 Hello, I am installing a FreeBSD 6.1 i386 machine and using IPF. When I apply some variables to sysctl for IPF I end up with a device busy response. the variables in question are: net.inet.ipf.fr_tcpclosed=1 net.inet.ipf.fr_tcpclosewait=60 net.inet.ipf.fr_tcphalfclosed=300 net.inet.ipf.fr_tcpidletimeout=7200 net.inet.ipf.fr_tcplastack=20 net.inet.ipf.fr_tcptimeout=120 net.inet.ipf.fr_udptimeout=120 The problem occurs both on startup with these in sysctl.conf and if I try do enter it manually: imap# sysctl net.inet.ipf.fr_tcpclosed=1 net.inet.ipf.fr_tcpclosed: 120 sysctl: net.inet.ipf.fr_tcpclosed: Device busy These are the same variables that I have been using successfully on other versions of FreeBSD (5.x and 4.x) so I am inclined to think that I am missing something obvious in this latest version. I am running: FreeBSD 6.1-RELEASE-p2 with: ipf: IP Filter: v4.1.8 (416) Any pointers? Thanks, Peter