From owner-freebsd-current@FreeBSD.ORG Sun Jul 11 17:52:14 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B05BE1065674 for ; Sun, 11 Jul 2010 17:52:14 +0000 (UTC) (envelope-from pali.gabor@googlemail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 352258FC12 for ; Sun, 11 Jul 2010 17:52:13 +0000 (UTC) Received: by bwz12 with SMTP id 12so2431412bwz.13 for ; Sun, 11 Jul 2010 10:52:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:date:from :organization:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=MNY5zUQXEbUxcV3+lDRPGTdCXBIHZz/mecMok46sui0=; b=QV7fvMBY8PuDxFZbtzjcGEJQiD8gSCfBMZZ+74Nns6X47Tx3tKvytK00yv/JB856ZH qWk/ZFXjhT1qrHfY1R2mSxDUeutMkNTFs6ZVbZgqhP9XQr3rjlSj9W2ZRNiD7yKW4nWU DxVbCaqvsjeGmD5WBXiFC1ZBMgGmfUQZukfG4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=sender:message-id:date:from:organization:user-agent:mime-version:to :subject:references:in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=LXLlFLKNPSwEvwIg/Ofjvy3T8gdplcUNS4SLcJ62+vc4A/R7/nbUlB/S8+aOrMXXEi GqIjX9MHkkXBPKnEOLYNXnasbMcGK3erhDu60TC3gXvm6Z97XTBlqFUK3kWEvvD5iau2 /2t4GJLGirAC0Mje02WWjqw9SYRkO9MIJz1Lk= Received: by 10.204.81.100 with SMTP id w36mr9494782bkk.22.1278868949182; Sun, 11 Jul 2010 10:22:29 -0700 (PDT) Received: from [129.16.199.244] (dhcp-199-244.nomad.chalmers.se [129.16.199.244]) by mx.google.com with ESMTPS id 24sm14371656bkr.19.2010.07.11.10.22.28 (version=SSLv3 cipher=RC4-MD5); Sun, 11 Jul 2010 10:22:28 -0700 (PDT) Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= Message-ID: <4C39FE1B.3010304@FreeBSD.org> Date: Sun, 11 Jul 2010 19:23:39 +0200 From: Gabor PALI Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.9) Gecko/20100331 Thunderbird/3.0.4 MIME-Version: 1.0 To: freebsd-current@freebsd.org References: In-Reply-To: X-Enigmail-Version: 1.0.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: Call for testers: wireless module for bsnmpd(1) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jul 2010 17:52:14 -0000 On 07/10/10 13:27, Shteryana Shopova wrote: > All feedback is wellcome - bug reports, requests for features to be > included in future versions of the module, code style and bug fix > patches. > A few comments: - I think there should be bsnmpd(1) instead of bsnmpd(8) in the NAME section of snmp_wlan(3). - It creates an "/usr/lib/snmp_wlan.so." file which seems a bit strange for me. - It produces the following on my machine: snmpd[3871]: SNMP wlan loaded wlan_wlan_acl module snmpd[3871]: send: Connection refused snmpd[3871]: iface wlan0 - get param: ioctl(41) failed: Invalid argument snmpd[3871]: iface wlan0 - get param: ioctl(41) failed: Invalid argument snmpd[3871]: iface wlan0 - get param: ioctl(41) failed: Invalid argument snmpd[3871]: iface wlan0 - get param: ioctl(41) failed: Invalid argument I have the following card configured for wlan0: wpi0: mem 0xf0200000-0xf0200fff irq 18 at device 0.0 on pci4 wpi0: Driver Revision 20071127 wpi0: Hardware Revision (0x1) It is a FreeBSD/amd64 8-STABLE, from around beginning of April. :g