From owner-freebsd-current@freebsd.org Tue Jun 7 11:28:00 2016 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DBFE7B6D88D for ; Tue, 7 Jun 2016 11:28:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: from mail-it0-x22c.google.com (mail-it0-x22c.google.com [IPv6:2607:f8b0:4001:c0b::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A5AEF1FEB for ; Tue, 7 Jun 2016 11:28:00 +0000 (UTC) (envelope-from yaneurabeya@gmail.com) Received: by mail-it0-x22c.google.com with SMTP id h62so19333682itb.1 for ; Tue, 07 Jun 2016 04:28:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=gWdRaup+cM+TzYMInlCF/1aJC3Lb3DJtHLZ8OltWDS4=; b=xegyK1OsaSfPlvgP05gXW2uvN3bHHtm8J7vwa+d0b0iW5H/EcXguXyZRKKufJDrl9t Oq+/E6bjeXtWXw9/dIHNUIqSGB7DgkKnsy5ZdrNc9d1F4cN0/fXE179tyP1heVbnwGrd /alGPf85w4SSVmfyRkQaVu62H68oEGolniysx+qLRdPF2gtR8m/Dic2TdBsGFLAcz72n rTtPkHfL6dm+HxOA7OX4dhOlR0l8WPMYSLjqb2TXTD4BT6jzr6KjQfjkxtqSicb5zEtY ar7JSYdcqbuBYKkFDiX5uyhGDoJwzrJy4nqLmSwg+3U1/tAeOwYrMX29UVqNWVRjncgq VHZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=gWdRaup+cM+TzYMInlCF/1aJC3Lb3DJtHLZ8OltWDS4=; b=nOfFoL7HcKWCsr2PKCh/vjWOkX8m4FITkeeSmk2gY7/AfOtdcXmLqmAWymwSMEDPDA qJAVzkHZadCMjvCQ5lMZPHfqd90toBhCeFXHSmdTpTjekjTNkGVGRFN0Ow5OT7tJEk3B Pf6bD+Zjesxfs9ECcgAZf7tTqRM7WnTxIrJDYx5C8oKyInRduXbABeJ3ANVbh2D+Lpl0 eriENNQVQ89QYWATxNmkXdfMMhsaImixDeyjo8YrvBdkvuktKmj+hK8i7qRb8CXatSzQ CrBBwLiBDAaNwxG/pjrTcLvzAuY3v9vGKnzPS1SJhES1S+dKsll8+luKGK6ZYRr7bClN FCjQ== X-Gm-Message-State: ALyK8tI+XSOqtoirasdM3j9mETP5whKsq0dpnp/yjuXyM6/m1t40wbVDRt0kTsieBzk54g== X-Received: by 10.107.8.220 with SMTP id h89mr13106421ioi.95.1465298879964; Tue, 07 Jun 2016 04:27:59 -0700 (PDT) Received: from [26.191.11.164] ([172.56.9.53]) by smtp.gmail.com with ESMTPSA id e7sm11372477iof.12.2016.06.07.04.27.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Jun 2016 04:27:59 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Virtualbox kernel module on 11-CURRENT From: Ngie Cooper X-Mailer: iPhone Mail (13F69) In-Reply-To: Date: Tue, 7 Jun 2016 04:27:58 -0700 Cc: Rafael Rodrigues Nakano , freebsd-current@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Guido Falsi X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.22 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: Tue, 07 Jun 2016 11:28:01 -0000 > On Jun 7, 2016, at 01:04, Guido Falsi wrote: >=20 >> On 06/07/16 02:23, Rafael Rodrigues Nakano wrote: >> Hello, >>=20 >> I tried installing virtualbox from packages, building it from sources, >> trying the GENERIC kernel but everytime I can't start the kernel module >> 'vboxdrv', it says: >> "KLD vboxdrv.ko: depends on kernel - not available or version mismatch. >> linker_load_file: Unsupported file type" >=20 > The virtualbox module needs to be in full sync with the kernel. Most > probably the sources being used by the cluster for building packages on > head are a little different from yours, so the kernel module is not in syn= c. >=20 > You will need to build the kernel module yourself to actually match your > kernel sources. >=20 > It's not really a problem or a bug, it's how it works. On head there is > no warranty about the KBI. This cannot happen on releases and stable > because the KBI is not going to change there. Look for "PORTS_MODULES" (case sensitive) in "man 5 src.conf". I think that w= as the variable name for building ports during buildkernel and installing vi= a installkernel. It's been a while though and it's harder to search for it o= n my smartphone.. Cheers, -Ngie > --=20 > Guido Falsi > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"=