From owner-freebsd-ports@FreeBSD.ORG Fri May 29 17:45:19 2015 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 869DDE32 for ; Fri, 29 May 2015 17:45:19 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (boomhauer.egr.msu.edu [35.9.37.167]) by mx1.freebsd.org (Postfix) with ESMTP id 605901E9D for ; Fri, 29 May 2015 17:45:19 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from boomhauer (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 4A6784B53C for ; Fri, 29 May 2015 13:45:11 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by boomhauer (boomhauer.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oIfOfa6pHFoy for ; Fri, 29 May 2015 13:45:11 -0400 (EDT) Received: from EGR authenticated sender mcdouga9 Message-ID: <5568A5A6.7050804@egr.msu.edu> Date: Fri, 29 May 2015 13:45:10 -0400 From: Adam McDougall User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: 10/stable virtualbox-ose crashes References: <55689D79.3090907@pinyon.org> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 May 2015 17:45:19 -0000 On 05/29/2015 13:38, Kevin Oberman wrote: > On Fri, May 29, 2015 at 10:10 AM, Russell L. Carter > wrote: > >> Hi, >> kldload vboxsrv crashes recent 10/stables. Last known working >> kernel/module pair is from May 5th. >> >> Not sure what is the optimal next step, suggestions welcome. >> > > Sounds like you have done this, but several reports have been made of this > recently. All were "fixed" by rebuilding virtualbox-ose-kmod. Always > rebuild all kernel modules that are in ports when rebuilding the kernel, > preferably by adding the appropriate PORTS_MODULES to /etc/src.conf. > -- > Kevin Oberman, Network Engineer, Retired > E-mail: rkoberman@gmail.com Won't this will be a problem if people use official packages (built on 10.x-RELEASE) on a system running -stable? Wouldn't it mean an ABI was violated?