Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
04-23-2006, 11:24 AM
|
#1
|
Member
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89
Rep:
|
Run Windows XP virtually
Hello,
As of right now, I have a dual boot setup with Windows and Linux. It is extremely annoying to reboot into windows to run some programs. In windows, I used to use Microsoft Virtual PC to tryout linux distributions before I installed them, is there any program similar to Microsoft Virtual PC for linux or is there some better way of doing this that I dont know about?
Thanks in advance,
Paul
|
|
|
04-23-2006, 11:38 AM
|
#2
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Visit; http://www.vmware.com/ and checkout VMware Workstation, you can download and try it with a 30-day license(free does timeout).
|
|
|
04-23-2006, 02:27 PM
|
#3
|
Moderator
Registered: Nov 2002
Location: Kent, England
Distribution: Debian Testing
Posts: 19,192
|
Also check out qemu (make sure you get kqemu as well). I am running XP SP2 on Slackware via qemu.
|
|
|
04-23-2006, 06:31 PM
|
#4
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
Quote:
Originally Posted by XavierP
Also check out qemu (make sure you get kqemu as well). I am running XP SP2 on Slackware via qemu.
|
Ditto, works fantastically and a lot less mucking about than VMWare 
|
|
|
04-23-2006, 06:45 PM
|
#5
|
Member
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89
Original Poster
Rep:
|
Ok I just tried to install the VMware rpm. The rpm installed fine but then when I'm running the configuration script I hit a problem at:
Quote:
What is the location of the directory of C header files that match your running
kernel? [/lib/modules/2.6.16-1.2096_FC5/build/include]
Extracting the sources of the vmmon module.
Building the vmmon module.
Using 2.6.x kernel build system.
make: Entering directory `/tmp/vmware-config0/vmmon-only'
make -C /lib/modules/2.6.16-1.2096_FC5/build/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/kernels/2.6.16-1.2096_FC5-x86_64'
CC [M] /tmp/vmware-config0/vmmon-only/linux/driver.o
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:37:5: warning: "VMW_HAVE_EPOLL" is not defined
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:43:5: warning: "VMW_HAVE_EPOLL" is not defined
In file included from /tmp/vmware-config0/vmmon-only/linux/driver.h:20,
from /tmp/vmware-config0/vmmon-only/linux/driver.c:49:
/tmp/vmware-config0/vmmon-only/./include/compat_wait.h:60: error: conflicting types for ‘poll_initwait’
include/linux/poll.h:45: error: previous declaration of ‘poll_initwait’ was here/tmp/vmware-config0/vmmon-only/linux/driver.c:145: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c:149: warning: initialization from incompatible pointer type
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverNoPage’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1013: error: ‘mem_map’ undeclared (first use in this function)
/tmp/vmware-config0/vmmon-only/linux/driver.c:1013: error: (Each undeclared identifier is reported only once
/tmp/vmware-config0/vmmon-only/linux/driver.c:1013: error: for each function it appears in.)
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverLockedNoPage’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1083: error: ‘mem_map’ undeclared (first use in this function)
/tmp/vmware-config0/vmmon-only/linux/driver.c: In function ‘LinuxDriverNoPage’:
/tmp/vmware-config0/vmmon-only/linux/driver.c:1022: warning: control reaches end of non-void function
make[2]: *** [/tmp/vmware-config0/vmmon-only/linux/driver.o] Error 1
make[1]: *** [_module_/tmp/vmware-config0/vmmon-only] Error 2
make[1]: Leaving directory `/usr/src/kernels/2.6.16-1.2096_FC5-x86_64'
make: *** [vmmon.ko] Error 2
make: Leaving directory `/tmp/vmware-config0/vmmon-only'
Unable to build the vmmon module.
For more information on how to troubleshoot module-related problems, please
visit our Web site at "http://www.vmware.com/download/modules/modules.html" and
"http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html".
Execution aborted.
|
If you didnt figure it out from reading that, I am running the 2.6.16-1.2096_FC5 x86_64 kernel.
Any ideas? In the meantime I will try quemu.
|
|
|
04-23-2006, 07:02 PM
|
#6
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
As I said, qemu is a lot less stuffing around than VMWare for almost as good results and when kqemu 1.3.5 becomes stable, I'd say similar results.
|
|
|
04-23-2006, 07:33 PM
|
#7
|
Member
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89
Original Poster
Rep:
|
I installed the qemu rpm with yum but I cannot figure out how to install kqemu and I don't mind running qemu from the command line as long as someone can explain to me how you do it. Any help is appreciated.
Thanks in advance,
Paul
|
|
|
04-23-2006, 07:47 PM
|
#8
|
Senior Member
Registered: May 2004
Location: Australia
Distribution: Gentoo
Posts: 3,545
Rep:
|
qemu --help
The options are so straightforward it's not funny, or you could install qemu-launcher which is a pretty nice GTK GUI for it 
|
|
|
04-24-2006, 05:24 AM
|
#9
|
Senior Member
Registered: Dec 2005
Location: Indiana
Distribution: RHEL/CentOS/SL 5 i386 and x86_64 pata for IDE in use
Posts: 4,790
Rep:
|
Quote:
Originally Posted by pafinator11
Ok I just tried to install the VMware rpm. The rpm installed fine but then when I'm running the configuration script I hit a problem at:
If you didnt figure it out from reading that, I am running the 2.6.16-1.2096_FC5 x86_64 kernel.
Any ideas? In the meantime I will try quemu.
|
Yes, get the latest vmware-any-any-update and use it;
http://mirror.vmmatrix.net/vmware-any-any-update/
vmware-any-any-update101.tar.gz
|
|
|
04-24-2006, 08:07 AM
|
#10
|
Member
Registered: Feb 2005
Distribution: RHEL, CentOS
Posts: 113
Rep:
|
I thought the Xen people had unmodified Windows running under a Xen hypervisor?
|
|
|
04-24-2006, 04:36 PM
|
#11
|
Member
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89
Original Poster
Rep:
|
ok I am installing windows xp in qemu right now. I have a few questions though. I could not figure out how to setup kqemu so a link or instructions would be appreciated. When I click inside of the qemu window, how do i get my mouse outside of it so I can switch back and forth?
Thanks in advanced,
Paul
|
|
|
04-24-2006, 07:07 PM
|
#12
|
Member
Registered: Jul 2005
Location: Massachusetts
Distribution: Debian Lenny, FreeBSD
Posts: 89
Original Poster
Rep:
|
Ok now that XP is installed in qemu, how do I setup the network connection? I see that there is a network connection in the "Network Connections" folder but it doesnt get a real ip address.
Thanks in advanced,
Paul
|
|
|
All times are GMT -5. The time now is 08:29 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|