From heboy@mars.tku.edu.tw  Wed Jul 23 16:04:44 1997
Received: from mars.tku.edu.tw (heboy@mars.tku.edu.tw [163.13.241.67])
          by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA21357
          for <FreeBSD-gnats-submit@freebsd.org>; Wed, 23 Jul 1997 16:04:22 -0700 (PDT)
Received: (from heboy@localhost) by mars.tku.edu.tw (8.8.5/8.7.3) id HAA00723; Thu, 24 Jul 1997 07:08:00 +0800 (CST)
Message-Id: <199707232308.HAA00723@mars.tku.edu.tw>
Date: Thu, 24 Jul 1997 07:08:00 +0800 (CST)
From: heboy@mars.tku.edu.tw
Reply-To: heboy@mars.tku.edu.tw
To: FreeBSD-gnats-submit@freebsd.org
Subject: pstat -T ?
X-Send-Pr-Version: 3.2

>Number:         4152
>Category:       bin
>Synopsis:       pstat -T
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    davidg
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 23 16:10:07 PDT 1997
>Closed-Date:    Mon Nov 17 10:06:08 PST 1997
>Last-Modified:  Mon Nov 17 10:08:28 PST 1997
>Originator:     OݧڬO...
>Release:        FreeBSD 2.2-STABLE i386
>Organization:
TamKang University
>Environment:

	

>Description:

	when I upgrade my FreeBSD from CTM src-2.2.031? to src-2.2034?
	pstat -T can't show swap space

	% pstat -T
	67/1064 files
	pstat: sysctl: KERN_VNODE: No such file or directory


	thanks

>How-To-Repeat:

	

>Fix:
	
	

>Release-Note:
>Audit-Trail:

From: Paul van der Zwan <paulz@dds.nl>
To: freebsd-gnats-submit@freebsd.org, heboy@mars.tku.edu.tw
Cc:  Subject: Re: bin/4152: pstat -T
Date: Wed, 06 Aug 1997 19:17:24 +0200

 Same problem on -current.
 
 	Paul
 
 -- 
 Paul van der Zwan		paulz @ trantor.stuyts.nl
 "I think I'll move to theory, everything works in theory..."

From: j@uriah.heep.sax.de (J Wunsch)
To: freebsd-hackers@FreeBSD.ORG
Cc: archer@lucky.net (Alexander Litvin), freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: bin/4152 [Was 8 days until 2.2.5...]
Date: Thu, 16 Oct 1997 20:43:14 +0200

 As Alexander Litvin wrote:
 
 > Is "KERN_VNODE: No such file or directory" going to be in 2.2.5-RELEASE? ;)
 
 It seems so, it was a deliberate decision.  That's the log entry for
 sys/kern/vfs_subr.c:
 
 revision 1.87
 date: 1997/06/10 02:48:08;  author: davidg;  state: Exp;  lines: +8 -1
 Disabled the kern.vnode sysctl variable. It's causing system crashes on
 large systems and needs to be re-thinked or removed wholesale.
 
 So we might set the PR's status to `analyzed', without anybody in
 sight to fix it anytime soon.
 
 -- 
 cheers, J"org
 
 joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE
 Never trust an operating system you don't have sources for. ;-)
State-Changed-From-To: open->analyzed 
State-Changed-By: joerg 
State-Changed-When: Thu Oct 16 21:04:35 MEST 1997 
State-Changed-Why:  

The problem is caused by intentionally disabling the related kernel 
code in rev 1.87 of sys/kern/vfs_subr.c, due to other bugs. 


Responsible-Changed-From-To: freebsd-bugs->davidg 
Responsible-Changed-By: joerg 
Responsible-Changed-When: Thu Oct 16 21:04:35 MEST 1997 
Responsible-Changed-Why:  
davidg committed rev 1.87 of vfs_subr.c, so he might also keep track 
of this PR (and either close it or suspend it if no solution is in 
sight). 
State-Changed-From-To: analyzed->closed 
State-Changed-By: davidg 
State-Changed-When: Mon Nov 17 10:06:08 PST 1997 
State-Changed-Why:  

I fixed it by removing the report on number of vnodes in use in 
rev 1.32 of pstat.c. 
>Unformatted:
