From owner-freebsd-emulation@FreeBSD.ORG Tue Apr 27 12:42:54 2010 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB6B11065674 for ; Tue, 27 Apr 2010 12:42:54 +0000 (UTC) (envelope-from stacy@Millions.Ca) Received: from mail-gw-0.millions.ca (www.millions.ca [96.53.2.246]) by mx1.freebsd.org (Postfix) with ESMTP id 9A1868FC13 for ; Tue, 27 Apr 2010 12:42:54 +0000 (UTC) Received: from bonsai.millions.ca (Bonsai.Millions.Ca [192.168.64.4]) by oak.millions.ca (8.14.2/8.14.2) with ESMTP id o3RCgow8031757; Tue, 27 Apr 2010 06:42:51 -0600 (MDT) (envelope-from stacy@millions.ca) Message-ID: <4BD6DBCA.602@millions.ca> Date: Tue, 27 Apr 2010 06:42:50 -0600 From: Stacy Millions User-Agent: Thunderbird 2.0.0.24 (X11/20100408) MIME-Version: 1.0 To: Konstantin Vasilev References: <4BD6A433.6090900@cellnetrix.com> In-Reply-To: <4BD6A433.6090900@cellnetrix.com> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-emulation@freebsd.org Subject: Re: [PATCH] VirtualBox headless VNC support by LibVNCServer (20100421) X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Apr 2010 12:42:54 -0000 Konstantin Vasilev wrote: > Why command VBoxHeadless -v off --startvm mayVMname doesn't go to > background and doesn't release console? I can't answer why it behaves like that, but I can offer an alternative. VBoxManage startvm VMname --type headless will start the vm in the background. -stacy