From owner-freebsd-current@freebsd.org Tue Dec 13 16:07:25 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 60AFCC759E1 for ; Tue, 13 Dec 2016 16:07:25 +0000 (UTC) (envelope-from imb@protected-networks.net) Received: from mail.protected-networks.net (mail.protected-networks.net [202.12.127.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.protected-networks.net", Issuer "Protected Networks CA" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id AA8C31C6C; Tue, 13 Dec 2016 16:07:23 +0000 (UTC) (envelope-from imb@protected-networks.net) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d= protected-networks.net; h=content-transfer-encoding:content-type :content-type:in-reply-to:mime-version:user-agent:date:date :message-id:from:from:references:subject:subject; s=201508; t= 1481645241; bh=gdO+sYXO9fqCqaDUwgPwz6DRHWfShZcXjfcXEhPWrNg=; b=K f0FCFdUc81f7PC9IFKWnFeCef8Iq8TFWVtW12yE6y7TNaeIXd5RPts7Mxv8EKt5U XQ/6mc6pbbEJvUBEjHbZYo15aemqw9KtOygFBkggbwIx6Chm1MXHult+NZM7pctL jQ5+arTF9BEErS0JVMcPm1Ui1CorNHOHNhyUFoQno4= Received: from toshi.auburn.protected-networks.net (unknown [IPv6:2001:470:1f07:4e1::4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: imb@mail.protected-networks.net) by mail.protected-networks.net (Postfix) with ESMTPSA id 96CAF1B1D3; Tue, 13 Dec 2016 11:07:20 -0500 (EST) Subject: Re: Log spam: Limiting * response from 1 to 200 packets/sec To: Eric van Gyzen , FreeBSD Current , glebius@FreeBSD.org, rrs@FreeBSD.org, jtl@FreeBSD.org References: <630314dc-e14f-02e7-aa48-4456b0feeef9@protected-networks.net> <689f6fbe-c59f-2e3a-44d6-bc9d19d31bf9@FreeBSD.org> From: Michael Butler Message-ID: <3dbb632b-e095-1d34-d97f-132bbf54245a@protected-networks.net> Date: Tue, 13 Dec 2016 11:07:19 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <689f6fbe-c59f-2e3a-44d6-bc9d19d31bf9@FreeBSD.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.23 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: Tue, 13 Dec 2016 16:07:25 -0000 On 12/13/16 10:48, Eric van Gyzen wrote: > On 12/13/2016 09:24, Michael Butler wrote: >> Any hints as to why all of my -current equipment is complaining like below. Is >> there a sysctl to moderate/turn this off? >> >> Dec 13 10:00:01 archive kernel: Limiting icmp unreach response from 1 to 200 >> packets/sec >> Dec 13 10:00:21 archive last message repeated 13 times >> Dec 13 10:02:21 archive last message repeated 18 times >> Dec 13 10:06:21 archive last message repeated 36 times >> Dec 13 10:07:11 archive kernel: Limiting icmp ping response from 1 to 200 >> packets/sec >> Dec 13 10:07:55 archive kernel: Limiting icmp unreach response from 1 to 200 >> packets/sec >> Dec 13 10:08:21 archive last message repeated 17 times >> Dec 13 10:08:37 archive kernel: Limiting closed port RST response from 4 to 200 >> packets/sec >> Dec 13 10:09:55 archive kernel: Limiting icmp unreach response from 1 to 200 >> packets/sec >> Dec 13 10:10:21 archive last message repeated 17 times >> Dec 13 10:12:21 archive last message repeated 18 times >> Dec 13 10:12:28 archive kernel: Limiting icmp ping response from 1 to 200 >> packets/sec >> Dec 13 10:13:55 archive kernel: Limiting icmp unreach response from 1 to 200 >> packets/sec > > What Subversion revision are you running? Did this start happening after a > recent update? I ask because r309745 was committed a few days ago and might > have changed the behavior. That's consistent with my observations. I was in Australia for a couple of weeks and have just updated from SVN r309056 to r309852, Michael