From owner-freebsd-stable@FreeBSD.ORG Mon Oct 13 03:56:39 2014 Return-Path: Delivered-To: freebsd-stable@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 28612C99 for ; Mon, 13 Oct 2014 03:56:39 +0000 (UTC) Received: from mail-la0-x22b.google.com (mail-la0-x22b.google.com [IPv6:2a00:1450:4010:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A641A3E0 for ; Mon, 13 Oct 2014 03:56:38 +0000 (UTC) Received: by mail-la0-f43.google.com with SMTP id mc6so5956883lab.2 for ; Sun, 12 Oct 2014 20:56:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=r8wi/3dc3jYH9v8ocjhMsBlnc3MBpwdi6PEu/H9qbTY=; b=kPUkoGYqyX4BGKZNp5/pvO5FQ0vmBBBRdpHXHyPz01vJxMJlHH052Ok9WlIOpBAB2n HCnKvVwSG/1eq0H/3E8HCjwTZWg9y84NiZpQlenx1G0GFN1n1SPoj1RRUlwUCNcFdfYP Ao8jg/RSDjS3N2p08EDMff80Kyig1/c8imsl57T8XvmOdw/bI4sf+wMkcLVYqxfz1q/w SyLAJjqxTwR/EuFc00E5jmw16uK51TT6Ww/kdbSpkcUFLqU0Ui5Uy3M2IOVA+g0vRyQg Jiujra+wPcGNI9mR08fOSLzVaieWe/6eUbPJVk61GrjOtVw2SRfByn30I0ODvniZhSbk g1DQ== MIME-Version: 1.0 X-Received: by 10.152.6.71 with SMTP id y7mr493903lay.83.1413172596616; Sun, 12 Oct 2014 20:56:36 -0700 (PDT) Received: by 10.152.121.100 with HTTP; Sun, 12 Oct 2014 20:56:36 -0700 (PDT) Date: Sun, 12 Oct 2014 23:56:36 -0400 Message-ID: Subject: FreeBSD 10-STABLE Bhyve Ubuntu guest freeze From: Manas Bhatnagar To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 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, 13 Oct 2014 03:56:39 -0000 Hello, I am running r271243 I just installed a Ubuntu 14.04.1 server guest which went fine. After updating the system with "apt-get dist-upgrade" and rebooting, the VM does not complete the boot process. The last few lines displayed are: [ 0.002359] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.003757] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes) [ 0.004731] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.005267] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes) [ 0.006128] Initializing cgroup subsys memory [ 0.006493] Initializing cgroup subsys devices [ 0.006859] Initializing cgroup subsys freezer [ 0.007226] Initializing cgroup subsys blkio [ 0.007579] Initializing cgroup subsys perf_event [ 0.007966] Initializing cgroup subsys hugetlb [ 0.008665] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 [ 0.008665] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 [ 0.008665] tlb_flushall_shift: 2 [ 0.010121] Freeing SMP alternatives memory: 32K (ffffffff81e6e000 - ffffffff81e76000) [ 0.014325] ACPI: Core revision 20131115 [ 0.014888] ACPI: All ACPI Tables successfully acquired [ 0.015391] ftrace: allocating 28541 entries in 112 pages [ 0.048623] smpboot: CPU0: Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz (fam: 06, model: 3a, stepping: 09) Does anyone know what is preventing the VM from booting successfully? Thanks, Manas