From owner-freebsd-emulation@freebsd.org Fri Dec 4 18:23:11 2015 Return-Path: Delivered-To: freebsd-emulation@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 14D96A41CE2 for ; Fri, 4 Dec 2015 18:23:11 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-wm0-x235.google.com (mail-wm0-x235.google.com [IPv6:2a00:1450:400c:c09::235]) (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 A31CA1F36 for ; Fri, 4 Dec 2015 18:23:10 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: by wmec201 with SMTP id c201so86375736wme.0 for ; Fri, 04 Dec 2015 10:23:09 -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=K8BBI3JTwsv0FkPM7UK1rh/UFaPkC+TUeIWZ1/Dzv2A=; b=F8MsL0Vtg/B3J9s3tsOzE+2rmZDt0o0zgbVmXOjA8ijIJvPXHJrSTujkhzgaswhnXA R6MfKqeNob+BdLbIMLbKUJpH9ZOSf6obJowUmbHTKgNSAMZtyXXKf+kUUxupuTosLsvw GCHFhdCEyx3KJ1PEwHSWK6H06sY6K1n/4A3/4EN0RrTMA2R3bedFiNIHWG+gxPHymPE/ Yjg3f87l3Vu+6pes3yNIPPfWlrjBuAjstRLG9lzjVxeVFq6nw33L1dYEPznObVLLDiaE rekdOGHT/6vptnr8SY41O3/uMGslRISMDDEQrxZ8kcI1+fVmP68grTLComWfIFD+tWhc Z6FA== MIME-Version: 1.0 X-Received: by 10.194.62.14 with SMTP id u14mr19453790wjr.24.1449253389186; Fri, 04 Dec 2015 10:23:09 -0800 (PST) Received: by 10.194.192.33 with HTTP; Fri, 4 Dec 2015 10:23:09 -0800 (PST) In-Reply-To: <5661D9AE.3040601@mac.com> References: <56616F05.7040807@mac.com> <5661D9AE.3040601@mac.com> Date: Fri, 4 Dec 2015 12:23:09 -0600 Message-ID: Subject: Re: Invalid frontend name for VirtualBox without GUI From: Adam Vande More To: Paul Norman Cc: Bob Bishop , "freebsd-emulation@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.20 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: Fri, 04 Dec 2015 18:23:11 -0000 On Fri, Dec 4, 2015 at 12:21 PM, Paul Norman wrote: > On 12/4/2015 3:40 AM, Bob Bishop wrote: > >> >If I turn on the QT4 and X11 options, this error goes away. With >>> >just X11, I still get it. >>> > >>> >I would much rather not need to install X11 on my server. Are there >>> >any known fixes for this error? >>> >> VBoxManage startvm --type headless >> >> > Thanks. This fixes it. > > I did VBoxManage setproperty defaultfrontend headless because I'm never > going to want a non-headless VM. You can always use VBoxHeadless -- Adam