From owner-freebsd-current@FreeBSD.ORG Wed May 20 16:35:44 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA16A106564A for ; Wed, 20 May 2009 16:35:44 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-ew0-f159.google.com (mail-ew0-f159.google.com [209.85.219.159]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5B38FC0A for ; Wed, 20 May 2009 16:35:43 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: by ewy3 with SMTP id 3so638893ewy.43 for ; Wed, 20 May 2009 09:35:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=ZZ5sfd1xfE75mAPabMzTjsdoLX/Z6yWVEIPOelKfWtc=; b=tsla3ExQItQk59qW8E4t5Ljrv7a2Q5LWKOUkLNjUdJCd3ZPeqTemSFut+86eEiVXcX /8CGK9fewUvk7CkiYlvduT/BS/2BWH+R8ZMQxDo7haothY46Jpaz+/itH2wL4yC0tHPV JOQhy+GifA8rGPHTXXeW3iiUomOHxEZMOpNJw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JChY2SWjdHFSHVT4IFqAd2Q7Q39zjWN6xWgKGpxcXCQF7LdvlnZS96afizamgrKF2Y ENNY+U5G77w6bb4xvNYmngpEV5kf5mBIaW9HVtZSM94Fuufnapi5lLgJ92XV6xyrdwfF A91wnWSDr2RbQpfc7K4JIFcU33QL8Cpzd2qkk= MIME-Version: 1.0 Received: by 10.210.127.13 with SMTP id z13mr7749542ebc.83.1242837342931; Wed, 20 May 2009 09:35:42 -0700 (PDT) In-Reply-To: <1902762373.20090520090303@endersys.com> References: <20090514191237.GD70242@bsdcrew.de> <20090517180920.GY71804@bsdcrew.de> <20090519091310.GB71804@bsdcrew.de> <200905191616.07296.subbsd@gmail.com> <20090519135240.GH71804@bsdcrew.de> <611494930.20090519211959@endersys.com> <1902762373.20090520090303@endersys.com> Date: Wed, 20 May 2009 12:35:42 -0400 Message-ID: From: Ryan Stone To: Ismail YENIGUL Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, Martin Wilke Subject: Re: Re[3]: [Call For Testing] VirtualBox for FreeBSD! take2 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Wed, 20 May 2009 16:35:45 -0000 unexpected relocation type 10 is the error that you'll get if you try to load a kernel module with debug symbols into an amd64 kernel. You have to load a stripped kernel module. Ryan Stone