Okay, so the latest version of Ubuntu failed to work right with Xen since there's a fatal network bug. I decided to try it on OpenSolaris, which should be fun. Unfortunately, I haven't found much very useful documentation, but hours on Google I think I found something helpful: http://mx.opensolaris.org/os/community/xen/howto/install-xen/
Now I'm stuck in the first part # cd <location of xen tarball> # tar xvf xen-3.0.0-install-x86_32.tgz # cd xen-3.0.0-install # ./install.sh I downloaded the tarball and untar'd it. Now I tried to do install.sh, but it said something about having to make it first with make dist. I tried that and got a "bad macro assignment" or some similar error. I thought maybe it's because OS uses a different make than expected? Do you think installing GNU Make would make it work, and how do I install GNU Make? (I tried typing gmake). Thank you! -- This message posted from opensolaris.org