1
vote
3answers
59 views

How do I detect the case when my Azure role is moved to on a new VM?

Azure can sometimes restart the VM where my role instance is running and sometimes it can stop it on one VM and then deploy it onto another VM - for example if the hardware where the VM was running ...
1
vote
1answer
19 views

How to open an exe file in Tkinter window

I am trying to open the applications like notepad,photoshop,etc. inside the Tkinter window in Python. I tried using os.sytem() but it opens independently(not inside Tkinter window). I had searched a ...
0
votes
0answers
42 views

Where Can I Find Virtual Testing Environments? [closed]

I have used Cloudshare in the past, but they recently removed Windows XP, Windows 7, and Windows 8 templates from their environments. Their service is worthless to me now. Yes, I have searched for ...
0
votes
0answers
53 views

Can I allocate CPU core under running OS in VM?

It might be a fundamental question, but I wonder if there is any technology to allocate CPU cores dynamically without rebooting virtual machine's OS. It might be modern OS or virtualization ...
-2
votes
1answer
26 views

How to make a Citrix Virtual Machine Tracker [closed]

I want to create a windows desktop application/ web app which shows me who is logged in (gives me the name of the local machine logged in to citrix ) to which Virtual machine using Citrix. I want to ...
3
votes
1answer
62 views

Is there an alternative precise timer to time.clock() on Windows?

Running in Windows on some Virtual Machine platforms, Python's time.clock() function is inaccurate. I did some testing on a few different platforms with the following test script: import datetime ...
0
votes
0answers
90 views

Child process limit for scheduled task?

I have a scheduled task on a virtualized windows server (two processors allocated) that launches an application which creates some child processes. The app does its jobs, runs an external batch file; ...
-1
votes
1answer
26 views

Directing a live domain to a virtual machine via hosts [closed]

Here's the goal: I want www.foo.com, which exists in the wild and is currently redirecting to www.foobar.com in the wild, to resolve to my vm site. I'm working on foo.com locally in a vm with ...
1
vote
2answers
270 views

Virtual machine - Azure, setting up web server

I have installed a windows server 2012 virtual machine. However it seems as though IIS is not set up, and it is not set up for the web, hence when I type the URL into the address bar, I get nothing ...
2
votes
1answer
92 views

How to programmatically determine a network card is a virtual one?

Under HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows NT/CurrentVersion/NetworkCards/, I can enumerate each network card installed on my machine. However, some application, especially virtual machines, ...
1
vote
0answers
70 views

How can I get java jdk to work after I installed it in a specific directory?

I am installing jdk on a computer that I do not have admin access to, and used cgywin with cabextract to extract the files from the installer. I then extracted the tools zip into a new directory. ...
0
votes
2answers
24 views

removing the installed linux system from virtual box

I installed a Linux system using virtual box on a Windows box. Is there a way to cleanly remove this Linux system from virtual box? I guess I only need to remove a folder containing this linux system ...
1
vote
0answers
38 views

Is there a service that offers hosted virtual machines for testing desktop software against different OSes?

I've got a desktop app that I (as a developer) need to do testing against and a remote QA team also needs to test against. The app is a plugin for some B2B software, so there's 2 major variables that ...
0
votes
1answer
116 views

Could not execute automatic test using mstest.exe under Virtual Windows 8 Machine

I have the following issue: can not execute automatic test using mstest command under Virtual Windows 8 Machine. I enabled mstest logging and I came upon the following error: ...
1
vote
0answers
65 views

How to run MFC application in the host OS from a linux shell script in a virtual machine?

My operating system is Windows 7. I have a MFC application (on windows) and run it, then display some informations. The MFC application is to check whether memory's stack broken. So I want to get a ...
0
votes
0answers
64 views

KNown Windows host file ignored issue [closed]

In my hosts file in windows I add the following single line 192.168.1.22 mynet.com and in command prompt I could ping mynet.com to see the address in 192.168.1.22 and also in command prompt I ...
1
vote
1answer
57 views

Invoking an application running on mac vmware from parent Windows OS

Is there a way we can invoke an application installed on mac lion vmware from a program or web application running on windows OS? Thanks,
0
votes
0answers
29 views

Odd behaviour with Windows 7 VPC - copying files from USB Stick faster than copying files from Local C through integration features

I have a Virtual PC running Windows 7 on a PC running Windows 7 Ultimate. I have integration features enabled so that I can copy Setup files to the VPC for an app that I am testing. Copying files via ...
0
votes
0answers
120 views

Windows Azure trial virtual machine gets automatically deleted [closed]

I have created a windows azure virtual machine for 90 days trial but it gets deleted automatically after some time even when the trial period deadline is not reached yet. Does anyone know reason for ...
0
votes
0answers
60 views

How to run ubuntu from hard disk as virtual machine on windows

I have a hard disk drive that has ubuntu installed and I am able to boot the system with that drive but what I would like to do now is run the hard disk os via a virtual machine on windows xp. please ...
1
vote
2answers
49 views

Can a remote access scammer be scammed by using a virtual machine? [closed]

With so many 'Windows Event Viewer' scams going on in the world today, I was wondering, what if you allow a scammer remote access into a virtual machine (a guest OS) running on your computer instead ...
1
vote
2answers
284 views

Dealing with multiple keyboard layouts (OSX vs. Windows)

I have two computers; one MacBook Pro and one desktop PC running Windows. For various reasons I prefer writing code on the MacBook, while I keep the desktop PC mostly for gaming and entertainment ...
0
votes
0answers
21 views

One IP multiple virtual instances [closed]

I have a windows server with couple virtual instances with sql server. How it would be best to achieve that i could call one ip, but get to different instance depending on connection string, domain ...
0
votes
0answers
183 views

imported vm gives “failed to open/create network” error [closed]

steps: 1. created a vm in windows 2. partitioned drive and installed ubuntu 3. exported the vm I created 4. mounted windows drive in ubuntu 5. imported the vm from the export, in the mounted drive 6. ...
0
votes
0answers
57 views

Installing a Patch on Windows 7 VM [closed]

I've just installed a Windows XP and Windows 7 virtual machine in Oracle VirtualBox, as I want to test that my domain certificates are good for the forthcoming MS patch 2661254 (which checks the ...
0
votes
1answer
987 views

Not able to telnet / ping server installed on virtual machine

I am trying to establish connection between ZABBIX SERVER which has been installed on Ubuntu Virtual Machine and ZABBIX AGENT which has been installed on my local machine (windows). I'm not sure ...
0
votes
1answer
3k views

FATAL: No bootable medium found! System halted

downloaded Windows XP SP3 ISO image from Microsoft.com here http://www.microsoft.com/en-us/download/details.aspx?id=25129 and I am using Oracle's VM VirtualBox to create a new VM. I load it using VM ...
0
votes
0answers
89 views

windows virtual pc will not boot [closed]

I wanted to start developing on a virtual machine - so i installe the required components on my Windows 7 Ultimate N machine. I created the VM. One thing I noticed was that in the VM settings the ...
4
votes
2answers
4k views

Cannot remote desktop into Windows Azure VM

I am running a trial of Windows Azure and setup a simple Windows Virtual Machine. However, I do not seem to be able to use the Windows Remote Desktop connection to remote into the machine. What am I ...
0
votes
0answers
24 views

Trouble connecting to virtual machine

I have a Windows Server 2003 installed on a virtual machine. I have several weeks working fine with it, connecting to the web pages I uploaded to the IIS through my host machine, and accesing some web ...
0
votes
0answers
479 views

Alternative to hosts file

I'm running a local web development virtual machine on Ubuntu containing all my web projects. This is using VMware Player and NAT. I'm using Apache's virtual hosts to browse to each website. The ...
-1
votes
1answer
225 views

Fedora 16 KVM Disable DHCP or Don't get IP from Specific DCHP Server

I have the following setup all on virtual machines (Fedora KVM): CentOS, Windows Server 2008, and Windows 7. I have Windows Server 2008 setup as a DHCP server. On the client I want to get the IP ...
0
votes
1answer
145 views

Fuzzing virtual drivers tools

I'm looking to fuzz virtual drivers, I've read the other questions about this but they don't really go anywhere. Basically looking to see if there's an obvious tool I've missed and want to know if ...
0
votes
0answers
218 views

Best filesystem for virtual machines hdd files [closed]

I'm using Virtualbox as virtualization software and what i'd like to do is to keep my virtual machines on an USB hard disk, so I can use them on several machines. The problem is that i'd like to run ...
-1
votes
1answer
70 views

