0

Virtual PC 04/07 problem?

-

Question by Tyler W: Virtual PC 04/07 problem?
I have tried virtual pc 2004 and 2007. When I am done making a virtual machine and I run it says there is not enough memory on the host. I checked the specifications and the memory is fine. What is wrong? Is there another program that can run other OSes?

Best answer:

Answer by philby
Hard to say this without stating the obvious, but you don’t have enough memory on your pc to run a virtual pc with the settings you have specified.
When you create a new VPC, you have to specify how much memory you want to devote to it. When you run VPC if there isn’t enough memory to run it AND continue running your current OS, you get that error message.
It happens to me on my old pc if I’m running a few programs, then try to fire up my Win2K3 VPC, then I have to close some apps to get it working.
When you run VPC, it tries to “reserve” an amount of memory eqaul to your specified amount when you created it, if it cannot reserve that much memory, you get the error you mentioned.
The resolutions are…
1. Get more memory
2. Free up more memory by closing apps before you run VPC
3. Reduce the amount of memory required by your virtual machine
4. Have a look at apps like “Guest PC”, “iEmulator” and “Wintel” they probbaly won’t resolve your memory issues though!

Know better? Leave your own answer in the comments!

Share and Enjoy

0

Virtual PC Full-Screen Problem?

-

Question by : Virtual PC Full-Screen Problem?
I have Microsoft Virtual PC 2007. Whenever I press Alt+Enter to engage full screen, it says: The virtual PC is using a video resolution too large for your monitor. I have it set to 1024×768 pixels. I have not got it set to change resolution so it is same as host. But somehow it ends up that way. My monitor is 1366×768. pixels. Please help! 5 stars for best answer!

Best answer:

Answer by kin d
ask about it at http://10007.info/forum/index.php?PHPSESSID=2c5c6e3ba6aaf79a14d886512308c70a&board=11.0

Give your answer to this question below!

Incoming search terms:

  • microsoft virtual pc full screen problem
  • vpc fullscreen 2 pixels
  • windows 7 ruhezustand maus

Share and Enjoy

1

Problem in virtual network installation in virtual pc 2007..any softwares for installation of virtual OS?

-

Question by Pradeep V R: Problem in virtual network installation in virtual pc 2007..any softwares for installation of virtual OS?
i had created a virtual system in virtual pc ..but i dont know how to do it..
tell me any software other than this virtual pc to install two virtual OS in a host system

Best answer:

Answer by Mannu
Virtual box is better. You will find it on sun’s website

Add your own answer in the comments!

Share and Enjoy

1

Problem creating virtual hosts in apache?

-

Question by soldier: Problem creating virtual hosts in apache?
Hi All, I am trying to create virtual hosts on apache on linux box. My httpd-vhosts.conf is as follows:
NameVirtualHost *:80

ServerAdmin admin@site1.com
ServerName www.site1.com
ServerAlias site1.com
DocumentRoot “/nfs/site1/html”

Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all

ErrorLog logs/site1/error_log
CustomLog logs/site1/access_log common

Similarly, I’ve another virtual host for site2 whose docroot is “/nfs/site2/html”.

I’ve added the following lines in /etc/hosts file: IP_Address www.site1.com IP_Address www.site2.com Now, If I open browser and type my IP address then it is executing the code in /nfs/site1/html folder. But if I try to access www.site1.com from browser its displaying the message “website cannot be found”. So I used www.site1.com:80, still I get the same error message. Can anyone please help me on this.
Thanks,
Mohan
Hi All,
Thanks for ur inputs. Now I am able to create virtual hosts and they are working fine when I hit them on my pc. Now, if I want to access those virtual sites from other machines what are the steps I have to follow. Can any one please tell me.
Thanks,
Mohan

Best answer:

Answer by Colinc
You either need NameVirtualHost directive, so that the server identifies them by name, or a multiple IP address approach, in which case the AddressVirtualHost is OK. NameVirtualHost is easier to implement, but it does rely on there being a genuine dns record set for each host name. your hosts entries are useless, set UseCononicalName to off.

Give your answer to this question below!

Share and Enjoy

Powered by Yahoo! Answers