From owner-freebsd-wireless@FreeBSD.ORG Mon Dec 23 16:40:26 2013 Return-Path: Delivered-To: wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F0637D88 for ; Mon, 23 Dec 2013 16:40:26 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 780CA1A53 for ; Mon, 23 Dec 2013 16:40:26 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id mc6so2356058lab.40 for ; Mon, 23 Dec 2013 08:40:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=N5KZ/UOCf052H3rRBuyRMriUBHOwr59Lr1gbyS4R1dg=; b=yYchSdduAPVxA+41UR0zB2CXfiNKYruvQrI3KKf1yWcCauCHuyQ+F6hUnPH1SNFzSg Fi++YFPl+fcFXYzjhEo/F/HYhjQ4nP9a8RBLmho9BUcvbk0X8C9Pq1phOlheUiKxlRfY qoLL5XL7qRvpukYBfXzckosn4gwoZhun4lwPhdSnwHcXRle+PrR2j3xJH3VtSesc+lmL Gkw8ooMWp2AyqsmBUvQ6GTJ2JSEMV63nJwAPrr0xmiv++PgpP/GAL1YJWnCgKADZkhsj r0EElzHPd3hTNs7fi6XoFHcY9LPrdha9ljWeAWy4KFBOkik4glb7Stgg9umo5Xg08eJq FAUA== X-Received: by 10.152.234.37 with SMTP id ub5mr670574lac.51.1387816824364; Mon, 23 Dec 2013 08:40:24 -0800 (PST) Received: from [192.168.1.129] (mau.donbass.com. [92.242.127.250]) by mx.google.com with ESMTPSA id sd11sm15353785lab.2.2013.12.23.08.40.22 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 23 Dec 2013 08:40:23 -0800 (PST) Message-ID: <52B86771.7010102@gmail.com> Date: Mon, 23 Dec 2013 18:40:17 +0200 From: Volodymyr Kostyrko User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: "freebsd-wireless@freebsd.org" Subject: rum fails to transmit packets Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Dec 2013 16:40:27 -0000 Hi all. I got one rum stick bundled with problems: 14-Nov-2013 15:56:49.396 client 192.168.57.7#2494 (mtalk.google.com): view internal: error sending response: not enough free resources 14-Nov-2013 15:56:49.527 client 192.168.57.7#11463 (oc.umeng.com): view internal: error sending response: not enough free resources Those are typical errors spitted by named when it tries to reply over UDP. Number of dropped UDP packets is also raised. Typical DNS sessions looks like: * client asks; * client asks; * client asks; * client asks; * client bails off and reconnects, asks server IP by ARP and then everything magically works. I'm on ^/stable/10 and if anyone wants to try some patches - I'm open. -- Sphinx of black quartz, judge my vow.