Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2012 15:40:46 +0100
From:      Monthadar Al Jaberi <monthadar@gmail.com>
To:        Ryan Stone <rysto32@gmail.com>
Cc:        freebsd-current <freebsd-current@freebsd.org>
Subject:   Re: Dtrace: Module is no longer loaded
Message-ID:  <CA%2BsBSoKZszxXsaeieJu9BZ5SDKsB2YJ%2BrJiq7zDKpLAppm3DQA@mail.gmail.com>
In-Reply-To: <CAFMmRNyM_OUz6aAYWAhJKiFvZ0BVVnNvVT0cR_OmWJieXjU0yA@mail.gmail.com>
References:  <CA%2BsBSoLWT=7dRC=BUo2tRXnvS%2BPuijWMP5%2BB=wD=jSGys37QBw@mail.gmail.com> <CAFMmRNyM_OUz6aAYWAhJKiFvZ0BVVnNvVT0cR_OmWJieXjU0yA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Oct 29, 2012 at 2:10 PM, Ryan Stone <rysto32@gmail.com> wrote:
> You didn't build with WITH_CTF=1

Yes I did, sorry forgot to attach kernel config.

#
# Ubiquiti Routerstation Pro: boot from NFS
#
# $FreeBSD$
#

include		"AR71XX_BASE"
ident		"RSPRO_NFS"
hints		"RSPRO.hints"

makeoptions	MODULES_OVERRIDE+="opensolaris dtrace cyclic
dtrace/dtnfsclient dtrace/dtnfscl dtrace/lockstat dtrace/profile"
makeoptions WITH_CTF=1
options KDTRACE_HOOKS		# all architectures - enable general DTrace hooks
options DDB_CTF			# all architectures - kernel ELF linker loads CTF data
#options	NFSCL			#Network Filesystem Client


# RTC - requires hackery in the spibus code to work
device		pcf2123_rtc

# GEOM modules
device		geom_redboot	# to get access to the SPI flash partitions
device		geom_uzip	# compressed in-memory filesystem hackery!
options		GEOM_UZIP

# Boot from NFS
options		NFSLOCKD		#Network Lock Manager
options		NFSCLIENT		#Network Filesystem Client
options		NFS_ROOT

options		BOOTP
options		BOOTP_NFSROOT
options		BOOTP_NFSV3
options		BOOTP_WIRED_TO=arge0
options		BOOTP_COMPAT
options		ROOTDEVNAME=\"nfs:172.16.1.101:/usr/obj/rspro/nfs\"


-- 
Monthadar Al Jaberi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BsBSoKZszxXsaeieJu9BZ5SDKsB2YJ%2BrJiq7zDKpLAppm3DQA>