From owner-freebsd-net@FreeBSD.ORG Sun May 1 19:15:08 2005 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B96516A4CE for ; Sun, 1 May 2005 19:15:08 +0000 (GMT) Received: from mail.internet.is (xs.heimsnet.is [193.4.194.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4C6B43D49 for ; Sun, 1 May 2005 19:15:07 +0000 (GMT) (envelope-from baldur@foo.is) Received: from tesla.foo.is (tesla.foo.is [217.151.166.96]) by mail.internet.is (Postfix) with ESMTP id 4C7FA7ABBD for ; Sun, 1 May 2005 19:15:06 +0000 (GMT) Received: from [192.168.1.1] (abacus.foo.is [192.168.1.1]) by tesla.foo.is (Postfix) with ESMTP id AA0D6111 for ; Sun, 1 May 2005 19:15:02 +0000 (GMT) Message-ID: <42752AB5.7040102@foo.is> Date: Sun, 01 May 2005 19:15:01 +0000 From: Baldur Gislason User-Agent: Mozilla Thunderbird 1.0 (X11/20050218) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-net@freebsd.org X-Enigmail-Version: 0.89.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: ping: sendto: No buffer space available X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 May 2005 19:15:08 -0000 I have a script in my crontab that runs ping to check the state of the internet connection. The internet connection is PPTP using kernel ppp. When there's much load on the connection I get an occasional error mail from crontab saying ping: sendto: No buffer space available I have tried increasing kern.ipc.nmbclusters but that makes no difference. What can I do to get rid of this, other than ignore stderr from ping? Baldur