vm

Backup configuration of Hudson Master systems

I need Backup configuration of Hudson Master systems Detailed information If a Hudson Master system goes down, we need to be able to bring it back up on a different VM as soon as possible (may be 3 hours). Therefore, I need to develop a way to backup the configuration and resetup a new VM reliabily. can any body let me know best way s...

Is there any .Net JIT Support from chip vendors?

I know that ARM actually has some support for Java and SUN obviously, but I haven't really references seen any chip vendor supporting a .Net JIT compiler. I know IBM and Intel both support C compilers, as well as TI and many of the embedded chip vendors. When you think of it, all a JIT compiler is, is the last stages of compilation and...

How do I make isolated dalvik

I am tracing the Dalvik machine source code. According that, I want to make Dalvik runnable. I have seem the dvk project. But there has many problem result in fault. Are there have any way to make dalvik only without all android. Because make android will take too much time (about many hour) thx for helping dvk project: http://code.goo...

Common API for ESX, Hyper-V, Virtual Server?

Hi, ESX, Hyper-V, and Virtual Server all have their own, non-interoperable APIs. Do you know of any library that unifies these? Thanks, J. ...

Java VM suddenly exiting without apparent reason

I have a problem with my Java progam suddenly exiting, without any exception thrown or the program finishing normally. I'm writing a program to solve Project Euler's 14th problem. This is what I got: private static final int INITIAL_CACHE_SIZE = 30000; private static Map<Long, Integer> cache = new HashMap<Long, Integer>(INITIAL_CACHE_S...

Edit source directly on Ubuntu VM from Windows host

Hi, I'm playing around with Django on a guest Ubuntu minimalist VM (no window manager). What's the best workflow for this? I think it would be best to be able to edit my files directly in my Windows IDE without having to SFTP or git between editing OS and server. Is it even possible to map my home directory in the Ubuntu VM to a wind...

VM and Debugger for Android

Is there any virtual machine to test Android? How can I debug the program for Android? ...

Can I use a VM for MOSS (SharePoint) 2007 production environment?

I am currently working on a fairly simple company intranet based on MOSS 2007 with around 1400 users, a few blogs and wikis, minimal file sharing and no My Sites (at the moment). We are considering deploying to a VM for the production environment but I have not been able to find much information on doing this. We mostly use VMWare, thou...

Controlling compiler options in Eclipse

Is there a way to control the optimization level of the java compiler that Eclipse uses when building a project? Or is this question not relevant anymore, is all optimization deferred to the vm? The reason I'm asking is that I recently wrote a quick test doing this: private static int test_f(int i) { return i * 42; } ... int z = 41; ...

How to use a VM to create a Rails staging environment

My app is in development and I do all my testing using WEBrick (I like the terminal output). On the production server it will run on Phusion Passenger. I'm running Snow Leopard and wish to test the app in an environment similar to the production environment. Can I use Parallels to run a Debian install with Apache and Passenger and con...

OutofMemoryError: bitmap size exceeds VM budget (Android)

Getting an Exception in the BitmapFactory. Not sure what is the issue. (Well I can guess the issue, but not sure why its happening) ERROR/AndroidRuntime(7906): java.lang.OutOfMemoryError: bitmap size exceeds VM budget ERROR/AndroidRuntime(7906): at android.graphics.BitmapFactory.decodeFile(BitmapFactory.java:295) My code is pretty...

Unexplained Linux System V IPC shared memory segment marked for destruction

I have a Linux System V IPC shared memory segment that is populated by one process and read by many others. All the processes use interface to the shared memory segment in the form of a class which takes care of looking up, attaching, and detaching to the segment as part of its constructor/destructor methods. The problem here is that...

How to write a linker.

I have written a compiler for C that outputs byte code. The reason for this was to be able to write applications for an embedded platform that runs on multiple platforms. I have the compiler and the assembler. I need to write a linker, and am stuck. The object format is a custom one, designed around the byte code interpreter, so I ca...

C memory management for Cross-platform VM.

Hi all, I asked a question about C-type sizes which I get a pretty good answer but I realized that I may not formulate the question very well to be useful for my purpose. My background was from Computer Engineer before moves to Software Engineer so I like computer architectures and always thinking about making VM. I've just finished an ...

IE not detecting proxy server hosted on a VM

Hi guys, I was writing a proxy server in C#.NET. My Proxy server has been hosted on a VM (say vm1). Now when I access internet through IE in vm1 the request goes through the proxy server as expected. But if I use another VM say vm2 to access internet through IE the 'Internet Explorer cannot display the webpage' is displayed. I checked t...

How to set VM for a java application in MAC OS X

I am setting my VM for my java application in windows using a batch file with following command: java -jar -Xmx800m "App.jar" Now I wanna do the same thing for MAC OS X? Any suggestions? ...

Why VM Debugger in Visual Studio 2008 throws "unable to detected startup project"?

Hello, I have a problem with VM-Debugger in Visual Studio 2008 (VMWare Workstation 6.5.3). Always when i try to Start the VM-debugging the debugger tells me the following: Error: Unable to detect the current startup project. I only have one startup-project but there are several other projects are in my solution. The debugger-log say...

Looking for a nice way to detect if I am running in a Virtual Machine (Linux)

In VMs OS-provided real-time scheduling tends not to be reliable. For my application I'd like to be able to detect whether I am running on a VM or not (Linux-only). So I am looking for a nice way to detect (in C) whether I am in a virtualized environment. Depending on the VM used there seem to be various DMI and CPUID strings in use. I...

Secure Python intepreter?

Is there a secure Python intepreter? Imagine a Python VM you can run on your machine, that restricts the operations. No files can be opened, no system calls, etc. It just transforms stdin to stdout, maybe with text processing + math etc. Does such a secure Python VM exist? ...

VM Software for Windows7/64bit

Hi folks, i cant decide wich is the best FREE VM Software for Windows 7 / 64bit. I want to run an Ubuntu as Playground for couchDB, and to learn some new linux stuff. Does someone has tested the different vm software on win7 with 64bit ? ...