From owner-freebsd-questions@freebsd.org Wed May 13 06:57:06 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id C28D12EBC1F for ; Wed, 13 May 2020 06:57:06 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from mail.kukulies.org (mail.kukulies.org [116.203.115.43]) by mx1.freebsd.org (Postfix) with ESMTP id 49MQTF5ZQbz4csg for ; Wed, 13 May 2020 06:57:05 +0000 (UTC) (envelope-from kuku@kukulies.org) Received: from localhost (localhost [127.0.0.1]) by mail.kukulies.org (Postfix) with ESMTP id E2E1710276A; Wed, 13 May 2020 08:57:04 +0200 (CEST) Received: from mail.kukulies.org ([127.0.0.1]) by localhost (mail.kukulies.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TaLOQW6NUwpS; Wed, 13 May 2020 08:57:04 +0200 (CEST) Received: from christophs-mbp.fritz.box (p57A1FDDF.dip0.t-ipconnect.de [87.161.253.223]) by mail.kukulies.org (Postfix) with ESMTPSA id 7B3D4102769; Wed, 13 May 2020 08:57:04 +0200 (CEST) From: Christoph Kukulies Message-Id: <3491A0C3-35C1-4CA7-B35F-5166CB6CCB14@kukulies.org> Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.80.23.2.2\)) Subject: Re: kldload vboxvfs.ko panics Date: Wed, 13 May 2020 08:57:03 +0200 In-Reply-To: <5e116285-cfb1-c521-3b87-5b3574b61fc9@nomadlogic.org> Cc: freebsd-questions@freebsd.org To: Pete Wright References: <5e116285-cfb1-c521-3b87-5b3574b61fc9@nomadlogic.org> X-Mailer: Apple Mail (2.3608.80.23.2.2) X-Rspamd-Queue-Id: 49MQTF5ZQbz4csg X-Spamd-Bar: ++ Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=none (mx1.freebsd.org: domain of kuku@kukulies.org has no SPF policy when checking 116.203.115.43) smtp.mailfrom=kuku@kukulies.org X-Spamd-Result: default: False [2.72 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; MV_CASE(0.50)[]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; DMARC_NA(0.00)[kukulies.org]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.09)[0.089,0]; RCVD_COUNT_THREE(0.00)[4]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; NEURAL_SPAM_LONG(0.85)[0.851,0]; R_SPF_NA(0.00)[]; RCVD_NO_TLS_LAST(0.10)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+,1:+,2:~]; ASN(0.00)[asn:24940, ipnet:116.203.0.0/16, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; IP_SCORE(0.28)[ipnet: 116.203.0.0/16(2.90), asn: 24940(-1.48), country: DE(-0.02)]; RECEIVED_SPAMHAUS_PBL(0.00)[223.253.161.87.khpj7ygk5idzvmvt5x4ziurxhy.zen.dq.spamhaus.net : 127.0.0.10] Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.33 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 May 2020 06:57:06 -0000 > Am 12.05.2020 um 18:59 schrieb Pete Wright : >=20 >=20 >=20 > On 5/12/20 8:02 AM, Christoph Kukulies wrote: >> I hosed my kernel boot start by putting vboxvfs_load=3D"YES=E2=80=9C = into loader.conf. Better not had done it. >>=20 >> I noticed that FreeBSD 12.1 panicked whil I manually loaded = vboxvfs.ko while VirtualBox was running. >> Well, not a good idea and the panic comes from the fact that Vbox was = already running. So I wanted to try >> to load all required vbox modules right away on boot. >>=20 >> So I cut off myself. How can I repair this? Boot into the Forth = loader? How from then on? >>=20 >> Of course the question why the kernel crashes on the vbox modules = gotta be solved in the first place. >>=20 >=20 > I believe if you enter the loader prompt you can unset this via: >=20 > unset vboxbvfs_load > show vboxvfs_load OK unset vboxvfs_load no such file or directory