From owner-freebsd-ports@FreeBSD.ORG Wed Jan 9 20:05:34 2013 Return-Path: Delivered-To: freebsd-ports@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 0AE8422F for ; Wed, 9 Jan 2013 20:05:34 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-vc0-f174.google.com (mail-vc0-f174.google.com [209.85.220.174]) by mx1.freebsd.org (Postfix) with ESMTP id AACB6A0D for ; Wed, 9 Jan 2013 20:05:33 +0000 (UTC) Received: by mail-vc0-f174.google.com with SMTP id d16so1982280vcd.33 for ; Wed, 09 Jan 2013 12:05:27 -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=zSlWAwJkT+hxM4uMu3CzqiHu96rqKBLknDii7c/6axM=; b=vm/teJAlfL5ukicGIJ4aRsNs3Imcrp2nG1fvbIeUJe/U/R1Vc4MAksg3beF5lWcRm6 7zpblrNhgnBBfzcJ1Cwtjpo2qN9yugEVZ9A/aAoKHLxQ0eTyrqCDjBNMY1piSR40PtmC 9QnF11v5VqDe7MNLv1j1rM4wp7ist7jmHmu/XwAuZbdaqx8XJ4c2AaIcMB598Q58O5su O40GMV7wswHiZ7y8z3kXW8pT31Ns94BxlJbJV4hbyfLJMdAGkal3s/bHbI5DxaS11iEL qifdUH0mk5l0UJ/caiXzTW7KzunvMiRui9/tYD11JppZHSebilOjtfCD0Apbe69J1xTy zeBg== MIME-Version: 1.0 Received: by 10.52.66.71 with SMTP id d7mr78135134vdt.121.1357761927355; Wed, 09 Jan 2013 12:05:27 -0800 (PST) Received: by 10.58.152.42 with HTTP; Wed, 9 Jan 2013 12:05:27 -0800 (PST) In-Reply-To: <5d94483ba598205542d7ec3ff260324c@webmail.lerctr.org> References: <5d94483ba598205542d7ec3ff260324c@webmail.lerctr.org> Date: Wed, 9 Jan 2013 15:05:27 -0500 Message-ID: Subject: Re: VirtualBox 4.2.6 and VBoxHeadless VNC From: Shawn Webb To: Larry Rosenman Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-ports@freebsd.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jan 2013 20:05:34 -0000 On Wed, Jan 9, 2013 at 2:52 PM, Larry Rosenman wrote: > -e VRDEproperty VNCPassword= That works. Thanks! Another question. After pausing the VM by calling `VBoxManage controlvm [VM name here] savestate` I now can't resume execution by calling `VBoxHeadless -s [VM name here] [more arguments here for VNC]`. What would be the proper way to resume execution of a VM after its been paused via savestate? The error I'm getting is this: VBoxManage: error: Cannot resume the machine as it is not paused (machine state: Saved) VBoxManage: error: Details: code VBOX_E_INVALID_VM_STATE (0x80bb0002), component Console, interface IConsole, callee nsISupports VBoxManage: error: Context: "Resume()" at line 120 of file VBoxManageControlVM.cpp Thanks, Shawn