Search found 5 matches

by elecnix
Wed May 13, 2009 5:23 pm
Forum: Installation & Upgrades
Topic: [SOLVED] Running the VMWare image inside VMWare ESX Server
Replies: 1
Views: 6840

I solved the problem by changing the SCSI controller type to LSI Logic.

I'm surprised nobody else had this problem in 3 months!
by elecnix
Mon Feb 23, 2009 4:31 pm
Forum: Installation & Upgrades
Topic: [SOLVED] Running the VMWare image inside VMWare ESX Server
Replies: 1
Views: 6840

[SOLVED] Running the VMWare image inside VMWare ESX Server

Hello, I converted the OpenEMM VMX file to a VMWare Appliance using ovftool (http://register.vmware.com/content/download-ovf-os.html), made it available in our datacenter through HTTP to my server running VMWare ESX, and realized it was dowloading it to my workstation then uploading it back to our d...
by elecnix
Thu Oct 23, 2008 4:33 pm
Forum: Development
Topic: How would you like the OpenEMM sourcecode ...
Replies: 23
Views: 46603

Here's a Git repository for your forking pleasure

Git allows developers to make local commits and easily maintain a private development branch. I have imported all OpenEMM releases into a public Git repository on GitHub: http://github.com/elecnix/openemm It is not as good as a SVN import, since it doesn't show individual commits, only releases. The...
by elecnix
Tue Jul 15, 2008 5:38 pm
Forum: Development
Topic: Compiling the source code
Replies: 5
Views: 21728

I'm also interested in knowing how to generate a release tarball from the source tarball. The Ant 'deploy' target creates a 'deploy' directory, but it has quite a different structure than what is in the binary release tarball, and is missing all the scripts. It looks more like the 'core' webapp. Acc...
by elecnix
Tue Jul 15, 2008 4:24 pm
Forum: Development
Topic: How would you like the OpenEMM sourcecode ...
Replies: 23
Views: 46603

Git!

To keep track of local changes, I would favor Git over SVN or CVS.

http://git.or.cz/