From owner-freebsd-emulation@freebsd.org Fri Dec 4 18:21:39 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 ABACBA41B62 for ; Fri, 4 Dec 2015 18:21:39 +0000 (UTC) (envelope-from penorman@mac.com) Received: from mr11p00im-asmtp001.me.com (mr11p00im-asmtp001.me.com [17.110.69.252]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 93FC61BBD for ; Fri, 4 Dec 2015 18:21:39 +0000 (UTC) (envelope-from penorman@mac.com) Received: from [192.168.1.2] (d205-250-42-238.bchsia.telus.net [205.250.42.238]) by mr11p00im-asmtp001.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NYU009TGJ01RI10@mr11p00im-asmtp001.me.com> for freebsd-emulation@freebsd.org; Fri, 04 Dec 2015 18:21:38 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-12-04_06:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=0 kscore.compositescore=1 compositescore=0.9 suspectscore=0 phishscore=0 bulkscore=0 kscore.is_spamscore=0 rbsscore=0 spamscore=0 urlsuspectscore=0.9 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1510090000 definitions=main-1512040292 Subject: Re: Invalid frontend name for VirtualBox without GUI To: Bob Bishop References: <56616F05.7040807@mac.com> Cc: freebsd-emulation@freebsd.org From: Paul Norman Message-id: <5661D9AE.3040601@mac.com> Date: Fri, 04 Dec 2015 10:21:34 -0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-version: 1.0 In-reply-to: Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit 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:21:39 -0000 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.