Hi, I want to know how I can create a virtual netcard in virtualbox of new version, or other way to connect the virtual system by xmanager when my PC is not connected to internet. Now I could not create it, just using the real netcard, so when the real one is not connected to any net, I can not connect to my virtual system by xmanager. Could you help me find some method to fix my problem?
Regards tao0407 -----邮件原件----- 发件人: [email protected] [mailto:vbox-dev-boun...@virtualbox. org] 代表 [email protected] 发送时间: 2009年2月25日 19:00 收件人: [email protected] 主题: vbox-dev Digest, Vol 28, Issue 23 Send vbox-dev mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit http://vbox.innotek.de/mailman/listinfo/vbox-dev or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of vbox-dev digest..." Today's Topics: 1. Re: reserved identifier violation (Markus Elfring) 2. OVF import with OSE svn r17088 (Antonio Doldo) 3. VirtualBox code incompatible with GPL v3 (Florian Vichot) 4. Re: OVF import with OSE svn r17088 (Christian P??tzsch) ---------------------------------------------------------------------- Message: 1 Date: 2009年2月24日 18:50:38 +0100 From: Markus Elfring <[email protected]> Subject: Re: [vbox-dev] reserved identifier violation To: VirtualBox developer's list <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 Knut St. Osmundsen wrote: > I don't think that is necessary. > I would prefer your kind of acceptance in this tracker item. Will the issue tracked by other means than a bug tracking system (or a mailing list)? Regards, Markus ------------------------------ Message: 2 Date: 2009年2月25日 00:22:25 +0100 From: Antonio Doldo <[email protected]> Subject: [vbox-dev] OVF import with OSE svn r17088 To: VirtualBox developer's list <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-15 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, just for my curiosity, i want tested the new feature relative to import an OVF virtual machine, with build r17088 of svn on debian/ubuntu. I download a LAMP appliance from http://virtualappliances.net/downloads/esx/ and also convert a vmware vmx with ovftool (http://register.vmware.com/content/download-ovf-os.html) In both cases I receive this error: Method GetUSBController is not implemented. Codice d'uscita: NS_ERROR_NOT_IMPLEMENTED (0x80004001) Componente: Machine Interfaccia: IMachine {ea6fb7ea-1993-4642-b113-f29eb39e0df0} My questions are: The OSE version don't have a bus USB and this feature is only on the next PUEL release, or there is a mistake with my procedure? graphical snapshots are on: http://img16.imageshack.us/img16/7217/ovfimportwizard.png http://img16.imageshack.us/img16/3862/ovferror.png Sorry for my English, Best regards, Antonio -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmkgSgACgkQd/eBSx+n1Dpx1wCcDVIRh0Z1IwkLhkc5irKpFh00 JT0Anjdiywf/0E4J3ejonZuxf88jwsFK =T5sA -----END PGP SIGNATURE----- ------------------------------ Message: 3 Date: 2009年2月25日 01:22:06 +0100 From: Florian Vichot <[email protected]> Subject: [vbox-dev] VirtualBox code incompatible with GPL v3 To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I'm writing some test code to see how I could control VirtualBox VMs from the software I'm developing. So I had a look at the SDK. After fiddling with the SDK a bit, I read that it's possible to use a "Glue library", instead of doing raw XPCOM calls (see top comment of the sdk/bindings/xpcom/samples/tstVBoxAPILinux.cpp file: "However, if you want to write a real application, it is highly recommended to use our MS COM XPCOM Glue library and helper C++ classes."). I couldn't find the headers for that "Glue" library in the SDK, so I had a look in the VirtualBox OSE source. Apparently the files I'm looking for are the one in vbox/include/com/(from the SVN repo). But, my problem is the following: those headers are dual licensed with GPL _v2 ONLY_, and the CDDL v1. The software I'm developing (the one that would use and link to that "Glue" library) will be dual licensed too, under a proprietary license (very similar to VirtualBox PUEL license), and GPL _v3_. Meaning that thanks to the CDDL, the proprietary license won't be a problem (CDDL grants me that right, if I'm not mistaken), but GPL v3 doesn't allow me to link to code licensed with GPL v2 ONLY (according to http://www.gnu.org/licenses/gpl-faq.html#AllCompatibility). That seems a bit absurd: I can provide binaries that use that "Glue" library and no source code (under my proprietary license), but I can't use it in the Open Source version... So my question is this: if I'm not mistaken in my analysis of licenses compatibility, could it be possible that Sun considers adding GPL v3 as an exception in the COPYING file, or relicenses the "Glue" library under LGPL (or anything else that is compatible with GPL v3). Since the SDK doesn't have a license at the moment (I already notified this to the staff on IRC), maybe it would be a good move to license it under the LGPL, and move the "Glue" library code into it. If this not the best place to ask legalese related questions, please point me to the right one :) Sincerely, Florian Vichot -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkmkjy4ACgkQgRp+dNkqn6/QQwCeK3tUEKCTs0vSZBBR4KC2tjM4 9UkAn1TkiBtirlmkxLvqSlRvVibLxIg8 =dUAT -----END PGP SIGNATURE----- ------------------------------ Message: 4 Date: 2009年2月25日 09:11:45 +0100 From: Christian P??tzsch <[email protected]> Subject: Re: [vbox-dev] OVF import with OSE svn r17088 To: "VirtualBox developer's list" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; format=flowed; charset=UTF-8 Hi Antonio, first of all, USB support isn't available in the OSE version. The error message shouldn't come up & I will fix this in svn soon. Please note that this all is work in progress. Anyway after my fix you won't be able to import your appliance cause of the missing support of the SCSI controller at that part of the code. We will add support for this soon also. So stay tuned. Christian Antonio Doldo wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all, > just for my curiosity, i want tested the new feature relative to > import an OVF virtual machine, > with build r17088 of svn on debian/ubuntu. > > I download a LAMP appliance from > http://virtualappliances.net/downloads/esx/ > and also convert a vmware vmx with ovftool > (http://register.vmware.com/content/download-ovf-os.html) > > In both cases I receive this error: > > Method GetUSBController is not implemented. > Codice d'uscita: > NS_ERROR_NOT_IMPLEMENTED (0x80004001) > Componente: > Machine > Interfaccia: > IMachine {ea6fb7ea-1993-4642-b113-f29eb39e0df0} > > My questions are: The OSE version don't have a bus USB and this > feature is only on the next PUEL release, or > there is a mistake with my procedure? > > graphical snapshots are on: > http://img16.imageshack.us/img16/7217/ovfimportwizard.png > http://img16.imageshack.us/img16/3862/ovferror.png > > Sorry for my English, > Best regards, > Antonio > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAkmkgSgACgkQd/eBSx+n1Dpx1wCcDVIRh0Z1IwkLhkc5irKpFh00 > JT0Anjdiywf/0E4J3ejonZuxf88jwsFK > =T5sA > -----END PGP SIGNATURE----- > > > _______________________________________________ > vbox-dev mailing list > [email protected] > http://vbox.innotek.de/mailman/listinfo/vbox-dev -- Dr. Christian P?tzsch Sun Microsystems http://www.sun.com/ ------------------------------ _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev End of vbox-dev Digest, Vol 28, Issue 23 **************************************** _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev