Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jan 2012 21:31:16 +0100
From:      Milan Obuch <freebsd-ppc@dino.sk>
To:        Super Bisquit <superbisquit@gmail.com>
Cc:        freebsd-ppc@freebsd.org
Subject:   Re: Broken nullfs on powerpc
Message-ID:  <20120119213116.579cac18@atom.dino.sk>
In-Reply-To: <CA%2BWntOvRaKkbvdaTWZmTnXzixm_Grjmg7p5mg5sq-ZZ3tn9AjQ@mail.gmail.com>
References:  <20120117210108.28d007ec@atom.dino.sk> <CA%2BWntOvRaKkbvdaTWZmTnXzixm_Grjmg7p5mg5sq-ZZ3tn9AjQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Jan 2012 17:13:40 -0500
Super Bisquit <superbisquit@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



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