From owner-freebsd-questions Thu Mar 21 13:52:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from fep03-mail.bloor.is.net.cable.rogers.com (fep03-mail.bloor.is.net.cable.rogers.com [66.185.86.73]) by hub.freebsd.org (Postfix) with ESMTP id 51A9037B41B for ; Thu, 21 Mar 2002 13:52:18 -0800 (PST) Received: from hyperion ([24.156.109.151]) by fep03-mail.bloor.is.net.cable.rogers.com (InterMail vM.5.01.04.06 201-253-122-122-106-20020109) with ESMTP id <20020321215218.FNMI4430.fep03-mail.bloor.is.net.cable.rogers.com@hyperion> for ; Thu, 21 Mar 2002 16:52:18 -0500 Date: Thu, 21 Mar 2002 16:52:15 -0500 Subject: Re: can't allocate llinfo Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v481) From: Joe Abley To: freebsd-questions@freebsd.org Content-Transfer-Encoding: 7bit In-Reply-To: Message-Id: X-Mailer: Apple Mail (2.481) X-Authentication-Info: Submitted using SMTP AUTH PLAIN at fep03-mail.bloor.is.net.cable.rogers.com from [24.156.109.151] using ID at Thu, 21 Mar 2002 16:52:18 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [replying to my own post] On Thursday, March 21, 2002, at 04:43 , Joe Abley wrote: > I'm getting a bunch of these, all of a sudden: > > Mar 21 16:39:39 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > Mar 21 16:39:44 buffoon /kernel: arplookup 209.249.158.34 failed: could > not allocate llinfo > Mar 21 16:39:44 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > Mar 21 16:39:45 buffoon /kernel: arplookup 209.249.158.34 failed: could > not allocate llinfo > Mar 21 16:39:45 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > Mar 21 16:39:45 buffoon /kernel: arplookup 209.249.158.34 failed: could > not allocate llinfo > Mar 21 16:39:45 buffoon /kernel: arpresolve: can't allocate llinfo for > 209.249.158.34rt > > They are scaring me, slightly, especially with that slightly malformed > IP address. Aah, I see that it's not malformed; the relevant code in netinet/if_ether.c says if (la == 0 || rt == 0) { log(LOG_DEBUG, "arpresolve: can't allocate llinfo for %s%s%s\n", inet_ntoa(SIN(dst)->sin_addr), la ? "la" : "", rt ? "rt" : ""); m_freem(m); return (0); } I still don't understand why this is happening, though, so clues would still be welcome. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message