From owner-freebsd-current@FreeBSD.ORG Wed Apr 8 22:20:57 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDC7C106564A for ; Wed, 8 Apr 2009 22:20:57 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-bw0-f164.google.com (mail-bw0-f164.google.com [209.85.218.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1D0748FC13 for ; Wed, 8 Apr 2009 22:20:56 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by bwz8 with SMTP id 8so333487bwz.43 for ; Wed, 08 Apr 2009 15:20:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=HQkA1o2SnEYnIx1oeMQ8WK4RIySaiOR45/Y6gSaeq3k=; b=J+KyROPlTzP8MCKwEwc7/VBgTTc9zlockocq8Hd/n+CoU5fojuRNngoS7DZRhdrz/a 6ls2rT0VLF3caeg0oX/xpyyfsCvQlZr4+mkBU5UdC086QyRUVQz1eNbZvjwcVAV3MiG2 bGZsjXgUPsGG37KMHnsnGVw9lKljZ4TY8HaNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nrxHOsQvIHp5VLh6chwynW73rt6vHs/3rlW2LmWb+H/1XVXu2wvRMpk5CDbBucbmXC K/nxYHViXT/0hrcJvj0cq42MmPKqcBidPj19CipYsOEuscfRD0bU4BJd5Z5XzPun/V8X hDm8eByfToPYpNzkwSkwbMBFQpPx2WWZRydKs= MIME-Version: 1.0 Received: by 10.223.109.148 with SMTP id j20mr30008fap.43.1239228816443; Wed, 08 Apr 2009 15:13:36 -0700 (PDT) In-Reply-To: References: <49D851FC.4090103@sdf.lonestar.org> Date: Wed, 8 Apr 2009 18:13:36 -0400 Message-ID: From: Ryan Stone To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: NFS lockd/statd lock up network connection X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 08 Apr 2009 22:20:58 -0000 Forgot to reply all, sorry. ---------- Forwarded message ---------- From: Ryan Stone Date: Wed, Apr 8, 2009 at 6:12 PM Subject: Re: NFS lockd/statd lock up network connection To: Tom McLaughlin On Wed, Apr 8, 2009 at 6:05 PM, Ryan Stone wrote: > > em0: Could not setup receive structures > > The em driver prints this out when it can't allocate mbufs or clusters. > Can you show the output of vmstat -z? This error is indicative of a leak of > mbufs or clusters, or a misconfiguration(too few mbufs or clusters). > > Ryan Stone > Also, can you run sysctl dev.em.0.debug=1? That will print a bunch of debugging information to the console. The two lines I'm most interested in are Std mbuf failed = Std mbuf cluster failed =