Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 1996 23:31:04 -0700 (PDT)
From:      jmacd@cs.berkeley.edu
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/1543: Artificial load on FreeBSD current Mon Aug 26 14:12:24 1996
Message-ID:  <199608270631.XAA15851@deceit.xcf.berkeley.edu>
Resent-Message-ID: <199608270640.XAA16873@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 26 23:40:01 PDT 1996
>Last-Modified:
>Originator:     Josh MacDonald
>Organization:
University of California, Berkeley
>Release:        FreeBSD 2.2-CURRENT i386
>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:

        -
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608270631.XAA15851>