From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 05:21:16 2003 Return-Path: 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 D43FD37B401 for ; Fri, 4 Apr 2003 05:21:16 -0800 (PST) Received: from smtp.tor.pathcom.com (smtp.tor.pathcom.com [209.250.128.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A79343FA3 for ; Fri, 4 Apr 2003 05:21:16 -0800 (PST) (envelope-from lwh@pathcom.com) Received: from rdsl-0309.tor.pathcom.com (rdsl-0309.tor.pathcom.com [207.188.67.53]) by smtp.tor.pathcom.com (8.12.9/8.12.6) with ESMTP id h34DL7xQ008782; Fri, 4 Apr 2003 08:21:11 -0500 (EST) Date: Fri, 4 Apr 2003 08:21:03 -0500 (EST) From: Luke Hollins Sender: lwh@phoenix.zer0.net To: "W. J. Williams" In-Reply-To: <20030402161722.59284.qmail@web13505.mail.yahoo.com> Message-ID: References: <20030402161722.59284.qmail@web13505.mail.yahoo.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: Stop this from clogging DMESG X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Luke Hollins List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Apr 2003 13:21:17 -0000 On Wed, 2 Apr 2003, W. J. Williams wrote: > arp: 192.168.0.2 is on lo0 but got reply from 00:d0:b7:b7:66:eb on fxp1 > > Hi, how do I stop this line from appearing 50,000,000 times per day in my > DMESG output. I am sure it has something to do with the two nics I am > running on this box. there is a sysctl to stop it: net.link.ether.inet.log_arp_wrong_iface: 1 if you set it to 0 it shouldn't print it anymore.