On Jan 22, 9:28pm, Miguel Clara wrote:
} On Thu, Jan 22, 2015 at 8:58 PM, Miguel Clara <miguelmclara%gmail.com@localhost> wrote:
}
} > I've updated my NetBSD recently from 6.1.5 to 7.0_BETA and I decide giving
} > this a shot (btw thanks for the work Manuel)
} >
} > The patch for the MAP_ANONMOUS define is also needed in 7.0 BETA ofc, and
} > all installed well
} >
} > However trying to start a (freebsd hvm) domain that was working fine on
} > xen42 gives me this error:
} >
} > libxl: error: libxl_dm.c:1482:device_model_spawn_outcome: domain 8 device
} > model: spawn failed (rc=-3)
} > libxl: error: libxl_create.c:1319:domcreate_devmodel_started: device model
} > did not start: -3
} > libxl: error: libxl_dm.c:1586:kill_device_model: Device Model already
} > exited
} >
} >
} > Any idea why?
} >
} > Thanks
} >
}
} Also, and if relevant:
} # sudo /etc/rc.d/xencommons restart
You can't restart xenstored (which is part of xencommons) as
it will lose communication with the kernel. Once xenstored gets
stopped, the only way to make things work again is to reboot dom0.
}-- End of excerpt from Miguel Clara