From owner-freebsd-stable@freebsd.org Mon May 14 00:38:54 2018 Return-Path: Delivered-To: freebsd-stable@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 5A8E9FDD6B8 for ; Mon, 14 May 2018 00:38:54 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: from mail-qk0-x231.google.com (mail-qk0-x231.google.com [IPv6:2607:f8b0:400d:c09::231]) (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 E667A79A4D for ; Mon, 14 May 2018 00:38:53 +0000 (UTC) (envelope-from nonesuch@longcount.org) Received: by mail-qk0-x231.google.com with SMTP id z75-v6so8691105qkb.6 for ; Sun, 13 May 2018 17:38:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=longcount-org.20150623.gappssmtp.com; s=20150623; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=HB/L4HH83FOEhr0mkYkPHCH0fGuqjfRd5032HFV1YQo=; b=ckc+QDs1PL37+aT6V19Y5+gWxf75sn2bsunQ55EP+jrOoXUIDmTb+SZs9SqdzE1VcT PYVSA2cTB9vauT2KL2GzvSQb2BiGF1Sv024db/bGmx/0s4+ATz0fQOAEwKpwrmS6U4GY xXvapoGfCWU2EECK5cgeML09RTkomhRc8cHZ0DKn5RZrR47mfnP1wuA/LBU/tRxwETuc GTd3jSTKleiFgo6V/AvIsY9VqfWJHCAKBCzssHhkumnY1PIQ2f0G4vdwSZKZj8cRcadi JT5JcSR5nV8k1LXQPNGxeuxP3TokFAejsB2x7nmndQLl/Tuf7eUa5Y71fRsxpVjGhRxP qRYQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=HB/L4HH83FOEhr0mkYkPHCH0fGuqjfRd5032HFV1YQo=; b=UMAEXEZRVOmYc1puy9189eJBEBDGgT1zKOxnOmCCm7VyKFymSIVo/iBxIEQJGc4Q8o yZ136Nq0r84joKx30r2iT4RCYB8N9GuE5WnjKxjN6dJ5xR1ThNymn9EQ3pzteuoan7W8 5x5/avrRmjgE6FYsFcliuHoXSY13ZjRpi6glzUqILFjrFT2IBPJZcuDVPyKrE/60GP9u aV4PHF0F897AXaOZt1Oag83JEirdvy9ZjGraW6UbXvrwKC1fU20LZNuicK8W6vpLbmsv dog8c73bkfAAH697A+8DMVFoBsyd9O5ILFzz8Cw1K/yiEdCXdmx1qfbc7EGFuEucfbBE 7MAg== X-Gm-Message-State: ALKqPwdAdjqkJJOlHjB8WnesniR+vixpEDiLGIiQHCy9VtkXQHa9vYhn mQTViv2JC0pBzMcIBlaWiJgfHQ== X-Google-Smtp-Source: AB8JxZrITA+CpqA3imPGVYxKV9vWN5ww20NACoKkm0AqFPl+C/zldfjtHMlbNnHdWLtXBHPF7904RA== X-Received: by 2002:a37:7882:: with SMTP id t124-v6mr6615399qkc.285.1526258333340; Sun, 13 May 2018 17:38:53 -0700 (PDT) Received: from [192.168.1.41] (ool-435225e3.dyn.optonline.net. [67.82.37.227]) by smtp.gmail.com with ESMTPSA id 26-v6sm7239405qtm.16.2018.05.13.17.38.52 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 13 May 2018 17:38:52 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Upgrade to 11.2-BETA1: vboxdrv kernel modulo load leads to panic unless vbox ports be rebuilt From: Mark Saad X-Mailer: iPhone Mail (15E302) In-Reply-To: <20180513194134.b2nzuwyusdwtxuov@riemann> Date: Sun, 13 May 2018 20:38:51 -0400 Cc: freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20180513135328.k56hsaww7nb55o4v@riemann> <20180513194134.b2nzuwyusdwtxuov@riemann> To: "Jose G. Juanino" X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2018 00:38:54 -0000 Jose If you have not rebuilt the virtualbox-ose-kmod package from ports with th= e 11.2-beta1 sources on disk ; please do so . This should resolve this issu= e . --- Mark Saad | nonesuch@longcount.org > On May 13, 2018, at 3:41 PM, Jose G. Juanino wrote: >=20 >> On Sunday, May 13 at 15:53:28 CEST, Jose G. Juanino wrote: >> Hi FreeBSD stable, >>=20 >> I have upgraded from 11.1 to 11.2-BETA1 right now. I use Virtualbox to >> run Windows 7 from the FreeBSD box, and just after to complete the >> upgrade and reboot, the system panics just after to load kernel module >> vboxdrv. >>=20 >> The workaround is rebuild both emulators/virtualbox-ose and >> emulators/virtualbox-ose-kmod ports from within 11.2-BETA1, and >> after that everything works nicely as before the upgrade. I hope this >> help other people suffering a similar issue. Best regards. >=20 > Full backtrace: >=20 > https://pastebin.com/raw/17UU5Mij >=20 >=20 > --=20 > Jose G. Juanino > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"