Crash with new bind/host cmds on -CURRENT (poss. runq_remove?)

Chris Hedley cbh-freebsd-current at groups.chrishedley.com
Tue Oct 19 18:41:17 PDT 2004


On Tue, 19 Oct 2004, Ryan Sommers wrote:
> Are you using PREEMPT with SHED_ULE? Or is this just SHED_ULE without 
> preemption?

I have both SCHED_ULE and PREEMPTION set in my config file, which I've 
included as an attachment "just in case" (please don't laugh at how 
scruffy it's become!)

Cheers,

Chris.
-------------- next part --------------
### TEAPOT: configuration file for teapot.cbhnet                            ###
### hardware: Dual Opteron 248 (1 CPU as of 18-Oct-2004)                    ###
###           1024MB registered ECC                                         ###
###           Dual channel AIC/7895 [39160]: CD only                        ###
###           Adaptec 2410SA SATA RAID                                      ###
###           Intel EtherExpress Pro/100B                                   ###

### Section 1: build options

machine		i386
cpu		I686_CPU
ident		TEAPOT
maxusers	128
makeoptions	DEBUG=-g
#hints		"GENERIC.hints"

### Section 2: kernel configuration

# networking options

options		INET
options		INET6
options		IPSEC
options		IPSEC_ESP
options		BRIDGE

# filesystem support (standard)

options		FFS
options		NFSCLIENT
options		NFSSERVER
options		MSDOSFS
options		CD9660
options		EXT2FS

# filesystem support (special)

options		PROCFS
#options		LINPROCFS
options		PSEUDOFS
options		NULLFS
#options	UMAPFS

# filesystem options

options		QUOTA
options		SOFTUPDATES
options		UFS_DIRHASH
options		UFS_ACL

# console configuration

#options	UCONSOLE
options		SC_HISTORY_SIZE=200
options		SC_TWOBUTTON_MOUSE
options		SC_NORM_ATTR="(FG_GREEN|BG_BLACK)"
options		SC_NORM_REV_ATTR="(FG_CYAN|BG_BLACK)"
options		SC_KERNEL_CONS_ATTR="(FG_YELLOW|BG_BLACK)"
options		SC_KERNEL_CONS_REV_ATTR="(FG_LIGHTRED|BG_BLACK)"

# POSIX P1003.1B conformance

#options	P1003_1B
options		_KPOSIX_PRIORITY_SCHEDULING
#options	_KPOSIX_VERSION="199309L"

# CPU options

options		NO_F00F_HACK
options		CPU_FASTER_5X86_FPU
options		CPU_SUSP_HLT
options		SMP
options		NO_MIXED_MODE
#options		SCHED_4BSD
options		PREEMPTION
options		SCHED_ULE
# APIC_IO obsoleted, apparently
#options		APIC_IO
# Optionally these may need tweaked, (defaults shown):
#options	NCPU=2
#options	NBUS=4
#options	NAPIC=1
#options	NINTR=24

# misc kernel options

#options		COMPAT_43
#options		COMPAT_IA32
options		COMPAT_FREEBSD4
#options		COMPAT_LINUX
options		COMPAT_AOUT
options		SCSI_DELAY=5000
options		AHC_REG_PRETTY_PRINT
#options	AHC_ALLOW_MEMIO
#options	FAILSAFE
#options	USERCONFIG
#options	VISUAL_USERCONFIG
options		INCLUDE_CONFIG_FILE
options		DDB
options		KDB
options		HZ=100
options		KTRACE
options		MSGBUF_SIZE=81920
options		BLKDEV_IOSIZE=8192
options		KBD_INSTALL_CDEV
options		GEOM_GPT
#options		PFIL_HOOKS
options		ADAPTIVE_GIANT

# This provides support for System V shared memory and message queues.

options		SYSVSHM
options		SYSVMSG
options		SYSVSEM

### Section 3: devices that this system supports

# supported system busses

device		isa
device		eisa
device		pci
device		agp
#device		atpic
device		apic

# SCSI section: controller and devices which use it

device		ahc
device		aac
device		aacp
device		scbus
device		da
device		sa
device		pass
device		cd
device		ch


# keyboard section: controller and subdevices

device		atkbdc
device		atkbd
device		psm

# screen section

device		vga
#device		mgadrm
#options		VESA
device		splash
device		sc

# network devices

device		ether
device		loop
device		sl
device		ppp
device		tun
device		faith
device		pty
device		bpf

# other system devices

#device		speaker
#device		acpi
#device		pcm
#device		sbc
#device		midi
#device		seq
device		gzip
device		md
device		snp
device		ccd
device		npx
device		fdc
device		ppc
device		ppbus
device		sio
device		lpt
device		ppi
device		miibus
device		fxp
# apm might break some stuff
#device		apm
device		random
device		mem

# System Management Bus

device		smbus
device		intpm
device		smb


More information about the freebsd-current mailing list