From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 18 01:56:39 2007 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4BFBC16A40F for ; Thu, 18 Jan 2007 01:56:39 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.227]) by mx1.freebsd.org (Postfix) with ESMTP id CAC6C13C442 for ; Thu, 18 Jan 2007 01:56:38 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so48646wxc for ; Wed, 17 Jan 2007 17:56:38 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=iOXEAbETNS3pMwb6AqE56Rr6SelDyhY18m6+ZEcvHQXAzwyHCOa/B9mqwwSFEn5iwUZMJKZh7Pemy5XyFxuXVxtBEP9abINedsieS4X4AwbuSSybJwsRYMJmpQ6yG3MBz+m5qLtKnK+dIo/e0g394UarDMmJORE1cQmVPWlnuCA= Received: by 10.90.52.2 with SMTP id z2mr375149agz.1169083665552; Wed, 17 Jan 2007 17:27:45 -0800 (PST) Received: by 10.90.31.7 with HTTP; Wed, 17 Jan 2007 17:27:45 -0800 (PST) Message-ID: Date: Thu, 18 Jan 2007 10:27:45 +0900 From: "Adrian Chadd" Sender: adrian.chadd@gmail.com To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 216737fc506f8b74 Subject: "out of mbufs" message? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jan 2007 01:56:39 -0000 Hi, I'm looking to add back in the "allocation failed; please consider increasing NMBCLUSTERS" message which seemed to have disappeared. I know its bitten me more than once and I've seen it pop up on the FreeBSD lists from time to time. The symptom isn't very obvious - all networking just stops and you wonder whether your network card is to blame. Would m_getm() be an appropriate place to notice failure and log a message? Adrian