From owner-freebsd-current@FreeBSD.ORG Mon Oct 29 14:55:34 2012 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 49DAAF90 for ; Mon, 29 Oct 2012 14:55:34 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 8BC038FC17 for ; Mon, 29 Oct 2012 14:55:33 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id QAA15521; Mon, 29 Oct 2012 16:55:30 +0200 (EET) (envelope-from avg@FreeBSD.org) Message-ID: <508E98E1.7010502@FreeBSD.org> Date: Mon, 29 Oct 2012 16:55:29 +0200 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:16.0) Gecko/20121014 Thunderbird/16.0.1 MIME-Version: 1.0 To: Monthadar Al Jaberi Subject: Re: Dtrace: Module is no longer loaded References: In-Reply-To: X-Enigmail-Version: 1.4.5 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-current , Ryan Stone X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Oct 2012 14:55:34 -0000 on 29/10/2012 16:40 Monthadar Al Jaberi said the following: > On Mon, Oct 29, 2012 at 2:10 PM, Ryan Stone wrote: >> You didn't build with WITH_CTF=1 > > Yes I did, sorry forgot to attach kernel config. What about -g ? http://wiki.freebsd.org/DTrace > # > # 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\" > > -- Andriy Gapon