My plan 9 kernel sends the probe message but is getting 0 vbd''s back. Does this config file look even close to correct? (comments elided) def vmid_check(var, val): val = int(val) if val <= 0: raise ValueError return val xm_vars.var(''vmid'', use="Virtual machine id. Integer greater than 0.", check=vmid_check) xm_vars.check() kernel = "9pccpu" builder=''plan9'' memory = 64 name = "This is VM %d" % vmid cpu = vmid # set based on vmid (mod number of CPUs) nics=1 vif = [ ''mac=aa:00:00:00:00:11, bridge=xen-br0'' ] disk = [ ''phy:hda1,hda1,r''] extra = "4 VMID=%d " % vmid restart = ''never'' anything else to look for? status returned in rsp.status is 0. I do get the irq for the returned packet for the message. All seems right except I''m getting no disks :-) ron ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel