From owner-freebsd-current@FreeBSD.ORG Mon Jan 19 01:20:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C4E816A4CE for ; Mon, 19 Jan 2004 01:20:12 -0800 (PST) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C82C43D2F for ; Mon, 19 Jan 2004 01:20:10 -0800 (PST) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (localhost [127.0.0.1]) i0J9K7ZV035374 for ; Mon, 19 Jan 2004 04:20:07 -0500 (EST) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)i0J9K7J1035371 for ; Mon, 19 Jan 2004 04:20:07 -0500 (EST) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Mon, 19 Jan 2004 04:20:07 -0500 (EST) From: Andre Guibert de Bruet To: current@freebsd.org Message-ID: <20040119034655.U42487@alpha.siliconlandmark.com> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-708291516-1074504007=:42487" X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean Subject: netstat -s: sysctl: net.inet.pim.stats: No such file or directory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 19 Jan 2004 09:20:12 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. Send mail to mime@docserver.cac.washington.edu for more info. --0-708291516-1074504007=:42487 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, Running netstat -s yields the following: igmp: 0 messages received 0 messages received with too few bytes 0 messages received with bad checksum 0 membership queries received 0 membership queries received with invalid field(s) 0 membership reports received 0 membership reports received with invalid field(s) 0 membership reports received for groups to which we belong 0 membership reports sent netstat: sysctl: net.inet.pim.stats: No such file or directory ip6: 0 total packets received 0 with size smaller than minimum 0 with data size < data length I'm seeing this on a current build from 20040115 as well as a 4.9-stable from 20040118. I've attached a patch that removes this warning. We should print out PIM stats if it's enabled in the kernel and not worry users that don't have it on. Regards, > Andre Guibert de Bruet | Enterprise Software Consultant > > Silicon Landmark, LLC. | http://siliconlandmark.com/ > --0-708291516-1074504007=:42487 Content-Type: TEXT/PLAIN; charset=US-ASCII; name="netstat.pimwarn.patch" Content-Transfer-Encoding: BASE64 Content-ID: <20040119042007.U42487@alpha.siliconlandmark.com> Content-Description: Content-Disposition: attachment; filename="netstat.pimwarn.patch" SW5kZXg6IGluZXQuYw0KPT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PQ0KUkNTIGZp bGU6IC9ob21lL25jdnMvc3JjL3Vzci5iaW4vbmV0c3RhdC9pbmV0LmMsdg0K cmV0cmlldmluZyByZXZpc2lvbiAxLjYwDQpkaWZmIC11IC1yMS42MCBpbmV0 LmMNCi0tLSBpbmV0LmMgICAgICAyMyBPY3QgMjAwMyAxMzo1MzoxOSAtMDAw MCAgICAgIDEuNjANCisrKyBpbmV0LmMgICAgICAxOSBKYW4gMjAwNCAwOTow NjoxMSAtMDAwMA0KQEAgLTcxOSw3ICs3MTksNyBAQA0KCQltZW1zZXQoJnpl cm9zdGF0LCAwLCBsZW4pOw0KCWlmIChzeXNjdGxieW5hbWUoIm5ldC5pbmV0 LnBpbS5zdGF0cyIsICZwaW1zdGF0LCAmbGVuLA0KCSAgICB6ZmxhZyA/ICZ6 ZXJvc3RhdCA6IE5VTEwsIHpmbGFnID8gbGVuIDogMCkgPCAwKSB7DQotCQl3 YXJuKCJzeXNjdGw6IG5ldC5pbmV0LnBpbS5zdGF0cyIpOw0KKy8qCQl3YXJu KCJzeXNjdGw6IG5ldC5pbmV0LnBpbS5zdGF0cyIpOyAqLw0KCQlyZXR1cm47 DQoJfQ0KDQo= --0-708291516-1074504007=:42487--