From jmacd@deceit.xcf.berkeley.edu  Mon Aug 26 23:33:59 1996
Received: from deceit.xcf.berkeley.edu (deceit.XCF.Berkeley.EDU [128.32.43.214])
          by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA16379
          for <FreeBSD-gnats-submit@freebsd.org>; Mon, 26 Aug 1996 23:33:58 -0700 (PDT)
Received: (from jmacd@localhost) by deceit.xcf.berkeley.edu (8.7.5/8.7.3) id XAA15851; Mon, 26 Aug 1996 23:31:04 -0700 (PDT)
Message-Id: <199608270631.XAA15851@deceit.xcf.berkeley.edu>
Date: Mon, 26 Aug 1996 23:31:04 -0700 (PDT)
From: jmacd@cs.berkeley.edu
Reply-To: jmacd@cs.berkeley.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: Artificial load on FreeBSD current Mon Aug 26 14:12:24 1996
X-Send-Pr-Version: 3.2

>Number:         1543
>Category:       kern
>Synopsis:       my load sticks at about 0.8 while not in use.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 26 23:40:01 PDT 1996
>Closed-Date:    Wed Oct 23 01:43:00 PDT 1996
>Last-Modified:  Wed Oct 23 01:43:26 PDT 1996
>Originator:     Josh MacDonald
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
University of California, Berkeley
>Environment:

machine		"i386"
cpu		"I386_CPU"
cpu		"I486_CPU"
cpu		"I586_CPU"
ident		DECEIT
maxusers	10

options         MFS
options		MATH_EMULATE		#Support for x87 emulation
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=15"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options         KTRACE

options		SYSVSHM
options		SYSVSEM
options		SYSVMSG

config		kernel	root on sd1

controller	isa0
controller	pci0

controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1

controller	ncr0

controller	scbus0

device		sd0

device		cd0	#Only need one of these, the code dynamically grows

device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr

device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr

device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr

device		ed0 at isa? port 0x280 net irq  10 iomem 0xd8000 vector edintr

pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	pty	16

>Description:

	With none of my processes running and nothing that seems
	to be running from ps or top output, my load sticks at about
	0.8.

>How-To-Repeat:

	Before upgrading to this kernel, I was using the same config file
        with a June 12 SNAP kernel, and it was not doing this.  The only
        addition since then is options KTRACE but it was doing that before.

>Fix:

        -
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: scrappy 
State-Changed-When: Tue Oct 22 22:20:44 PDT 1996 
State-Changed-Why:  

Confirm Status: my load sticks at about 0.8 while not in use. 

State-Changed-From-To: feedback->closed 
State-Changed-By: scrappy 
State-Changed-When: Wed Oct 23 01:43:00 PDT 1996 
State-Changed-Why:  

Originator Confirmed Closure 
>Unformatted:
