Broken nullfs on powerpc

Milan Obuch freebsd-ppc at dino.sk
Thu Jan 19 20:31:32 UTC 2012


On Tue, 17 Jan 2012 17:13:40 -0500
Super Bisquit <superbisquit at gmail.com> wrote:

> Rebuild your kernel and disable the system from posting lock
> reversals. Rebuild world and then build the nullfs module (and
> others) or enable in rc.conf.
> Have you done these things?
> 

Do you mean comment WITNESS? Or something other from my kernel (below)?

Milan

cpu		AIM
ident		TINY

machine		powerpc	powerpc

makeoptions	DEBUG=-g

options 	POWERMAC
options 	PSIM
options		MAMBO

options 	SCHED_ULE
options 	PREEMPTION
options 	INET
options 	FFS
options 	SOFTUPDATES
options 	UFS_ACL
options 	UFS_DIRHASH
options		UFS_GJOURNAL
options 	MD_ROOT
options 	MSDOSFS
options 	CD9660
options 	PROCFS
options 	PSEUDOFS
options		GEOM_PART_GPT
options		GEOM_LABEL
options		SCSI_DELAY=5000
options 	KTRACE
options 	STACK
options 	SYSVSHM
options 	SYSVMSG
options 	SYSVSEM
options 	_KPOSIX_PRIORITY_SCHEDULING
options		HWPMC_HOOKS
options 	AUDIT
options 	CAPABILITY_MODE
options 	CAPABILITIES
options 	MAC
options 	INCLUDE_CONFIG_FILE

options 	KDB
options 	DDB
options 	INVARIANTS
options 	INVARIANT_SUPPORT
options		WITNESS
options 	WITNESS_SKIPSPIN
options		MALLOC_DEBUG_MAXZONES=8

options 	SMP

device		cpufreq

device		pci
device		agp

device		ahci
device		ata
options 	ATA_CAM

device		scbus
device		da
device		sa
device		cd
device		pass

device		sc
device		kbdmux
options 	SC_OFWFB
options 	SC_DFLT_FONT
makeoptions	SC_DFLT_FONT=cp437

device		scc
device		uart

device		loop
device		random
device		ether
device		pty
device		md
device		ofwd

device		bpf

options 	USB_DEBUG
options 	KBD_INSTALL_CDEV

options		IEEE80211_SUPPORT_MESH
options		AH_SUPPORT_AR5416

device		firewire
device		sbp
device		fwe

device		iicbus
device		kiic
device		ad7417
device		ds1775
device		fcu
device		max6690
device		powermac_nvram
device		smu
device		windtunnel

device		adb
device		cuda
device		pmu

device		sound
device		snd_ai2s
device		snd_davbus
device		snd_uaudio


More information about the freebsd-ppc mailing list