From owner-freebsd-virtualization@FreeBSD.ORG Thu Mar 5 08:24:46 2015 Return-Path: Delivered-To: freebsd-virtualization@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 D8485224; Thu, 5 Mar 2015 08:24:46 +0000 (UTC) Received: from mail-la0-x229.google.com (mail-la0-x229.google.com [IPv6:2a00:1450:4010:c03::229]) (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 55068F4D; Thu, 5 Mar 2015 08:24:46 +0000 (UTC) Received: by labgf13 with SMTP id gf13so25288491lab.5; Thu, 05 Mar 2015 00:24:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ZitRaF4zJZdAAqs6nB5cjfwhg3porjiS5YCwpr78ovs=; b=Gn4v5BRAqcp8CsTshBK88XLnculcuU9jV2mSsqBwN/8I4mM/r3H80DQ1sgU7QZgj6I pGlOkKwmQwpsme8oVaX3NOK4kVFddFC2FoCCa+OQG4wlZ+13JWeqqg5grcVdBvgmEBK2 vgvsm5Gz/jyCJqXLpPq4RX/U9s7p7uzPtRmlwnvaOeXMTdC1guWCx3gKYMT403T3kN+v uiYVKCyiK5du9qbodrt8VCbUT5i+3SvIXMpz1njpmeNi6JNQ2fcJ23qzhyN04XT4q3wm S44iPkaLSrN5x/Nk/LH2Ee2Z1khzzOG31Hkwa7bAuWr/jOBhlGnh/0dEzrC+kqMAxnYM UI3A== MIME-Version: 1.0 X-Received: by 10.153.4.44 with SMTP id cb12mr6881418lad.26.1425543884377; Thu, 05 Mar 2015 00:24:44 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.82.164 with HTTP; Thu, 5 Mar 2015 00:24:44 -0800 (PST) In-Reply-To: References: Date: Thu, 5 Mar 2015 00:24:44 -0800 X-Google-Sender-Auth: 7OQ9tRGs3x-oKVwivLIqcEWsfvo Message-ID: Subject: Re: bhyve failure: vm_run error -1, errno 25 From: Craig Rodrigues To: Neel Natu Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "jenkins-admin@freebsd.org" , "freebsd-virtualization@freebsd.org" X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Mar 2015 08:24:46 -0000 On Sun, Mar 1, 2015 at 5:47 PM, Neel Natu wrote: > Hi Craig, > > I think that this is due to world and kernel not being in sync: > > [neel@wreck ~]$ uname -K > 1100062 > [neel@wreck ~]$ uname -U > 1100039 > > Can you update world and see if the issue persists? > > I updated and recompiled everything and now have: [rodrigc@wreck ~]$ uname -K 1100062 [rodrigc@wreck ~]$ uname -U 1100062 I rebooted the system, and now bhyve works. Thanks! -- Craig