|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Installing on own filesystem
(cc'd the maillinglist again) Ok again thanks for your quick replies, they've been a great help. I've got everything up and running , that is: it boot's the kernel fine i can use the xenctl tools and i think i can create virtual domains.I've setup a extra partition /dev/hda3 , 6 gig of size and setup my xenctl.xml up like : ----<?xml version="1.0"?> <domctl_defaults> <domain_name>XenoLinux</domain_name> <domain_size_kb>16384</domain_size_kb> <domain_image>/boot/xenolinux.gz</domain_image> <domain_vifs>1</domain_vifs> <domain_init_rd>/boot/initrd.gz</domain_init_rd> <root_device>/dev/hda3</root_device> <root_args>rw</root_args> <args>init=/linuxrc 4 DOMID=+</args> <nw_ip>192.168.1.0+</nw_ip> <nw_gw>192.168.1.0</nw_gw> <nw_mask>255.255.255.0</nw_mask> <nw_nfs_server>192.168.1.0</nw_nfs_server> <max_domain_number>1000</max_domain_number> <xi_tools_dir>/usr/local/bin/</xi_tools_dir> </domctl_defaults> ---- When i do a 'xenctl script -f/etc/xen-mynewdom' It freezes after outputting the configuration as above. My /dev/hda3 is and empty ext2fs. I have 256mb ram and installed domain0 with 128mb. What am i doint wrong/forgetting??? if any more info is needed i'm happy to post it. tia. rvl urmk@xxxxxxxxxxxxx wrote: Sounds like your classpath or javahome is wrong. I have this in /etc/profile: export JAVA_HOME=/usr/local/java export CLASSPATH=/usr/local/java/lib/crimson.jar export ANT_HOME=/usr/local/ant # Set the default system $PATH: PATH="/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/games:$JAVA_HOME/bin:$ANT_HOME/bin" -m On Thu, Oct 23, 2003 at 01:11:55AM +0200, RvL wrote:Ok already thanks for your help. I did the things you said, installed ant, crimson, j2sdk-1-4-2-01 and grub. The xenolinux kernel boots fine. Bit when i try to run xenctl i get the error :Exception in thread "main" java.util.zip.ZipException: No such file or directory at java.util.zip.ZipFile.open(Native Method) ------------------------------------------------------- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |