From owner-freebsd-stable@FreeBSD.ORG Wed Apr 21 09:02:39 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01F751065670 for ; Wed, 21 Apr 2010 09:02:39 +0000 (UTC) (envelope-from ukrzilla@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 83F4C8FC08 for ; Wed, 21 Apr 2010 09:02:38 +0000 (UTC) Received: by wye20 with SMTP id 20so763450wye.13 for ; Wed, 21 Apr 2010 02:02:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=6L7WR/7ChTgP0PWespqVCOuOZ7TDpKwaolrZBTI4JRA=; b=hM2lqk7uzAAJvFYmxMZN4ZZok/ASctLdTnGv3uMQNGWKYwR9RrzdMxFzxPcdD1PK3s 09sJ20Qb8msRBcxnJS5LC3+kbQsRAFgtb+YjBFZ0t/Qi8U79lVArWWKdrLfN2z7twcNG n5iG/RQlCRpXbL+xvPtEPfJcUQb9hnZOZBOaM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Hcga42CDidZkNJ7rZqNaIaObSggdsIOmu4LTzzK+D35jNWd+v9YEyyAlYCDThbOoWL oviFEvwZoUtqBml9MKerbBpuZ01iOZU11noXgvdl7GWZn/53JxMFZpAvj2RjgJ13HhG0 gyLbXkiHFLwghS3mqX9JFEKELjS5bbRCdocD0= MIME-Version: 1.0 Received: by 10.216.24.149 with HTTP; Wed, 21 Apr 2010 02:02:37 -0700 (PDT) In-Reply-To: References: Date: Wed, 21 Apr 2010 12:02:37 +0300 Received: by 10.216.176.212 with SMTP id b62mr1882317wem.179.1271840557095; Wed, 21 Apr 2010 02:02:37 -0700 (PDT) Message-ID: From: Denis Lamanov To: Alexander Petrovsky , freebsd-stable@freebsd.org Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: kernel: arpresolve: can't allocate llinfo X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2010 09:02:39 -0000 vmstat -m | grep lltable every 3 minutes increases :( lltable 16938 2149K - 17779 128,256 2010/4/21 Alexander Petrovsky > Hello! > > I have some problem. Every day/ > > # cat /var/log/debug.log > Apr 21 05:58:26 troll kernel: arpresolve: can't allocate llinfo for > 84.*.23.36 > Apr 21 05:58:56 troll kernel: arpresolve: can't allocate llinfo for > 84.*.23.36 > Apr 21 06:10:31 troll kernel: arpresolve: can't allocate llinfo for > 84.*.23.36 > Apr 21 16:28:13 troll kernel: arpresolve: can't allocate llinfo for > 84.*.23.36 > ... etc. > > # ifconfig > em0: flags=3D8843 metric 0 mtu 15= 00 > > options=3D1db > ether 00:0a:e4:0a:78:f5 > inet 84.*.23.36 netmask 0xffffffc0 broadcast 84.*.23.63 > media: Ethernet autoselect (100baseTX ) > status: active > rl0: flags=3D8843 metric 0 mtu 15= 00 > options=3D48 > ether 00:14:d1:14:62:63 > inet 84.*.22.3 netmask 0xffffff80 broadcast 84.*.22.127 > ... > inet 84.*.22.16 netmask 0xffffff80 broadcast 84.*.22.127 > media: Ethernet autoselect (100baseTX ) > status: active > rl1: flags=3D8843 metric 0 mtu 15= 00 > options=3D48 > ether 00:40:f4:cc:d2:98 > inet 192.168.47.3 netmask 0xffffff00 broadcast 192.168.47.255 > ... > inet 192.168.47.16 netmask 0xffffff00 broadcast 192.168.47.255 > media: Ethernet autoselect (100baseTX ) > status: active > lo0: flags=3D8049 metric 0 mtu 16384 > > # uname -a > FreeBSD * 8.0-STABLE FreeBSD 8.0-STABLE #0 r199880: Thu Dec 3 13:35:21 > IRKT 2009 alexander@*:/usr/obj/usr/src/sys/WEBKERNEL i386 > > what could be the problem? > > 2010/4/21 Denis Lamanov > >> Hi! I am ukranian and bad speak english :( >> I have VPN servers with mpd5.5 and FreeBSD 8.0 >> upgrade it to 8.0-STABLE #1 r206493 >> all servers have real static IP address >> in mpd enabled proxy-arp and mpd provide real static IP address into >> pptp/l2tp tunnels. >> Periodic in console and /var/log/debug.log writes: >> kernel: arpresolve: can't allocate llinfo for 155.xx.xx.1 >> kernel: arpresolve: can't allocate llinfo for 155.xx.xx.123 >> kernel: arpresolve: can't allocate llinfo for 155.xx.xx.456 >> >> and after server kernel panic/trap 12 with current proccess: ng_queue >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org= " >> > > > > -- > =F0=C5=D4=D2=CF=D7=D3=CB=C9=CA =E1=CC=C5=CB=D3=C1=CE=C4=D2 / Alexander Pe= trovsky, > > ICQ: 350342118 > Jabber: juise@jabber.ru > Phone: +7 914 8 820 815 >