VirtualBox 4.2.6 and VBoxHeadless VNC

2013-01-09 Thread Shawn Webb
Hey All,

I just upgraded VirtualBox to 4.2.6 on my headless dev server. I use VNC
with VBoxHeadless. After upgrading, I had to change the command-line
options I use for starting the VMs (which is totally fine). It seems that
now VNC is asking for a password, which I never set. Prior to upgrading,
VNC was passwordless. Attempting to connect with a blank password fails to
work as does password. I'm not sure where to proceed from here. Anyone
know how to disable the password or what the default password is?

Thanks,

Shawn Webb
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: VirtualBox 4.2.6 and VBoxHeadless VNC

2013-01-09 Thread Larry Rosenman

On 2013-01-09 13:33, Shawn Webb wrote:

Hey All,

I just upgraded VirtualBox to 4.2.6 on my headless dev server. I use 
VNC

with VBoxHeadless. After upgrading, I had to change the command-line
options I use for starting the VMs (which is totally fine). It seems 
that
now VNC is asking for a password, which I never set. Prior to 
upgrading,
VNC was passwordless. Attempting to connect with a blank password 
fails to
work as does password. I'm not sure where to proceed from here. 
Anyone

know how to disable the password or what the default password is?

Thanks,

Shawn Webb
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to 
freebsd-ports-unsubscr...@freebsd.org

-e VRDEproperty VNCPassword=whatever


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: VirtualBox 4.2.6 and VBoxHeadless VNC

2013-01-09 Thread Shawn Webb
On Wed, Jan 9, 2013 at 2:52 PM, Larry Rosenman l...@lerctr.org wrote:

 -e VRDEproperty VNCPassword=whatever


 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
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: VirtualBox 4.2.6 and VBoxHeadless VNC

2013-01-09 Thread Larry Rosenman

On 2013-01-09 14:05, Shawn Webb wrote:
On Wed, Jan 9, 2013 at 2:52 PM, Larry Rosenman l...@lerctr.org 
wrote:



-e VRDEproperty VNCPassword=whatever


 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

I haven't solved that one yet :(

I also am having issues with a 2 vCPU FBSD10 VM not keeping time worth 
a flip



--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 214-642-9640 (c) E-Mail: l...@lerctr.org
US Mail: 430 Valona Loop, Round Rock, TX 78681-3893
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org