From owner-freebsd-hackers Mon Jul 13 03:21:30 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA10219 for freebsd-hackers-outgoing; Mon, 13 Jul 1998 03:21:30 -0700 (PDT) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns1.yes.no (ns1.yes.no [195.119.24.10]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA10214 for ; Mon, 13 Jul 1998 03:21:28 -0700 (PDT) (envelope-from eivind@bitbox.follo.net) Received: from bitbox.follo.net (bitbox.follo.net [195.204.143.218]) by ns1.yes.no (8.8.7/8.8.7) with ESMTP id KAA09251; Mon, 13 Jul 1998 10:21:24 GMT Received: (from eivind@localhost) by bitbox.follo.net (8.8.8/8.8.6) id MAA27268; Mon, 13 Jul 1998 12:21:24 +0200 (MET DST) Message-ID: <19980713122124.39089@follo.net> Date: Mon, 13 Jul 1998 12:21:24 +0200 From: Eivind Eklund To: Terry Lambert Cc: hackers@FreeBSD.ORG Subject: Re: Still having problems with my driver :( References: <199807120558.WAA28581@usr07.primenet.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <199807120558.WAA28581@usr07.primenet.com>; from Terry Lambert on Sun, Jul 12, 1998 at 05:58:22AM +0000 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Limited to -hackers only. On Sun, Jul 12, 1998 at 05:58:22AM +0000, Terry Lambert wrote: > > The only messages I got indicating anything at all is wrong were > > these when I ifconfig the card up for the first time after a > > reboot. > > > > Jul 10 22:21:33 anarchy routed[69]: ignore RTM_ADD without gateway > > Jul 10 22:21:33 anarchy routed[69]: Send bcast sendto(tok0, > > 10.0.0.255.520): No buffer space available > > Jul 10 22:21:33 anarchy routed[69]: write(rt_sock) RTM_ADD 10.0.0.0/24 > > --> 10.0.0.1: File exists > > > > Any ideas what might be wrong, or could someone please look at my > > code and help me figure this out. > > This happens to me on my ppp link if I start pinging, but turn my > modem off (yes, I do bizarre things to see what would happen on > border cases) so the link can't come up. > > Typically, it means that outbound packets haven't been sent, and the > output queue has filled up. In the PPP case, it probably means it has done a blocking operation somehow, one the original author thought "wouldn't take time". iij-ppp relied heavily on non-blocking mode last time I looked ;-) Eivind. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message