A virtual machine (VM) is a completely isolated guest operating system installation within a normal host operating system.

learn more… | top users | synonyms

0
votes
0answers
9 views

Problems opening ThinApp on Windows 8

I have a ThinApp application that runs perfectly on Windows 7 pcs. I'm testing out the app on a Windows 8 tablet. When the app tries to open I get an error, "Windows Features on Demand UX has stopped ...
0
votes
0answers
12 views

Trying to run Virtualbox through TOR middlebox

i REALLY need some help before my laptop goes through the wall. I want to run a virtual machine through tor middlebox. I want the entire VM`s connection to go through the tor network. (Im wanting to ...
0
votes
2answers
33 views

Does nodejs/V8 store compiled machine code anywhere on disk?

Edit: as @dystroy notes below, node uses machine code directly, not bytecode. I do a lot of Python coding, and there's always bytecode lying around in .pyc files. I was wondering if node stores ...
-1
votes
0answers
22 views

Complete iOS Application Using Rented VM [closed]

I've currently finished developing an iOS application and it I've tested it using the iPhone 4 simulator, as well as my personal iPhone 4 phone. It's working great. I now need to test this on an ...
0
votes
0answers
19 views

Windows Azure VM not allowing RDP from local machine when encryption on ports is ON [closed]

I have created a VM on Windows Azure using a SQL Server 2012 image. Have configured two endpoints on the same-one for SQL Server(1433) and another for RDP(3389). Now, if I don't enable any encryption ...
1
vote
1answer
20 views

Hosting dns nameserver on windows azure (VM)

I'd like to host my own DNS name server to have total control on the DNS settings. Is it a good idea to create a Windows 2012 VM (Iaas) on Windows Azure and use it as a DNS name server? Problems I ...
0
votes
0answers
34 views
+100

What's the size of Garbage Collector implementations in common VMs and what can be learned from it?

Looking at Java/OpenJDK, it seems that every “new” garbage collection implementation is roughly one magnitude larger than the preceding one. What are the sizes of Garbage Collector implementations in ...
0
votes
0answers
12 views

How is dart VM's production mode faster when ignoring static types? Doesn't it need to do type inference at runtime?

Was just watching this introductory video - http://www.dartlang.org/dart-tips/dart-tips-ep-2.html and the presenter memtioned: Production mode actually gets a speed boost by ignoring static types, ...
0
votes
1answer
28 views

Azure - Running an http server on an VM

I have created a VM on Windows Azure with Ubuntu 12.04 running on it. I have two end-points End-point1 public port: 50348 private port: 22 End-point2 public port: 81 private port: 81 Now, I have a ...
1
vote
0answers
61 views

selenium webdriver on virtual machine

I'm working on a virtual machine using Selenium WebDriver. I'm trying to run tests on the machine I work on (again, virtual) and I'm getting a NoClassDefFoundError on the line where I instantiate my ...
0
votes
2answers
13 views

How to handle struct variables in byte code and stack-based VMs?

I am writing a compiler that compiles a language that has similar concepts to C to byte code which should then be interpreted by a corresponding stack-based VM. I am stuck at the moment when it comes ...
1
vote
1answer
21 views

How can you run a remote GWT application in eclipse

I have a GWT project on my VM (it uses maven) it's not hosted on google servers. I've imported it using eclipse's "Remote Services" but cannot launch it as a gwt app. is there a way to do this in ...
-2
votes
0answers
22 views

Cannot launch Android Console on Anroid x86 [closed]

I have installed Android x86 v4.0.4 on VirtualBox to make a demo of Google Map. I was instructed to press Alt + F1 to launch Anroid Console when the Vitual Machine is turned on (Instructions I ...
0
votes
0answers
30 views

Initializing VM error

I have a problem. I have followed a tutorial about making an android 2D game, it's called kilobolt. (http://www.kilobolt.com/) But when i want to debug the game I get this error: Android Dex: ...
0
votes
0answers
47 views

kernel panic, spurious ACK on isa0060/serio0

I am trying to install Android VM to Windows. I have tried 4.2.10, 4.1.22, 4.0.10 versions. When I start the virtual machine I got the error: init: Timed out waiting for /dev/.coldboot_done Kernel ...
0
votes
0answers
20 views

Mailcatcher gem and Linux Virtual Machine

I have installed the Mailcatcher gem (http://mailcatcher.me/) on my VM managed by Vagrant. And in the Vagrantfile I have set up the forwarding port: config.vm.forward_port 1080, 1080 I ssh to the ...
0
votes
0answers
25 views

Visual Studio doesn't notify me of file change when pulling from GIT repository (using samba)

I am developing code for a c++ project at work. We have windows boxes that run linux VM's where our files are stored and where we do builds. I use Visual Studio 2012 as my IDE which accesses my ...
0
votes
0answers
14 views

What tools are available for managing Virtual Machines on the fly?

So, I am working on a project that needs access to a multitude of OS environments. These OSes are able to access the web and will access websites with various different browsers, including outdated ...
0
votes
1answer
23 views

Connect to Oracle Express in VM [closed]

How can I connect to an Oracle Express I set up on a Windows Server VM remotely? Say that I can access my VM remotely via IP 192.168.124.111:60005. If I am trying to connect ...
0
votes
0answers
38 views

Cannot get the GUI to boot on Windows Azure OpenSUSE VM

I'm encountering some issues getting the GUI to boot on a Windows Azure OpenSUSE vm. I've tried the startx command from both the default user and root and get the following: ...
0
votes
0answers
77 views

How to provision a VM on Azure using PowerShell

I have a snippet of PowerShell code (shown below) which pipelines commands together in order to create a new VM using existing disks. The problem I have is that the code is a general purpose function ...
0
votes
0answers
12 views

How to highlight vm files in IDE like Dreamweaver / Eclipse

How to enable vm files (velocity) files highlighting in Eclipse &/or Dreamweaver? I have to work with VM files at my workplace. And I can not seem to get these files highlighted in Dreamweaver... ...
2
votes
2answers
91 views

How do I handle an object moving in memory in the middle of a method?

I'm writing a VM in C++ for a programming language. The language is garbage collected, so I have instances of C++ classes that are allocated in the garbage collected heap. I'm using a copying ...
0
votes
1answer
25 views

Change running ec2 instance type

Does amazon have the ability to ever offer a feature to allow users to change their ec2 instance types while the server is running? So like a t1.micro to a m1.large and not shut anything down. I ...
-1
votes
0answers
32 views

Older linux kernel and iptables [closed]

I have a virtual server instance (OpenVZ) and I have need of adding a rule to iptables that will block udp packets sent with a certain hex-string in them (it's an srcds server of an old game that was ...
0
votes
0answers
30 views

strange CPU utilization while using VMware Fusion

Because I'm developing for another Unix platform with slightly different APIs, I'm running builds on a VMware Fusion VM on my Mac. This uses a lot of CPU time. Watching the CPU utilization as reported ...
0
votes
1answer
17 views

Race condition for USB devices with Multiple VMs

I have 4 USB devices ( same model ) connected to a Windows 7 host. On my windows 7, I have two VMs ( VMware - Ubuntu ). I can connect two to each VM manually but If I restart any of the USB Devices ...
0
votes
1answer
31 views

Amazon EBS EC2 instance IP changed on restart

I am running an EBS backed Amazon EC2 Linux instance. For some maintenance purposes I shutdown the machine and started it again. However, my machine IP has changed now. This affects my services since ...
1
vote
2answers
510 views

auto run a bat script in windows 7 at login

I have recently acquired a windows 7 laptop from my late grandmother. I have been using it for work and other things. I decided to create a VM using VirtualBox And now I want to create a user on the ...
1
vote
1answer
35 views

How to Determine If a VirtualBox Appliance Is Headless?

A VirtualBox virtual machine may be launched headless or with the traditional GUI type. I've sifted through the vboxmanage documentation but can't find a way query the current type. Short of grepping ...
0
votes
2answers
80 views

Does Android VM have any command line options?

Does Android VM have any command line options? If it has, how can I set them in eclipse? I'm looking something like this: ...
0
votes
2answers
64 views

How will you identify if this is web server / code / vm shortage

given a whole picture first. In a Oracle VM box, I've installed a WinXP pro(x32) and a Web server. The web server's web root, CGI scripts, and interpreter are mounted from share folders from my host ...
0
votes
0answers
21 views

How to enable TCPS on Oracle VM Manager template

to enbale TCPS on oracle VM Manager secureOvmmTcpGenKeyStore.sh file required which is found at u01/app/oracle/ovm-manager-3/bin directory. The problem is this file is not present in the directory. ...
0
votes
0answers
39 views

Documentation for VOPs in SBCL [closed]

I try to get some helpful information and insights into the Steele Bank Common Lisp (SBCL) source code. To my best knowledge there is a man page, a SBCL documentation how to use SBCL, and a ...
0
votes
1answer
37 views

Application runs differently out of Netbeans

I need to run my application with those 2 VM options: (-XX:+UseConcMarkSweepGC -Xmx2048m). I set them into "project properties -> run -> VM options" in Netbeans. Then when i run it in Netbeans it ...
2
votes
3answers
111 views

Is it possible to run erlang without compilation?

Is there any VM for Erlang that allows you to do compilation on the fly instead of compiling before? There is a possibility to compile from the shell, thanks Martin. Now, from the Erlang shell (or ...
0
votes
0answers
19 views

Can a lvm snapshot device be disconnected/disabled from the source device

I created a lvm snapshot using, lvcreate -L20G -s -n /dev/sys/snapname /dev/sys/vmname After a time t, I would like to disconnect or disable the snapshot device from it's source so that it is no ...
0
votes
0answers
39 views

Rhodecode apache proxy as a subdirectory issue

I'm running a Ubuntu 12.04 server inside of a vm (vmware) on a Windows Server. I'm running Rhodecode on the vm. I can access RhodeCode fine from the host machine via its IPAddress and the port ...
0
votes
1answer
45 views

VirtualBox COM API - error creating cloned VM

Trying the following code (C#) to create a cloned VM, but it fails: VirtualBox.VirtualBox box = new VirtualBox.VirtualBox(); //create a new machine IMachine machine = box.CreateMachine(null, ...
0
votes
1answer
23 views

Free VM with management API that runs on windows?

Is anyone aware of a free (as in beer) VM that will run on a wide range of windows hosts (XP/Vista/7/etc), that comes with a full management API (at least the ability to create, monitor, start/stop ...
0
votes
0answers
131 views

vmware workstation 8 cpu settings i7 920 [closed]

I need help with virtual machines settings in vmware workstation 8. My lab set up is the following: Hardware: I am running windows 7 and i installed vmware workstation 8. My cpu is intel's i7 920 ...
0
votes
1answer
24 views

TravisCI no audio device

I'm trying to use TravisCI to test a SDL application, which has audio functionality (but the test does not require it). When I started the app in the Travis's VM, it exited with: ALSA lib ...
0
votes
1answer
59 views

Node - Prevent child process from going in to parent directory

I am spawning a process from my node server, that is in /tmp/running/username (it is a node process uploaded by the user) how do I prevent it from reading (or knowing of the existence of) anything ...
0
votes
2answers
183 views

On Windows Azure is there a difference between VM role and vm instances?

In windows azure I see references to vm roles and vm instances. Are they different ? one it seems is to allow uploading of a vm image for use in the platform as as a service (PaaS) and the other ...
-1
votes
2answers
27 views

Connecting to VM Gnome GUI [closed]

I have a remote VM running CentOS 6, and I wanted to try out a GUI, so I connected to the VM in Terminal using SSH and followed a guide to install gnome with the yum package manager. Now its installed ...
2
votes
1answer
79 views

OpenStack API CreateInstance

After I create an instance on OpenStack with the REST API Using the Nova endpoint the operation succeeds with the server id reference. If I immediately try to get any of the details of the network ...
3
votes
1answer
72 views

write to disk when run out of ram java

I'm testing data structure performance with very large data. As a temporary workaround (see here) I want to write memory to disk. I want to test with very big datasets - how can I make it so that ...
2
votes
2answers
172 views

How to shutdown or reboot VM forcely in XEN?

It happen to me to find a VM in XEN run out of memory, OS kill its shell tty so there is no way to input command in VM internally. The only way to fix is shutdown or reboot the VM. "xm shutdown ...
0
votes
1answer
154 views

Create a new Hyper-V VM (using WMI) with specific hardware

I'm wanting to create a new Hyper-V VM with a determined amount of RAM, network card, number of processor cores, and attach a VHD file to the IDE controller. The problem is that the ...
-2
votes
1answer
22 views

What is the difference between a VM and a VPS [closed]

I'm trying to figure out what the difference is between a Virtual Machine (VM) and a Virtual Private Server (VPS). From the Wikipedia entry on VPS ...

1 2 3 4 5 11