On 11 Nov 2003, at 11:51, Tvrtko A. Uršulin wrote:
linux:~ # cat /etc/xen-domain1
domain new
physical grant -phda6
physical grant -phda5
domain start
Delete the two lines containing "physical".
You just need:
domain new
domain start
And:
linux:~ # cat /etc/xenctl.xml
<?xml version="1.0"?>
<domctl_defaults>
<domain_name>XenoLinux</domain_name>
<domain_size_kb>65536</domain_size_kb>
Make sure you have enough memory.
<domain_image>/boot/xenolinux.gz</domain_image>
<domain_vifs>1</domain_vifs>
<root_device>/dev/hda6</root_device>
<root_args>rw</root_args>
Change into 'ro' is better.
<args>init=/linuxrc 4 DOMID=+</args>
Try deleting this line.
<nw_ip>192.168.200.18</nw_ip>
<nw_gw>192.168.200.1</nw_gw>
<nw_mask>255.255.255.0</nw_mask>
<max_domain_number>100</max_domain_number>
<xi_tools_dir>/usr/local/bin/</xi_tools_dir>
</domctl_defaults>
Make sure xen_read_console is running background:
# xen_nat_enable
# xen_read_console &
# ps aux | grep xen
and you should see xen_read_console running.
-- Bin
-------------------------------------------------------
This SF.Net email sponsored by: ApacheCon 2003,
16-19 November in Las Vegas. Learn firsthand the latest
developments in Apache, PHP, Perl, XML, Java, MySQL,
WebDAV, and more! http://www.apachecon.com/
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|