From owner-freebsd-virtualization@FreeBSD.ORG Thu Feb 7 08:40:57 2013 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 03093E9 for ; Thu, 7 Feb 2013 08:40:57 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) by mx1.freebsd.org (Postfix) with ESMTP id 81DDCDD4 for ; Thu, 7 Feb 2013 08:40:56 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id fs13so2339824lab.36 for ; Thu, 07 Feb 2013 00:40:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=XePm2Nq6vOikMapHTZQBhKEGifbyGFzxu/sNO8103Rw=; b=SICSgfkwCL2kRvZTaTyUCwcTWSRhQv9/quSricIBaJ5FlFaiShc0IIY3smYt6PVBUG SoroyYpp2c5AKYbtrQFhQzJ1AmgETRaupEu3ttE2s+sDDGWwRoTxngU5ADo0ydyIEFMi LHyxK31QdRqC5K49n8ZATyl56mdwinKzAbHctrmo69JAeDaNwnlESp4DjiKcNFqRCCHj cVyPPoWa8A57RgHPSnrqetBjTtsagAkJQS2AOd4SGNG6M38/lM0sV4Cni/fWMIT8gcsY qViPz31b7mvq7uetvT9xhokiUTs2onpHmF8WoB3L8V2Va/kxv+XBXgkgCm51BRswQX/7 M8GQ== X-Received: by 10.112.28.101 with SMTP id a5mr449079lbh.0.1360226454729; Thu, 07 Feb 2013 00:40:54 -0800 (PST) Received: from Sevans-MacBook-Pro.local ([83.167.125.235]) by mx.google.com with ESMTPS id ns7sm14372544lab.5.2013.02.07.00.40.52 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 07 Feb 2013 00:40:53 -0800 (PST) Message-ID: <51136892.1020505@gmail.com> Date: Thu, 07 Feb 2013 12:40:50 +0400 From: Sevan / Venture37 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: "freebsd-virtualization@freebsd.org" Subject: Re: bhyve hangs on going multi user References: <51132599.60506@gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.14 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, 07 Feb 2013 08:40:57 -0000 On 07/02/2013 11:58, Sevan / Venture37 wrote: >> - Boot to single user and then execute a variety of commands to figure >> >out whether the problem happens randomly or does is follow a >> >particular executable (for e.g. execute "ps", "stty", "fsck", "find", >> >"ls" etc). >> > > Ok, will give it a try Unable to enter single user mode Trying to mount root from ufs:/dev/vtbd0s1a [rw]... pid 16 (init), uid 0: exited on signal 4 Will try building a new world with without a make.conf & use that as the basis for a new VM & see if that makes a difference. Sevan