Date: Mon, 13 Jul 1998 12:21:24 +0200 From: Eivind Eklund <eivind@yes.no> To: Terry Lambert <tlambert@primenet.com> Cc: hackers@FreeBSD.ORG Subject: Re: Still having problems with my driver :( Message-ID: <19980713122124.39089@follo.net> In-Reply-To: <199807120558.WAA28581@usr07.primenet.com>; from Terry Lambert on Sun, Jul 12, 1998 at 05:58:22AM %2B0000 References: <Pine.SUN.3.91.980711153811.23884C-101000@heathers.stdio.com> <199807120558.WAA28581@usr07.primenet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980713122124.39089>