From owner-freebsd-current Sun Mar 23 09:44:25 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA15836 for current-outgoing; Sun, 23 Mar 1997 09:44:25 -0800 (PST) Received: from rover.village.org (rover.village.org [204.144.255.49]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA15829 for ; Sun, 23 Mar 1997 09:44:22 -0800 (PST) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 0.56 #1) id E0w8rJZ-0002EV-00; Sun, 23 Mar 1997 10:44:17 -0700 To: Bill Fenner Subject: Re: Possible routed problem 2.2 Cc: freebsd-current@freebsd.org, neil.long@materials.oxford.ac.uk In-reply-to: Your message of "Sat, 22 Mar 1997 10:00:30 PST." <97Mar22.100042pst.177486@crevenia.parc.xerox.com> References: <97Mar22.100042pst.177486@crevenia.parc.xerox.com> Date: Sun, 23 Mar 1997 10:44:16 -0700 From: Warner Losh Message-Id: Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <97Mar22.100042pst.177486@crevenia.parc.xerox.com> Bill Fenner writes: : >ping: sendto: No buffer space available : : Looks like your machine ran out of mbuf's. If you can recreate this, try : "netstat -m" and see if any category has a much higher number than the others. I get these a lot when I had my gateway machine down or in some state of bringing up the ppp link too. Once the ppp link comes back, it usually stops doing this. Warner