Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Mar 1997 10:00:30 PST
From:      Bill Fenner <fenner@parc.xerox.com>
To:        freebsd-current@freebsd.org, neil.long@materials.oxford.ac.uk
Subject:   Re:  Possible routed problem 2.2
Message-ID:  <97Mar22.100042pst.177486@crevenia.parc.xerox.com>

next in thread | raw e-mail | index | archive | help
>The machine was not contactable via the net but was still running when I
>went in to check. These are the errors logged in messages
>
>Mar 22 01:15:00 njl sendbackup[446]: error [dump returned 3, compress
>got signal
> 13]
>Mar 22 01:15:22 njl routed[58]: punt RTM_LOSING without gateway
>Mar 22 01:15:46 njl routed[58]: punt RTM_LOSING without gateway

These mean that TCP to a machine on the local network was having
trouble.  (Probably just another symptom of what you show below).  It's
a bug in routed that it logs this fact at such a high level; the TCP
trouble has nothing to do with routed.

>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.

  Bill



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?97Mar22.100042pst.177486>