virtualbox
virtualbox copied to clipboard
[ABANDONED] Create and modify virtual machines in VirtualBox using pure ruby.

Hi, I had some trouble beginning with Virtualbox because many of the examples in the GettingStarted doc no longer work. I've fixed a few of them in these commits. It's...
Main line in the log > /Users/ryangs/.rvm/gems/ruby-1.9.2-p290@global/gems/virtualbox-0.9.2/lib/virtualbox/com/implementer/ffi.rb:106:in `call_and_check': Error in API call to get_network_adapter: 2147942487 (VirtualBox::Exceptions::InvalidArgException) rest of the trace https://gist.github.com/1449072 This occurs while running `vagrant destroy` . There was...
Hello, I am wondering if there is any way to call mouse click on requested X and Y of VirtualBox virtual machine? If you have any ideas and/or links I...
While working on a [vagrant plugin for Jenkins](https://github.com/rtyler/vagrant-plugin), I've hit the stumbling block that I can't bring up VirtualBox under JRuby. Relevant irb session: ``` jruby-1.6.3 :002 > require 'rubygems'...
To be able to get a current VM's CPU and memory usage.
This looks nice: ``` python def monitorSource(ctx, es, active, dur): def handleEventImpl(ev): type = ev.type print "got event: %s %s" %(str(type), asEnumElem(ctx, 'VBoxEventType', type)) if type == ctx['global'].constants.VBoxEventType_OnMachineStateChanged: ``` http://www.virtualbox.org/browser/trunk/src/VBox/Frontends/VBoxShell/vboxshell.py#L312...
This doesn't seem possible from Ruby yet: ``` VBoxManage controlvm "Windows XP" setcredentials "John Doe" "secretpassword" "DOMTEST" ``` - http://www.virtualbox.org/manual/ch09.html#autologon_win
The following `vagrant up` works fine with non-OSE VirtualBox 4.0.4. Guest Additions were installed as described [here](http://hedgehogshiatus.com/upgrade-virtualbox-guest-additions-in-a-vargr) Nonetheless, perhaps OSE versions should be no-op (unsupported) since it seems the only...