Are hosted virtual desktops available for personal use? [closed]

Basically, I want to run an instance of Windows 7 in the cloud, and log in to it from my Mac. I also want to be able to 'leave it on' from time to time, running a heavy processing task. Is there a ...
0
votes
3answers
508 views

Convert physical Ubuntu from dual boot to Virtual machine [closed]

I have a dual boot system with Windows 7 and Ubuntu. But my experience is, that I rarely boot into Ubuntu, so I wanted to make it available as virtual machine in Windows rather than as a second ...
0
votes
0answers
30 views

Error with mpich2 installing

Am trying to install Mpich2 in Linux using virtual machine " Oracle VM " in windows. when i write this command, tar xfz mpich2-1.2.1p1.tar.gz I got this error MSG: tar : mpich2-1.2.1p1.tar.gz: ...
1
vote
2answers
3k views

Boot a native OS on the harddisk as a virtual machine

I'm searching a solution to boot a native OS on the hard disk as a virtual machine. It's like what VMware Fusion did on a Mac which boots the Bootcamp Windows as a virtual machine. In detail, I have ...
3
votes
6answers
3k views

Cygwin vs Linux Virtual Machine for Development?

< skippable part > I work in IT (mostly desktop support and network administration) in a Windows environment, and I occasionally program. A couple weeks ago, I decided I couldn't be as effective ...
0
votes
1answer
216 views

Does anyone here uses Linux host/VMWare/VirtualKD debug environment?

Does anyone had a successful experience with VirtualKD setup on Linux host running VMWare Workstation 8 (with Win7 guests)? Despite the facts there's a lot of admiring comments about 'speed' and ...
1
vote
2answers
2k views

Hyper-V caeses the error “sorry, this application cannot run under a virtual machine”

After installing Hyper-V in the windows, I get the following error for running a game in my windows, of course I am not running it in the virtual machine I want to run the game in the pc itself that I ...
1
vote
1answer
1k views

Virtual Machine: Windows 7 on Ubuntu 11 or Ubuntu 11 on Windows 7?

I wanted to begin with Android development. I intend to pursue it as a hobby and it is not my main job as a student. I use softwares like Matlab, COMSOL, MS Office, etc. on my current Windows PC. ...
1
vote
1answer
454 views

How to move a windows license from a virtual machine to a real machine

I would like to move the Windows 7 license that I've installed on a virtual machine to a real machine. Of course, deactivating the virtual machine. Is it possible? If yes, how can I do so? Thanks
0
votes
1answer
1k views

Apache: localhost working, server IP not (403: forbiddden)

I'm installing apache in a Windows virtual machine and I can access it with "localhost" but when I try to access it via "http://192.168.1.34/" (which is supposed to be the machine IPv4 address) I get ...
0
votes
2answers
74 views

How to test internet application at local computer (windows-7)? [closed]

This application sends data periodically to a server. What I need to do is setup a testing environment on the local developing machine so that I can check the correct packets are being sent in each ...
3
votes
1answer
286 views

Reading and interpreting memory page file in C++

I need to analyse some malware that I have on a vmware image (vmware is a virtual machine), in particular I need to do a full dump of a certain process. I know that vmware,on pausing, writes the whole ...
0
votes
0answers
40 views

Virtual machine supporting device manager cloning [closed]

Do you know a virtual machine that can support full sharing of the USB stack? Our product uses a custom USB hub driver. To test releases our QA team has to load a clean Windows 7 image. If there's ...
0
votes
1answer
564 views

How to get a VirtualBox W7 application out of the headless mode while running?

I got a little project where i try to get an old driver back to work. The problem of the driver is that it only works on 32 bit. Like most os's today are 64 bit(W7). This will give a problem. First I ...
0
votes
2answers
175 views

Validate and reset system clock on ASP.NET website startup?

I have an ASP.NET application that is hosted on a farm of virtual servers with time problems. The symptoms are that when servers startup or reboot they often come up with a bad system time ...
2
votes
3answers
779 views

How to compile and run xv6 on windows?

We are being taught xv6 in our course. Currently we use to login to linux server of our school using putty in windows. There we make changes in source of xv6 (using vim), then compile and run it in ...

1 2