From nobody Wed Jan 25 17:54:07 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4P2BKv2Y5Lz3b2k2 for ; Wed, 25 Jan 2023 17:54:11 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (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 4P2BKt4Cs8z3L1j for ; Wed, 25 Jan 2023 17:54:10 +0000 (UTC) (envelope-from verm@darkbeer.org) Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b=lnW0RXsQ; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org; dmarc=none Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id 2316843605C for ; Wed, 25 Jan 2023 17:54:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1674669247; bh=Ejm3jQPEOuqAI2BPHwu5XCN19Mmg1UvxQAAil50kt5Y=; h=Date:From:To:Subject:References:In-Reply-To; b=lnW0RXsQVMIvlulCT0tuFHuVbL1OpFlp2T9nN2Mg4tsGdtNhfn8133IMQYbhTEFXb /XO71UMwS4tZWn33im+Qh88B17LgypB5/j1gAqcNJuPWmSkNSyUExe4UBAVrJPI53l 04fdXN1KqFC0txiiRGscDt0Gl+j5G5f2Pc1irgn8= Received: by mx.darkbeer.org (Postfix, from userid 1001) id 1D1DE470C17; Wed, 25 Jan 2023 17:54:07 +0000 (UTC) Date: Wed, 25 Jan 2023 17:54:07 +0000 From: Amar Takhar To: questions@freebsd.org Subject: Re: 13.1-STABLE vritualbox-ose-kmod panic Message-ID: <20230125175407.GA55292@darkbeer.org> References: <3d8f8238-020b-0706-1c48-b17db12891f1@freebsd.org> <7fe27024-d794-d808-c2f4-371c533eb2e4@freebsd.org> <20230125014222.GA27891@darkbeer.org> List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.999]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21:c]; MIME_GOOD(-0.10)[text/plain]; MLMMJ_DEST(0.00)[questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_TLS_LAST(0.00)[]; DKIM_TRACE(0.00)[darkbeer.org:+]; DMARC_NA(0.00)[darkbeer.org]; ARC_NA(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Rspamd-Queue-Id: 4P2BKt4Cs8z3L1j X-Spamd-Bar: --- X-ThisMailContainsUnwantedMimeParts: N On 2023-01-25 04:21 +0100, Tomek CEDRO wrote: > On Wed, Jan 25, 2023 at 2:42 AM Amar Takhar wrote: > > Did you remember to unload the old kernel module? Also be sure you're using the > > same kernel source as your running kernel I take the hash from a uname -a just > > to be sure. > > yes sir :-) Anytime I have issues with VirtualBox I delete all the packages unload the kmods and check for anything dangling in /usr/local/ and remove that as well. I know you're having panics I've had the boot loop issue before just last year after updating from 13-RELEASE to 13.1-RELEASE instant panic with no dumps. Just last week I was having issues with VMs not booting after a Qt update rebuilding all the ports fixed the issue. I always rebuild every port and never use packages VirtualBox can be really touchy but once it's running it's rock solid, I would try to go and carefully check everything again and do a rebuild from ports no packages at all and see what happens. For good measure before rebuilding make sure you update all your packages. Amar.