Hello,

I am completely new to plan9. I heard about it when I took a tour of a supercomputer cluster that was running a hybrid version of plan9 and linux. I am very interested in getting a system up and running to try it out. I have a home suse server running the latest version, 10.3. I would like to install plan9 as a virtual machine with xen. I ran through the tutorial located here. However, when i tried to create the Domain i got this error:

coruscant:/usr/xen9 # xm create plan9inst -c
Using config file "/etc/xen/vm/plan9inst".
Error: Invalid event handling mode: shutdown


Here is my xm info output:

coruscant:/usr/xen9 # xm info
host                   : coruscant
release                : 2.6.22.17-0.1-xen
version                : #1 SMP 2008/02/10 20:01:04 UTC
machine                : i686
nr_cpus                : 1
nr_nodes               : 1
sockets_per_node       : 1
cores_per_socket       : 1
threads_per_core       : 1
cpu_mhz                : 448
hw_caps                : 0383f9ff:00000000:00000000:00000040
total_memory           : 191
free_memory            : 10
max_free_memory        : 10
max_para_memory        : 6
max_hvm_memory         : 0
xen_major              : 3
xen_minor              : 1
xen_extra              : .0_15042-51.3
xen_caps               : xen-3.0-x86_32
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xfc000000
xen_changeset          : 15042
cc_compiler            : gcc version 4.2.1 (SUSE Linux)
cc_compile_by          : abuild
cc_compile_domain      : suse.de
cc_compile_date        : Thu Dec 20 19:25:32 UTC 2007
xend_config_format     : 4


Any help or advice will be greatly appreciated!

Jonny