From owner-freebsd-hackers@freebsd.org Wed Apr 4 22:50:59 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B98B3F7D343 for ; Wed, 4 Apr 2018 22:50:59 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from mx1.scaleengine.net (mx1.scaleengine.net [209.51.186.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6E8187839E for ; Wed, 4 Apr 2018 22:50:59 +0000 (UTC) (envelope-from allanjude@freebsd.org) Received: from [10.1.1.2] (Seawolf.HML3.ScaleEngine.net [209.51.186.28]) (Authenticated sender: allanjude.freebsd@scaleengine.com) by mx1.scaleengine.net (Postfix) with ESMTPSA id 3EA3F144CE for ; Wed, 4 Apr 2018 22:50:58 +0000 (UTC) Subject: Re: 11.1-RELEASE virtualbox-ose panic: ncpus is 0 with non-zero map To: freebsd-hackers@freebsd.org References: <3fd9fbd1-26ef-c176-2c4b-cf02f89ea680@freebsd.org> From: Allan Jude Message-ID: <1288458d-d0dd-40d8-eaf9-32fcd0ca6137@freebsd.org> Date: Wed, 4 Apr 2018 18:51:06 -0400 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Apr 2018 22:50:59 -0000 On 2018-04-04 18:42, Craig Leres wrote: > On 04/04/18 15:33, Allan Jude wrote: >> So are you loading the virtualbox module from 10.3 into an 11.1 kernel? >> >> You'll need to rebuild the virtualbox-ose-kmod port to match the kernel >> you are runnin > > As part of the upgrade I removed all packages (pkg delete -fya), after I > used enough pkg.freebsd.org packages to be able to run poudriere to > rebuild all of the packages I use. Then I reinstalled all packages from > my pkg server (pkg clean -ay ; pkg upgrade -yf ; pkg clean -ay). > > I just verified that /boot/modules/vbox*.ko match the ones in the > package in > /public/FreeBSD:11:amd64/latest/All/virtualbox-ose-kmod-5.2.8_1.txz on > my server. > >         Craig > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" The official packages are built for the GENERIC kernel, I think specifically changing the MAXCPU will change the size of one of the structs used by the module, causing this issue. -- Allan Jude