From owner-freebsd-stable@FreeBSD.ORG Sun May 9 14:47:32 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7354B1065670; Sun, 9 May 2010 14:47:32 +0000 (UTC) (envelope-from jhellenthal@gmail.com) Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com [209.85.221.181]) by mx1.freebsd.org (Postfix) with ESMTP id 159668FC1D; Sun, 9 May 2010 14:47:31 +0000 (UTC) Received: by qyk11 with SMTP id 11so4163023qyk.13 for ; Sun, 09 May 2010 07:47:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :user-agent:mime-version:to:subject:x-enigmail-version:content-type :content-transfer-encoding; bh=AxQqbYY7CmqHl/3XV8IKGYTDUd6/RygdhgdBiOSRZ94=; b=QkAvKfLBFCpSNa2FWSrxjJGo0JLoPsO7vqS9Mzv1i0mIB0Ttc2raV1voAmIf3D/2Sz 8knOPSJJWevQ4ir95Y7J6YQ+UTwUyhz5E0GJkpSLSG6+Efzi5nJcL6pzDEuBVCntJq3a bOcNjSoN52dIb62rOq/88KYcWmhvbOGUyu1+o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:subject :x-enigmail-version:content-type:content-transfer-encoding; b=yCIH35me2Q5CREaAzoM90OgrEuiZ/QhuNzCl/ImedgGb4YtfW9KQAVtpNlAIAB5Yuu EFRvauyDkVt7/64TBQuT9WZ03+cyYsvJMK+L2DtmH1A48aoUAQgvZdbz2JXOyyfHI0hd ED2y/yLbBBjJig9ZQDdfQajeZZZPXnaHVR49U= Received: by 10.229.217.206 with SMTP id hn14mr2036936qcb.70.1273416451142; Sun, 09 May 2010 07:47:31 -0700 (PDT) Received: from centel.dataix.local (adsl-99-19-41-129.dsl.klmzmi.sbcglobal.net [99.19.41.129]) by mx.google.com with ESMTPS id g19sm2911132qcq.5.2010.05.09.07.47.29 (version=SSLv3 cipher=RC4-MD5); Sun, 09 May 2010 07:47:30 -0700 (PDT) Sender: "J. Hellenthal" Message-ID: <4BE6CB01.9070505@dataix.net> Date: Sun, 09 May 2010 10:47:29 -0400 From: jhell User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: Doug Barton , FreeBSD Stable X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: r207811 rc.subr X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 May 2010 14:47:32 -0000 Hi again Doug, Just another report about rc.subr r207811. Cannot 'resync' ipfilter. Set ipfilter_enable to YES in /etc/rc.conf or use 'one resync' instead of 'resync'. Cannot 'resync' ipfilter. Set ipfilter_enable to YES in /etc/rc.conf or use 'one resync' instead of 'resync'. This happens during boot... This is also on a system that does not have ipfilter, built WITHOUT_IPFILTER=yes. -- jhell