From owner-freebsd-virtualization@freebsd.org Sun Dec 20 15:36:07 2015 Return-Path: Delivered-To: freebsd-virtualization@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0B711A4D6EE for ; Sun, 20 Dec 2015 15:36:07 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x230.google.com (mail-wm0-x230.google.com [IPv6:2a00:1450:400c:c09::230]) (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 9F6F01074 for ; Sun, 20 Dec 2015 15:36:06 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by mail-wm0-x230.google.com with SMTP id p187so41338884wmp.0 for ; Sun, 20 Dec 2015 07:36:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=t5M3m7Im6XtIW2snPzfP5e6Xq3mYJdaARB2+wK35k7g=; b=g5wxqqhK7GriOQxgOR6wyLlmK9u2honatwpLa4y532yOo/b3ohglPP6IJtM8maqPA4 Iuvuu2i2Taoly0m7rwP7Sl6ZUjjSMyGgsOVoSXAoCtpYDmQDp4IpA5aL7JlCxNB3TPGv ue2h1yISS9DwFeAq/rqH1AIBY0kNduxHKrRdmrwZTEaJZ82Dj0UsF2hdtJcjRtQClep4 l0FNhN0BUPoqpYmX++P9phvpwspvDjtY0KaVt2/RzA/Oyk3EPFYzfiCxj7uuqPoEEVrz IEfuYhR8zF0nhO5JTTMYeuvn0tBlZeD9E64X+R/U2PWNFvd7t0U5EDhj5qCwTU6ZYxFG bPhQ== MIME-Version: 1.0 X-Received: by 10.194.9.169 with SMTP id a9mr15283471wjb.60.1450625765045; Sun, 20 Dec 2015 07:36:05 -0800 (PST) Received: by 10.194.192.33 with HTTP; Sun, 20 Dec 2015 07:36:04 -0800 (PST) In-Reply-To: <20151220152544.GA4053@dendrobates.araler.com> References: <551BC8B3.2030900@bestsolution.at> <56766D93.9030808@quip.cz> <20151220152544.GA4053@dendrobates.araler.com> Date: Sun, 20 Dec 2015 09:36:04 -0600 Message-ID: Subject: Re: available hypervisors in FreeBSD From: Adam Vande More To: Sergey Manucharian Cc: FreeBSD virtualization Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 20 Dec 2015 15:36:07 -0000 On Sun, Dec 20, 2015 at 9:25 AM, Sergey Manucharian wrote: > I agree that VirtualBox is really stable, and I'm using it in production > environments for many years. However, there are a couple of possible > drawbacks: It does not support VRDP (remote console) and USB2/3 on FreeBSD. > > Tha latter is probably not really important (although I needed it too). > The lack of remote console is bad for troubleshooting and/or remote > (re)installation. > Remote console is available via VNC, not RDP. -- Adam