From owner-freebsd-hackers@FreeBSD.ORG Fri Sep 2 19:35:09 2011 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C6995106564A for ; Fri, 2 Sep 2011 19:35:09 +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 114298FC15 for ; Fri, 2 Sep 2011 19:35:08 +0000 (UTC) Received: from porto.starpoint.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id WAA22918; Fri, 02 Sep 2011 22:35:01 +0300 (EEST) (envelope-from avg@FreeBSD.org) Received: from localhost ([127.0.0.1]) by porto.starpoint.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1QzZW1-000EwF-14; Fri, 02 Sep 2011 22:35:01 +0300 Message-ID: <4E612FE4.7070507@FreeBSD.org> Date: Fri, 02 Sep 2011 22:35:00 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.1) Gecko/20110901 Thunderbird/6.0.1 MIME-Version: 1.0 To: Charlie Martin References: <4E5FB956.1020206@sgi.com> <4E5FC073.5000101@sgi.com> <4E610A8F.4010908@sgi.com> In-Reply-To: <4E610A8F.4010908@sgi.com> X-Enigmail-Version: undefined Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Brandon Gooch , Garrett Cooper , freebsd-hackers@FreeBSD.org Subject: Re: kldload dtraceall exec format error X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Sep 2011 19:35:09 -0000 on 02/09/2011 19:55 Charlie Martin said the following: > Yeah, and the same overall Makefile is successfully building in dtrace on the > other part of the product, which is actually using FreeBSD 7-something. I'm > sure there's some tiny difference, but it would sure help to have some idea of > what those dmesg messages are telling me. > > It's not that the .ko's are missing, I checked that first thing. The message was expressly telling you that your cyclic.ko and your kernel are out of sync - built from different sources. > On 2011-09-01 19:04, Brandon Gooch wrote: >> I'm guessing you've read this: >> >> http://wiki.freebsd.org/DTrace >> >> Make certain you've configure your kernel correctly, and that you've >> rebuilt your kernel and modules... >> >> -Brandon > -- Andriy Gapon