Anzeigen der neuesten Beiträge
0 Mitglieder und 5 Gäste betrachten dieses Thema.
UPDATES- A fix was made to the webservice (vboxwebsrv) in VirtualBox version 3.2.2. This fixes a stability erratum with vboxremote timing out on a registered vbox server when vboxwebsrv on that server un-expectedly terminated.We recommend upgrading to VirtualBox 3.2.2 for evaluating and testing VBoxRemote.- VBoxRemote has been officially tested against VirtualBox 3.2.2 and 3.2.0.- Unofficially we did some quick sanity tests against VirtualBox 3.1.8 and 3.1.6. The vboxwebsrv in both versions had an occasional issue with dynamic VRDP port allocation. All other VBoxRemote functions worked as expected.
*UPDATE 09/18/10*Next targeted release will be VBoxRemote 1.0 Beta 1.We are working on the following features for the next release of VBoxRemote.We hope to start kicking out incremental builds in the coming weeks as spare time cycles allow.Noteworty targeted features:- Converting to the new event system of the VBox API- Access controls- New machine creation Wizard- Change VM settings- More verbose settings display- VRDP handling improvements
We have released VBoxAdmin Beta 1.- Intended as a complementary tool to VBoxRemote.- Provides a nice GUI interface with direct mappings to the same functionality as the VirtualBox VBoxManage tool.- Targeted for administrators or intermediate to advanced VirtualBox users who would like to have a nice GUI form of the VirtualBox VBoxManage tool and it's extensive functionality.- Provides GUI access to advanced VirtualBox functionality.- Designed for controlling remote VirtualBox servers.
------------------------------------- 4.0-4b 2011-3-1-------------------------------------Fixed bug that would not display error messages when attemptingto log in if there was an error connecting to vboxwebsrv.------------------------------------- 4.0-4 2011-3-1-------------------------------------Added Exclusive and VPID hardware acceleration options toAcceleration tab visible when $enableAdvancedConfig is set.Added "Automatic" SATA Port Count option to the SATA Port Countlist when $enableAdvancedConfig is set. New VMs created throughphpVirtualBox will automatically have this set to Auto.Fixed bug that would display the Input tab rather than theDescription tab when clicking on the Description section link inthe VM Details section if $enableAdvancedConfig is set.Fixed bug that would reload the list of VMs rather than refreshthe list when resetting a VM.Fixed bug that would not change some settings when usingPHP < 5.2.0. This was reported by CentOS users regarding theCable Connected network setting in particular.http://code.google.com/p/phpvirtualbox/issues/detail?id=192Fixed bug that would not allow you to add a VM through Machine ->Add when using PHP < 5.2.0.Circumvent unconfirmed VirtualBox bug when trying to obtain ascreen shot for the Preview window returns "Could not take ascreenshot (VERR_TRY_AGAIN)." screen.php now runsconsole->display->invalidateAndUpdate() on error.VM settings while running are now available via the Settingsbutton on the toolbar. Moved Install Guest Additions functionto this menu.Added more files to default $browserRestrictFiles setting.OS Type can now be changed when importing a VM.Added $previewAspectRatio config option.Fixed bug that would always set consoleHost to the server beingconnected to as specified by $location in config.php.http://code.google.com/p/phpvirtualbox/issues/detail?id=199To ensure a more sane default setting, the remote display IP isnow determined in the following order: - consoleHost setting if set in config.php - IP address if set in VM's vrdeaddress setting - IP address / host specified of server's $location setting in config.php - If setting is 127.0.0.1 or localhost, use phpVirtualBox's IP address / hostname in its URL as determined by the web browser.Fixed multi-server bug when initial server is unreachable.http://code.google.com/p/phpvirtualbox/issues/detail?id=200Added basic user authentication and associated options.Added icons to dialog titles.Added Spanish (Latin America) translation.Fixed preview window redraws in Safari and Chrome (webkit).jQuery upgrade to 1.5.1.jQuery UI upgrade to 1.8.9.Fixed Opera bug that would cause it to stop refreshing the list ofVMs.Maximize use of browser caching when grabbing images for previewwindow utilizing ETag and If-Modified-Since HTTP headers.Added Parallel Port configuration and associated $enableLPTConfigconfiguration setting - EXPERIMENTAL - VirtualBox provides nodocumentation or official support for this. Nor can I. LPT supportonly works in Linux.Added CD/DVD and Floppy drives to host details.Host details now displays CPU features if $enableAdvancedConfigis enabled.OS Type selectors now properly display only OS types supported bythe VirtualBox host based on its processors' features.Minor UI changes.Adding media through the Virtual Media Manager now updates the"recent media" list.Added advanced NAT settings for Network Adapters visible when$enableAdvancedConfig is set.Updated German translations.Added GPLv3.txt and updated verbiage in LICENSE.txt.Updated Storage VM Settings pane to mimic VirtualBox GUI resizablebehavior.Added right-click functionality and tooltips to VMs in the VMlist.Added more vmListSort options - including the option to manuallysort VMs with drag-and-drop. See config.php-example.------------------------------------- 4.0-3 2011-2-10-------------------------------------UI fixes for some browsers when dragging the resize bar.SATA controllers can now have CD/DVD media attachments.Support for Chipset option on Motherboard tab in VM settings whenVirtualBox >= 4.0.2 is detected.http://www.virtualbox.org/ticket/7885Snapshots with no children can be deleted while VM is running.Improved snapshot name generation.Snapshot ages are now periodically updated when viewing theSnapshots tab.Snapshot dates are now displayed instead of age for snapshotstaken more than 30 days ago.File / folder browser now scrolls to selected file / folder.Added Russian translation.Added Portuguese (Brazil) translation.Added Italian translation.Updated French and German translations to the best of my abilityusing nls files from VirtualBox source and Google translate.Corrections are welcome.Improved multi-language support for PHP installations that do nothave JSON enabled / installed.Language can now be changed in File -> Preferences -> Language.UI changes in an attempt to make things look and feel less "flat."JavaScript changes to speed things up in IE.Added VDE Network adapter support. Your underlying VirtualBoxinstallation must support this, and it must be enabled inconfig.php.Fixed improper display of Remote Display Server port whenaccessing phpVirtualBox through http://ip:port/..To ensure proper configuration when accessing the remote displayof a VM through NAT, remote display IP is now determined in thefollowing order: - consoleHost setting if set in config.php - IP address if set in VM's vrdeaddress setting - phpVirtualBox's IP address / hostname in its URL as determined by the web browserAdded Serial Port configuration.Added $disableSataPortCount config option to disable setting SATAcontrollers' port count to the max port number found when savingVM settings.New Hard Disk Wizard hard disk location defaults to VM's folderwhere appropriate.Fixed bug that would not allow the creation of Fixed size storage.Added $enableAdvancedConfig to configuration options in config.php.This allows you to change the following VM configuration options: - HPET (System section -> Motherboard tab) - Nested Paging (System section -> Acceleration tab) - Large Pages (System section -> Acceleration tab) - VT-x / AMD-V (System section -> Acceleration tab) - VRDE Net Address (Display section -> Remote Display tab) - SATA Port Count (Storage section -> select a SATA controller) - Mouse type (General section -> Input tab) - Keyboard type (General section -> Input tab) - Create new hard disk from Virtual Media Manager (New button) - Add new media from Virtual Media Manager (Add button) - Clone hard disk from Virtual Media Manager (Actions menu -> Clone) - Make hard disk immutable from Virtual Media Manager (Actions menu -> Immutable) - Make hard disk "normal" from Virtual Media Manager (Actions menu -> Normal) - Add iSCSI disk from Virtual Media Manager (Add iSCSI button) - All media selection menus have a Virtual Media Manager button Note that these items will not be translated. See the VirtualBoxdocumentation for more information on what these settings willchange / actions these will perform.Media selection now behaves the same as it does in the VirtualBoxGUI.Some features of the Virtual Media Manager have been removed tomimic the one in the VirtualBox GUI.Changed versioning schema.New configuration model where config.php-example is distributedinstead of config.php. This should allow for persistent userconfiguration. All config logic is now in lib/config.php.------------------------------------- 4-2 - 2011-1-14-------------------------------------Viewing a VM's screenshot in a new window while running nowprints a descriptive error rather than displaying a blankscreen if the Oracle VM Extension Pack is not installed.Re-enabled console tab in IE. Disabling it in the first placewas because of a HUGE oversight on my part :) Which leads tothe next feature.Console tab now displays a message if the Adobe Flash plugin isnot installed.Host network card and drive list is now properly refreshed whenrefreshing host info via the Machine -> Refresh menu item.Added MAC Address to Guest Network Adapters dialog.Default RDP port when creating a VM is now 3389-4000. Allowingfor a range of ports.Fixed VM creation bug that created all VMs with an Unknown OStype and name set to the specified OS type.Fixed VM creation bug that would incorrectly display 'None' asthe hard drive after creation until the newly created VM wasrefreshed.Tuned down PHP error reporting to keep Notices from beingdisplayed when PHP's default error reporting is set too highin user's PHP config.Fixed bug that would not display a list of internal networksin VM network settings.Network settings are now (somewhat) changable while a VM isrunning. This mimics the same functionality as the VirtualBoxGUI.Shared folder settings are now changable while a VM isrunning.Added VirtualBox guest additions installation feature.Added 'Add VM' feature.Fixed issue where VM disks were created in the VirtualBoxfolder rather than being created in the VM folder when usingthe New Virtual Machine Wizard.Fixed bug that would not import SCSI controllers and attacheddisk images when using the Import Appliance Wizard.Added progress operation images.Updated text when deleting / removing a VM to match VirtualBoxGUI.USB devices can now be attached / detached to a running VM.Medium attachments for storage controllers on VM details tabare now properly sorted instead of printed in the arbitraryorder that they are read from VirtualBox.VRDE Server (remote display) is now enabled by default whencreating a new VM.Refreshing the VirualBox host in the machine list now refreshessystem properties cache as well.Fixed preview window scrolling bug. In some browsers, thepreview thumbnail would stay in place as the window wasscrolled.Fixed browser quirks when switching VMs. This would cause thevm list pane to grow in width while a VM was loading incertain browsers.------------------------------------- 4-1 - 2011-01-09-------------------------------------Changed behavior of file browser to always use config settingfor browserLocal regardless of browser's host. This should beOK now that IVFSExplorer bugs are fixed in VirtualBox 4.0.Fixed bug in Create HardDisk wizard functionality that wouldonly allow a disk of size 1MB to be created.Fixed bug in display settings when the RDP extension pack isnot installed.Fixed "Detach" console bug.Disable Console tab when IE is detected. The Flash RDP clientfrom Oracle does not appear to work with IE. Even the demodistributed with the flash control does not work. It appearsthat RDPWebEventLoaded event is never triggered after theflash control loads. -- Invalid - 2011-1-10Max HD slider size in New HD wizard is now limited to 512GB.Anything over that and the slider loses so much precision thatit becomes useless. You may still type a larger size in thesize text box. E.g. "1 TB"------------------------------------- 4-0 - 2011-01-07-------------------------------------UI and back-end changes to match new version of VirtualBox.Updated jquery-ui to 1.8.2.Updated jquery to 1.4.4Fixed bug that would not allow console connections if accessingphpVirtualBox through a URL where a port is specified. E.g.http://myhost:8080/phpVirtualBoxAdded json_encode() for PHP compiled with --disable-json andPHP versions < 5.2.0.Fixed compatibility issues with PHP 5.1.x."rdpHost" setting changed to "consoleHost"Added VirtualBox version to host in VM list and on the hostdetails tab.Added multiple server functionality.Fixed case sensitivity for $browserRestrictFiles setting.Fixed bug when using OSE where the Shared Folders section wouldnot be selected when "Shared Folders" is clicked on from theDetails tab / section.Exporting a VM defaults to '.ova' file.Added language contexts.Changed cache temp dir location to try environment variablesfirst.Fixed bug that would not send the 'Esc' key to the console whenpressed.Changed back to GPL license.Added multiple server support.You can now power off a VM that is in a "Stuck" state.Versioning scheme is now (VirtualBox compatible version)-(phpVirtualBox version)Fixed bug that would not display error message on failure toconnect to vboxwebsrv.Removed old imgpng requirement as VirtualBox can now exportscreenshots as PNG data.Fixed media mounting bug that would not allow anything other thanhost drives to be mounted.------------------------------------- 0.5 - 2010-08-10-------------------------------------Fixed some English translations.Added fr_fr and de_de languages. Fixed top toolbar and Virtual Media Manger translation bugs.Fixed OSE startup bug and removed console tab when OSE isdetected.Fixed Host Details bug that would not display the VirtualBoxhost server's details when it is selected in the list of vms.Fixed bug in File -> Preferences that would not correctlyreflect a change made to any prefrences on the General tab.Workaround for Console tab resize bug that would disconnect froman existing console session when the window was resized. Now, itautomatically reconnects after a window resize event.Applied UI enhancements patch supplied by compuwizard123http://code.google.com/u/compuwizard123/Host details now include VirtualBox version.------------------------------------- 0.4 - 2010-07-24-------------------------------------Fixed numerous translation bugs.Fixed bug that would not allow the addition of more than 4storage controller types in VM Settings.Changed WSDL cache to use memory only instead of both memoryand disk. (PHP SoapClient WSDL_CACHE_MEMORY option).RDP host (for console tab and details tab RDP links) is nowselected in the following order: 1) VM Configured host (would have to be set with VboxManage) 2) rdpHost setting in config.php 3) host in location setting of config.php *) if host is 'localhost' or '127.0.0.1' use web browser location's URL host as last resortFixed bug in file / folder browser that would display the fullpath of files / folders rather than just their names. This onlyaffected *nix web servers connecting to VirtualBox running onWindows hosts. I can't imagine this is a very common scenario:)Better error handling and meaningful error message when thereis a PHP error, and phpVirtualBox fails to load.Fixed bug that would not allow you to enter your own internalnetwork name in VM network configurations where Attached To: isset to Internal Network.Fixed bug that would break phpVirtualBox whenallow_call_time_pass_reference is set to Off in php.ini.Removed ReflectionClass dependency. This also changes allconfig options in config.php to use 'var' instead of 'const.'License changed from GPL to MIT.------------------------------------- 0.3 - 2010-07-05-------------------------------------Fixed bug in file/folder browser that would incorrectly displayfiles as folders and folders as files in some cases.Added Console tab.Added OSE support. This effectively removes the console tab,USB, and VRDP support when OSE is detected.Fixed bug in Host-networking interfaces pane that would causetabs to disappear if editing a host interface more than oncewithout refreshing.Made VM list and main tab content scrollable.Added Guest Network Adapter info. This queries guest additionsfor network adapter IP information of a running VM.Added Clone, Make Immutable, and Make Normal functionality toVirtual Media Manager.Fixed bug in Virtual Media Manager that would allow a user totry to release a medium that is attached to a snapshot. Thisattempt would always fail.Fixed bug that would cause saving USB filters to fail.Added Import / Export Appliance. NOTE: Some configurableimport settings are ignored (e.g. network interface type).These are also ignored when importing from the VirtualBoxGUI, and so appears to be a bug in VirtualBox itself.Added file type icons to file / folder browser.Fixed ineternal network dropdown list in Virtual Machinesettings.
------------------------------------- 4.0-5 2011-3-26-------------------------------------Added Norwegian translation.Added Japanese translation.Fixed translation of 'Log in' in log in dialog.Fixed bug that would not allow editing of NAT port forwardinghttp://code.google.com/p/phpvirtualbox/issues/detail?id=215Virtual Media Manager now has scrolling media list and sortablecolumns.Fixed bug / error in RDP file generation script that occurs whenthe remote console port is configured for a range or list ofports.Storage controller pane now resizes as expected.Attached USB devices in VM settings is now obtained in real-timerather than only when the settings dialog is first opened.Fixed clone medium bug that would always clone a disk as dynamically expanding storage type no matter which option wasselected.Fixed bug when removing a VM when using PHP < 5.2.0.Fixed bug when editing shared folders of a non-running VM.Log in form now submits when pressing enter.Import / Export Appliances now has scrolling lists.Fixed bug when PHP does not have session support enabled. Thisincorrectly displays the error 'Not logged in.' each time anaction is attempted in phpVirtualBox.Fixed CRLF injection security hole in rdp.php.
VBox WMI is a web application based on Java, Java Servlets and JavaServer Pages for managing VirtualBox servers.It was created with the sole purpose of aiding me in getting a degree by being the focus of my final year project. Since the application served its purpose, I decided to release it so that others could benefit from my work.http://code.google.com/p/vbox-wmi/ is the project's web site; see the introduction page for more information about the application and its design, and if you want to get an idea of what the user interface looks like, check the screenshots page.Hopefully, someone will find this useful
------------------------------------- 4.1-2 2011-8-21-------------------------------------Added Stop options to VM list context menu.Fixed bug in Global Preferences that would not allow you to savesettings if a Language was not selected in the Languages section.http://code.google.com/p/phpvirtualbox/issues/detail?id=348Added context menus to VM Storage settings.Fixed bug that would cause network adapters to disconnect andreconnect when saving settings of a running VM.http://code.google.com/p/phpvirtualbox/issues/detail?id=361Changing a VM name in the Appliance Import Wizard nowautomatically updates virtual disk image paths.http://code.google.com/p/phpvirtualbox/issues/detail?id=362Minor translation fixes.Added Linked Clone support to match VirtualBox 4.1.2.Fixed bug when the bridged adapter of a VM was assigned to a hostsub-interface. This would not allow for selection of the interfacein VM settings.http://code.google.com/p/phpvirtualbox/issues/detail?id=371Fixed bug in VM log viewer that would not display log filecontents when non-utf-8 characers are pressent.
Fixed bug that would not set Acceleration options for a VM if the$enableAdvancedConfig option was not set in config.phphttp://code.google.com/p/phpvirtualbox/issues/detail?id=438Added OpenMediaVault authentication module.Added option to set VM startup mode and associated config optionin config.php. Use vboxinit script in phpVirtualBox's root folder.Fixed a bug in IE 8 that would cause the "Loading ..." screen tostay in place after login.http://code.google.com/p/phpvirtualbox/issues/detail?id=455Added $enableGuestAdditionsVersionDisplay setting and associatedfunctionality to display guest additions version of a runningVM on its Details tab.http://code.google.com/p/phpvirtualbox/issues/detail?id=454Added Romanian translation.