Displaying 1 result from an estimated 1 matches for "9hello".
Did you mean:
hello
2005 Jun 24
1
problems with xm create
.... I am
running unstable, I pulled today and rebuilt, installed and rebooted. (I
also have a few loader patches, posted earlier).
I am able to start a domain using VM Tools and the following script:
dom=`vm-create`
vm-memory -m $dom 64m
vm-memory -i $dom 64m
vm-build.linux $dom /root/9hello noargs
vm-pause -u $dom
I''m using the following config file in /etc/xen/hello:
name = ''Hello''
kernel = ''/root/9hello''
memory = 64
extra=''''''cmdline''''''
Running "xm create hello&quo...