From owner-freebsd-net@FreeBSD.ORG Tue Sep 11 16:02:03 2012 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 108141065677; Tue, 11 Sep 2012 16:02:03 +0000 (UTC) (envelope-from dblais@interplex.ca) Received: from smtp1.interplex.ca (smtp1.interplex.ca [207.134.105.5]) by mx1.freebsd.org (Postfix) with ESMTP id CEC348FC1E; Tue, 11 Sep 2012 16:02:01 +0000 (UTC) Received: by smtp1.interplex.ca (Postfix, from userid 106) id D63035091E; Tue, 11 Sep 2012 12:01:54 -0400 (EDT) Received: from smtp.interplex.ca (office.abi.ca [207.134.166.34]) by smtp1.interplex.ca (Postfix) with ESMTP id 85F8A508B1; Tue, 11 Sep 2012 12:01:54 -0400 (EDT) Received: from WIN2008.Domnt.abi.ca ([fe80::e06e:fea4:8702:2295]) by WIN2008.Domnt.abi.ca ([fe80::e06e:fea4:8702:2295%12]) with mapi; Tue, 11 Sep 2012 12:01:54 -0400 From: Dominic Blais To: Gleb Smirnoff Date: Tue, 11 Sep 2012 12:01:49 -0400 Thread-Topic: kernel: arpresolve: can't allocate llinfo for 65.59.233.102 Thread-Index: Ac2QKRcO/pk3LnYLQbqksMP/vfPChQADVmLw Message-ID: <2DE61B0869B7484997BCA012845482C7EBE62DDDB5@WIN2008.Domnt.abi.ca> References: <2DE61B0869B7484997BCA012845482C7EBE62DDD88@WIN2008.Domnt.abi.ca> <20120910140300.GV44854@FreeBSD.org> <2DE61B0869B7484997BCA012845482C7EBE62DDDAE@WIN2008.Domnt.abi.ca> <20120911142355.GM44854@glebius.int.ru> In-Reply-To: <20120911142355.GM44854@glebius.int.ru> Accept-Language: fr-FR, fr-CA Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: fr-FR, fr-CA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "freebsd-net@freebsd.org" Subject: RE: kernel: arpresolve: can't allocate llinfo for 65.59.233.102 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 16:02:03 -0000 I could do something about the route monitor but not the fstat | grep route= ... I mean, I would have to run it in a loop endlessly until the bug happen= s... Even with it, it's not even sure I would catch it... Is there some way we can fstat everything so I don't miss what's happening = between 2 calls to fstat? -- -----Message d'origine----- De=A0: Gleb Smirnoff [mailto:glebius@FreeBSD.org]=20 Envoy=E9=A0: 11 septembre 2012 10:24 =C0=A0: Dominic Blais Cc=A0: freebsd-net@freebsd.org Objet=A0: Re: kernel: arpresolve: can't allocate llinfo for 65.59.233.102 On Tue, Sep 11, 2012 at 09:19:59AM -0400, Dominic Blais wrote: D> Hi! D>=20 D> I just noticed that it is my default route that is changing for the afor= ementioned in the subject IP address. What the "$?% could cause that? Could= MPD push that route as default? For what reason? That IP address doesn't e= ven belong to us. Really weird... I'd suggest you to run 'route monitor' to see exact message that inserts th= e route into the kernel and run periodically 'fstat | grep route' to catch = the application that opens routing socket. -- Totus tuus, Glebius.